Searched defs:AnyOf (Results 1 - 4 of 4) sorted by relevance

/external/hamcrest/src/org/hamcrest/core/
H A DAnyOf.java15 public class AnyOf<T> extends BaseMatcher<T> { class in inherits:BaseMatcher
19 public AnyOf(Iterable<Matcher<? extends T>> matchers) { method in class:AnyOf
49 return new AnyOf<T>(matchers);
/external/chromium/testing/gmock/test/
H A Dgmock-generated-matchers_test.cc1096 // 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
1114 AnyOf(const T1& t1, const T2& t2) { return true; } function in namespace:__anon3296::adl_test
1117 EXPECT_THAT(42, testing::AnyOf(
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-matchers.h945 // AnyOf(m1, m2, ..., mk) matches any value that matches any of the given
946 // sub-matchers. AnyOf is called fully qualified to prevent ADL from firing.
950 AnyOf(Matcher1 m1, Matcher2 m2) { function in namespace:testing
957 AnyOf(Matcher1 m1, Matcher2 m2, Matcher3 m3) { function in namespace:testing
958 return ::testing::AnyOf(m1, ::testing::AnyOf(m2, m3));
965 AnyOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4) { function in namespace:testing
966 return ::testing::AnyOf(m1, ::testing::AnyOf(m2, m3, m4));
974 AnyOf(Matcher function in namespace:testing
983 AnyOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, function in namespace:testing
994 AnyOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, function in namespace:testing
1006 AnyOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, function in namespace:testing
1019 AnyOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, function in namespace:testing
1032 AnyOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5, function in namespace:testing
[all...]
/external/robolectric/lib/main/
H A Dhamcrest-core-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ LICENSE ...

Completed in 128 milliseconds