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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2651 class ElementsAreArrayMatcher { class in namespace:testing::internal
2653 ElementsAreArrayMatcher(const T* first, size_t count) : function in class:testing::internal::ElementsAreArrayMatcher
2669 GTEST_DISALLOW_ASSIGN_(ElementsAreArrayMatcher);
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3525 class ElementsAreArrayMatcher { class in namespace:testing::internal
3528 ElementsAreArrayMatcher(Iter first, Iter last) : matchers_(first, last) {} function in class:testing::internal::ElementsAreArrayMatcher
3539 GTEST_DISALLOW_ASSIGN_(ElementsAreArrayMatcher);
3644 inline internal::ElementsAreArrayMatcher<
3648 return internal::ElementsAreArrayMatcher<T>(first, last);
3652 inline internal::ElementsAreArrayMatcher<T> ElementsAreArray(
3658 inline internal::ElementsAreArrayMatcher<T> ElementsAreArray(
3664 inline internal::ElementsAreArrayMatcher<typename Container::value_type>
3671 inline internal::ElementsAreArrayMatcher<T>
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h3525 class ElementsAreArrayMatcher { class in namespace:testing::internal
3528 ElementsAreArrayMatcher(Iter first, Iter last) : matchers_(first, last) {} function in class:testing::internal::ElementsAreArrayMatcher
3539 GTEST_DISALLOW_ASSIGN_(ElementsAreArrayMatcher);
3644 inline internal::ElementsAreArrayMatcher<
3648 return internal::ElementsAreArrayMatcher<T>(first, last);
3652 inline internal::ElementsAreArrayMatcher<T> ElementsAreArray(
3658 inline internal::ElementsAreArrayMatcher<T> ElementsAreArray(
3664 inline internal::ElementsAreArrayMatcher<typename Container::value_type>
3671 inline internal::ElementsAreArrayMatcher<T>
/external/fmtlib/test/gmock/
H A Dgmock.h7940 class ElementsAreArrayMatcher { class in namespace:testing::internal
7943 ElementsAreArrayMatcher(Iter first, Iter last) : matchers_(first, last) {} function in class:testing::internal::ElementsAreArrayMatcher
7954 GTEST_DISALLOW_ASSIGN_(ElementsAreArrayMatcher);
7984 inline internal::ElementsAreArrayMatcher<
7988 return internal::ElementsAreArrayMatcher<T>(first, last);
7992 inline internal::ElementsAreArrayMatcher<T> ElementsAreArray(
7998 inline internal::ElementsAreArrayMatcher<T> ElementsAreArray(
8004 inline internal::ElementsAreArrayMatcher<T> ElementsAreArray(
8011 inline internal::ElementsAreArrayMatcher<T>

Completed in 137 milliseconds