Home | History | Annotate | Download | only in gmock

Lines Matching defs:ElementsAreArrayMatcher

3127 class ElementsAreArrayMatcher {
3130 ElementsAreArrayMatcher(Iter first, Iter last) : matchers_(first, last) {}
3145 GTEST_DISALLOW_ASSIGN_(ElementsAreArrayMatcher);
3501 inline internal::ElementsAreArrayMatcher<
3505 return internal::ElementsAreArrayMatcher<T>(first, last);
3509 inline internal::ElementsAreArrayMatcher<T> ElementsAreArray(
3515 inline internal::ElementsAreArrayMatcher<T> ElementsAreArray(
3521 inline internal::ElementsAreArrayMatcher<typename Container::value_type>
3527 inline internal::ElementsAreArrayMatcher<T>