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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-internal-utils_test.cc45 using ::testing::internal::MatcherTuple;
49 // Tests the MatcherTuple template struct.
52 CompileAssertTypesEqual<tuple<>, MatcherTuple<tuple<> >::type>();
57 MatcherTuple<tuple<int> >::type>();
62 MatcherTuple<tuple<int, char> >::type>();
68 MatcherTuple<tuple<int, char, bool, double, char*>
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-generated-internal-utils.h66 // MatcherTuple<T>::type is a tuple type where each field is a Matcher
69 struct MatcherTuple;
72 struct MatcherTuple< ::testing::tuple<> > { struct in namespace:testing::internal
77 struct MatcherTuple< ::testing::tuple<A1> > { struct in namespace:testing::internal
82 struct MatcherTuple< ::testing::tuple<A1, A2> > { struct in namespace:testing::internal
87 struct MatcherTuple< ::testing::tuple<A1, A2, A3> > { struct in namespace:testing::internal
92 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4> > { struct in namespace:testing::internal
98 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5> > { struct in namespace:testing::internal
105 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5, A6> > { struct in namespace:testing::internal
112 struct MatcherTuple< struct in namespace:testing::internal
119 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5, A6, A7, A8> > { struct in namespace:testing::internal
126 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5, A6, A7, A8, A9> > { struct in namespace:testing::internal
133 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5, A6, A7, A8, A9, struct in namespace:testing::internal
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h731 template <typename MatcherTuple, typename ValueTuple>
732 static bool Matches(const MatcherTuple& matcher_tuple,
742 template <typename MatcherTuple, typename ValueTuple>
743 static void ExplainMatchFailuresTo(const MatcherTuple& matchers,
751 typename tuple_element<N - 1, MatcherTuple>::type matcher =
778 template <typename MatcherTuple, typename ValueTuple>
779 static bool Matches(const MatcherTuple& /* matcher_tuple */,
784 template <typename MatcherTuple, typename ValueTuple>
785 static void ExplainMatchFailuresTo(const MatcherTuple& /* matchers */,
795 template <typename MatcherTuple, typenam
[all...]

Completed in 21 milliseconds