Lines Matching defs:AllOf
1096 // Verifies that the implementation of ::testing::AllOf and ::testing::AnyOf
1098 // name lookup will cause AllOf/AnyOf in the 'adl_test' namespace to be found
1101 // The matcher must be in the same namespace as AllOf/AnyOf to make argument
1106 bool AllOf(const T1& t1, const T2& t2) { return true; }
1109 EXPECT_THAT(42, testing::AllOf(