Home | History | Annotate | Download | only in test

Lines Matching refs:AnyOf

1102   // Verify that using AnyOf with many arguments doesn't cause
1104 EXPECT_THAT(0, testing::AnyOf(_, _, _, _, _, _, _, _, _,
1105 testing::AnyOf(_, _, _, _, _, _, _, _, _, _)));
1110 // Verifies that the implementation of ::testing::AllOf and ::testing::AnyOf
1112 // name lookup will cause AllOf/AnyOf in the 'adl_test' namespace to be found
1115 // The matcher must be in the same namespace as AllOf/AnyOf to make argument
1128 AnyOf(const T1& t1, const T2& t2) { return true; }
1131 EXPECT_THAT(42, testing::AnyOf(