Searched refs:IsNotIn (Results 1 – 2 of 2) sorted by relevance
375 class IsNotIn {377 explicit IsNotIn(const Collection& collection) in IsNotIn() function
583 TEST(Erase, IsNotIn) { in TEST() argument588 EraseIf(lhs, IsNotIn<std::vector<int>>(rhs)); in TEST()