Searched defs:pred (Results 1 – 5 of 5) sorted by relevance
29 bool IsListOf(const AidlTypeSpecifier& type, TypePredicate pred) { in IsListOf()33 bool IsArrayOf(const AidlTypeSpecifier& type, TypePredicate pred) { in IsArrayOf()
1367 auto pred = getInstanceListFunc({ in TEST_F() local1377 auto pred = getInstanceListFunc({ in TEST_F() local1388 auto pred = getInstanceListFunc({ in TEST_F() local1398 auto pred = getInstanceListFunc({ in TEST_F() local1408 auto pred = getInstanceListFunc({ in TEST_F() local1417 auto pred = getInstanceListFunc({ in TEST_F() local1428 auto pred = getInstanceListFunc({ in TEST_F() local1439 auto pred = getInstanceListFunc({ in TEST_F() local1450 auto pred = getInstanceListFunc({ in TEST_F() local1460 auto pred = getInstanceListFunc({ in TEST_F() local[all …]
143 auto pred = [&addrs](auto a, auto b) { return addrs[a] == addrs[b]; }; in BuildRemapTable() local
65 def find_all(self, pred): argument86 def find_first(self, pred): argument101 def find_parent_first(self, pred): argument116 def find_parents(self, pred): argument
497 std::vector<FstabPtrEntryType*> GetEntriesByPred(FstabPtr fstab, const Pred& pred) { in GetEntriesByPred()632 auto pred = [&mount_point](const FstabEntry& entry) { in TransformFstabForDsu() local