Searched refs:SectionPred (Results 1 – 3 of 3) sorted by relevance
22 using SectionPred = std::function<bool(const Section &Sec)>; typedef61 SectionPred RemovePred = [](const Section &) { return false; }; in removeSections()
32 using SectionPred = std::function<bool(const std::unique_ptr<Section> &Sec)>; typedef56 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections()
52 using SectionPred = std::function<bool(const SectionBase &Sec)>; typedef370 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections()