Searched refs:MatcherTuple (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/internal/ |
| H A D | gmock-generated-internal-utils.h | 70 struct MatcherTuple; 73 struct MatcherTuple< ::testing::tuple<> > { 78 struct MatcherTuple< ::testing::tuple<A1> > { 83 struct MatcherTuple< ::testing::tuple<A1, A2> > { 88 struct MatcherTuple< ::testing::tuple<A1, A2, A3> > { 93 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4> > { 99 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5> > { 107 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5, A6> > { 115 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5, A6, A7> > { 123 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5, A6, A7, A8> > { [all …]
|
| H A D | gmock-generated-internal-utils.h.pump | 68 // MatcherTuple<T>::type is a tuple type where each field is a Matcher 71 struct MatcherTuple; 81 struct MatcherTuple< ::testing::tuple<$As> > { 107 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; 126 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
|
| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-generated-internal-utils_test.cc | 44 using ::testing::internal::MatcherTuple; 51 CompileAssertTypesEqual<tuple<>, MatcherTuple<tuple<> >::type>(); in TEST() 56 MatcherTuple<tuple<int> >::type>(); in TEST() 61 MatcherTuple<tuple<int, char> >::type>(); in TEST() 68 MatcherTuple<tuple<int, char, bool, double, char*> >::type>(); in TEST()
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 904 template <typename MatcherTuple, typename ValueTuple> 915 template <typename MatcherTuple, typename ValueTuple> 951 template <typename MatcherTuple, typename ValueTuple> 957 template <typename MatcherTuple, typename ValueTuple> 968 template <typename MatcherTuple, typename ValueTuple> 969 bool TupleMatches(const MatcherTuple& matcher_tuple, in TupleMatches() 982 template <typename MatcherTuple, typename ValueTuple> 3833 template <typename MatcherTuple> 3854 const MatcherTuple matchers_; 3859 template <typename MatcherTuple> [all …]
|