Home | History | Annotate | Download | only in test

Lines Matching refs:AnyOf

1250   // Verify that using AnyOf with many arguments doesn't cause
1252 EXPECT_THAT(0, testing::AnyOf(_, _, _, _, _, _, _, _, _,
1253 testing::AnyOf(_, _, _, _, _, _, _, _, _, _)));
1258 // Verifies that the implementation of ::testing::AllOf and ::testing::AnyOf
1260 // name lookup will cause AllOf/AnyOf in the 'adl_test' namespace to be found
1263 // The matcher must be in the same namespace as AllOf/AnyOf to make argument
1276 AnyOf(const T1& t1, const T2& t2) { return true; }
1279 EXPECT_THAT(42, testing::AnyOf(