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

/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-matchers.h308 // Implements ElementsAre() of 1-10 arguments.
744 // ElementsAre(e0, e1, ..., e_n) matches an STL-style container with
747 // ElementsAre() can be either a value or a matcher. We support up to
750 // NOTE: Since ElementsAre() cares about the order of the elements, it
754 inline internal::ElementsAreMatcher0 ElementsAre() { function in namespace:testing
759 inline internal::ElementsAreMatcher1<T1> ElementsAre(const T1& e1) { function in namespace:testing
764 inline internal::ElementsAreMatcher2<T1, T2> ElementsAre(const T1& e1, function in namespace:testing
770 inline internal::ElementsAreMatcher3<T1, T2, T3> ElementsAre(const T1& e1, function in namespace:testing
776 inline internal::ElementsAreMatcher4<T1, T2, T3, T4> ElementsAre(const T1& e1, function in namespace:testing
783 T5> ElementsAre(cons function in namespace:testing
791 T6> ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
800 T7> ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
809 T8> ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
818 T9> ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
827 T10> ElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
[all...]

Completed in 137 milliseconds