Home | History | Annotate | Download | only in gmock

Lines Matching defs:ElementsAreArrayMatcher

3541 class ElementsAreArrayMatcher {
3544 ElementsAreArrayMatcher(Iter first, Iter last) : matchers_(first, last) {}
3555 GTEST_DISALLOW_ASSIGN_(ElementsAreArrayMatcher);
3660 inline internal::ElementsAreArrayMatcher<
3664 return internal::ElementsAreArrayMatcher<T>(first, last);
3668 inline internal::ElementsAreArrayMatcher<T> ElementsAreArray(
3674 inline internal::ElementsAreArrayMatcher<T> ElementsAreArray(
3680 inline internal::ElementsAreArrayMatcher<typename Container::value_type>
3687 inline internal::ElementsAreArrayMatcher<T>