HomeSort by: relevance | last modified time | path
    Searched defs:SomeOfArrayMatcher (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 1193 class SomeOfArrayMatcher {
1198 SomeOfArrayMatcher(Iter first, Iter last) : matchers_(first, last) {}
1213 GTEST_DISALLOW_ASSIGN_(SomeOfArrayMatcher);
1217 using AllOfArrayMatcher = SomeOfArrayMatcher<AllOfMatcherImpl, T>;
1220 using AnyOfArrayMatcher = SomeOfArrayMatcher<AnyOfMatcherImpl, T>;
gmock-matchers.h 1193 class SomeOfArrayMatcher {
1198 SomeOfArrayMatcher(Iter first, Iter last) : matchers_(first, last) {}
1213 GTEST_DISALLOW_ASSIGN_(SomeOfArrayMatcher);
1217 using AllOfArrayMatcher = SomeOfArrayMatcher<AllOfMatcherImpl, T>;
1220 using AnyOfArrayMatcher = SomeOfArrayMatcher<AnyOfMatcherImpl, T>;

Completed in 43 milliseconds