Searched defs:AllOf (Results 1 – 3 of 3) sorted by relevance
34 constexpr bool AllOf() { return true; } in AllOf() function37 constexpr bool AllOf(bool b, T... t) { in AllOf() function
1478 bool AllOf(const T1& /*t1*/, const T2& /*t2*/) { in AllOf() function
530 TEST_F(NonMutatingTest, AllOf) { in TEST_F() argument