Searched defs:pred (Results 1 – 7 of 7) sorted by relevance
902 auto pred = getInstanceListFunc({ in TEST_F() local911 auto pred = getInstanceListFunc({ in TEST_F() local922 auto pred = getInstanceListFunc({ in TEST_F() local932 auto pred = getInstanceListFunc({ in TEST_F() local943 auto pred = getInstanceListFunc({ in TEST_F() local954 auto pred = getInstanceListFunc({ in TEST_F() local965 auto pred = getInstanceListFunc({ in TEST_F() local975 auto pred = getInstanceListFunc({ in TEST_F() local990 auto pred = getInstanceListFunc({ in TEST_F() local1149 auto pred = getInstanceListFunc({ in TEST_F() local[all …]
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()
119 auto pred = [&addrs](auto a, auto b) { return addrs[a] == addrs[b]; }; in BuildRemapTable() local
179 auto pred = [this](const auto& proc) { return proc.get() == this; }; in RemoveFromList() local439 auto pred = [s](const auto& tracker) { return tracker.get() == s; }; in jdwp_tracker_close() local
181 auto pred = [](const std::unique_ptr<alistener>& listener) { in close_smartsockets() local
1295 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