Home | History | Annotate | Download | only in gmock

Lines Matching defs:ElementsAreArrayMatcher

2651 class ElementsAreArrayMatcher {
2653 ElementsAreArrayMatcher(const T* first, size_t count) :
2669 GTEST_DISALLOW_ASSIGN_(ElementsAreArrayMatcher);