Searched defs:ElementsAre (Results 1 - 3 of 3) sorted by relevance

/external/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h554 // ElementsAre(e_1, e_2, ... e_n) matches an STL-style container with
557 // ElementsAre() can be either a value or a matcher. We support up to
560 // The use of DecayArray in the implementation allows ElementsAre()
564 // NOTE: Since ElementsAre() cares about the order of the elements, it
570 ElementsAre() { function in namespace:testing
579 ElementsAre(const T1& e1) { function in namespace:testing
590 ElementsAre(const T1& e1, const T2& e2) { function in namespace:testing
603 ElementsAre(const T1& e1, const T2& e2, const T3& e3) { function in namespace:testing
618 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4) { function in namespace:testing
635 ElementsAre(cons function in namespace:testing
656 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
679 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
704 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
732 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
762 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-generated-matchers.h554 // ElementsAre(e_1, e_2, ... e_n) matches an STL-style container with
557 // ElementsAre() can be either a value or a matcher. We support up to
560 // The use of DecayArray in the implementation allows ElementsAre()
564 // NOTE: Since ElementsAre() cares about the order of the elements, it
570 ElementsAre() { function in namespace:testing
579 ElementsAre(const T1& e1) { function in namespace:testing
590 ElementsAre(const T1& e1, const T2& e2) { function in namespace:testing
603 ElementsAre(const T1& e1, const T2& e2, const T3& e3) { function in namespace:testing
618 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4) { function in namespace:testing
635 ElementsAre(cons function in namespace:testing
656 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
679 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
704 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
732 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
762 ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-generated-matchers.h308 // Implements ElementsAre() of 1-10 arguments.
920 // ElementsAre(e0, e1, ..., e_n) matches an STL-style container with
923 // ElementsAre() can be either a value or a matcher. We support up to
926 // NOTE: Since ElementsAre() cares about the order of the elements, it
930 inline internal::ElementsAreMatcher0 ElementsAre() { function in namespace:testing
935 inline internal::ElementsAreMatcher1<T1> ElementsAre(const T1& e1) { function in namespace:testing
940 inline internal::ElementsAreMatcher2<T1, T2> ElementsAre(const T1& e1, function in namespace:testing
946 inline internal::ElementsAreMatcher3<T1, T2, T3> ElementsAre(const T1& e1, function in namespace:testing
952 inline internal::ElementsAreMatcher4<T1, T2, T3, T4> ElementsAre(const T1& e1, function in namespace:testing
959 T5> ElementsAre(cons function in namespace:testing
967 T6> ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
976 T7> ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
985 T8> ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
994 T9> ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
1003 T10> ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
[all...]

Completed in 254 milliseconds