Searched defs:pred (Results 1 – 8 of 8) sorted by relevance
1050 auto pred = getInstanceListFunc({ in TEST_F() local1059 auto pred = getInstanceListFunc({ in TEST_F() local1070 auto pred = getInstanceListFunc({ in TEST_F() local1080 auto pred = getInstanceListFunc({ in TEST_F() local1091 auto pred = getInstanceListFunc({ in TEST_F() local1102 auto pred = getInstanceListFunc({ in TEST_F() local1113 auto pred = getInstanceListFunc({ in TEST_F() local1267 auto pred = getInstanceListFunc({ in TEST_F() local1299 auto pred = getInstanceListFunc({ in TEST_F() local
61 typename Container::iterator find_if(Container& container, Predicate pred) { in find_if()66 typename Container::iterator remove_if(Container& container, Predicate pred) { in remove_if()
33 FilteredIterator(const Iterator& begin, const Iterator& end, const Predicate& pred) in FilteredIterator()
169 auto pred = [this](const auto& proc) { return proc.get() == this; }; in RemoveFromList() local481 auto pred = [s](const auto& tracker) { return tracker.get() == s; }; in jdwp_tracker_close() local
169 auto pred = [](const std::unique_ptr<alistener>& listener) { in close_smartsockets() local
1152 auto pred = alphanumeric ? [](const char c) { return !isalnum(c); } in sanitize() local
64 def find_all(self, pred): argument85 def find_first(self, pred): argument100 def find_parent_first(self, pred): argument115 def find_parents(self, pred): argument
81 std::string JoinTestLog(const char* delimiter, Predicate pred) { in JoinTestLog()