Searched refs:UnorderedElementsAre (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2782 EXPECT_THAT(test_vector, UnorderedElementsAre("literal_string", _, _, _, _, _,
2790 EXPECT_THAT(test_vector, UnorderedElementsAre(
5784 UnorderedElementsAre(Truly(ValueIsPositive), UncopyableIs(-3)));
5792 EXPECT_TRUE(ExplainMatchResult(UnorderedElementsAre(1, 2, 3),
5817 EXPECT_THAT(s, UnorderedElementsAre(1, 2, 3, 4, 5));
5818 EXPECT_THAT(s, Not(UnorderedElementsAre(2, 2, 3, 4, 5)));
5863 EXPECT_FALSE(ExplainMatchResult(UnorderedElementsAre(1, 2, 3),
5871 EXPECT_FALSE(ExplainMatchResult(UnorderedElementsAre(1, 2, 3),
5881 EXPECT_FALSE(ExplainMatchResult(UnorderedElementsAre(1, 2),
5894 EXPECT_FALSE(ExplainMatchResult(UnorderedElementsAre(
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h782 // UnorderedElementsAre(e_1, e_2, ..., e_n) is an ElementsAre extension
790 UnorderedElementsAre() { function in namespace:testing
799 UnorderedElementsAre(const T1& e1) { function in namespace:testing
810 UnorderedElementsAre(const T1& e1, const T2& e2) { function in namespace:testing
823 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3) { function in namespace:testing
838 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4) { function in namespace:testing
855 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
876 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
900 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
926 UnorderedElementsAre(cons function in namespace:testing
954 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
984 UnorderedElementsAre(const T1& e1, const T2& e2, const T3& e3, const T4& e4, function in namespace:testing
[all...]
H A Dgmock-matchers.h3683 // Untyped base class for implementing UnorderedElementsAre. By
3697 // Describes this UnorderedElementsAre matcher.
3700 // Describes the negation of this UnorderedElementsAre matcher.
3727 // Implements UnorderedElementsAre, UnorderedElementsAreArray, IsSubsetOf, and
3832 // Implements UnorderedElementsAre.
5040 // container using UnorderedElementsAre. Obviously, the size of the container
5213 UnorderedElementsAre(const Args&... matchers) { function in namespace:testing

Completed in 202 milliseconds