/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/internal/ |
D | gmock-generated-internal-utils.h | 69 struct MatcherTuple; 72 struct MatcherTuple< ::testing::tuple<> > { 77 struct MatcherTuple< ::testing::tuple<A1> > { 82 struct MatcherTuple< ::testing::tuple<A1, A2> > { 87 struct MatcherTuple< ::testing::tuple<A1, A2, A3> > { 92 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4> > { 98 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5> > { 105 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5, A6> > { 112 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5, A6, A7> > { 119 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5, A6, A7, A8> > { [all …]
|
/external/google-breakpad/src/testing/include/gmock/internal/ |
D | gmock-generated-internal-utils.h | 69 struct MatcherTuple; 72 struct MatcherTuple< ::std::tr1::tuple<> > { 77 struct MatcherTuple< ::std::tr1::tuple<A1> > { 82 struct MatcherTuple< ::std::tr1::tuple<A1, A2> > { 87 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3> > { 92 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4> > { 98 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5> > { 105 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5, A6> > { 112 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7> > { 119 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, A8> > { [all …]
|
D | gmock-generated-internal-utils.h.pump | 67 // MatcherTuple<T>::type is a tuple type where each field is a Matcher 70 struct MatcherTuple; 80 struct MatcherTuple< ::std::tr1::tuple<$As> > { 106 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; 125 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
|
/external/google-breakpad/src/testing/test/ |
D | gmock-generated-internal-utils_test.cc | 45 using ::testing::internal::MatcherTuple; 52 CompileAssertTypesEqual<tuple<>, MatcherTuple<tuple<> >::type>(); in TEST() 57 MatcherTuple<tuple<int> >::type>(); in TEST() 62 MatcherTuple<tuple<int, char> >::type>(); in TEST() 68 MatcherTuple<tuple<int, char, bool, double, char*> in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-matchers.h | 731 template <typename MatcherTuple, typename ValueTuple> 732 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() 742 template <typename MatcherTuple, typename ValueTuple> 743 static void ExplainMatchFailuresTo(const MatcherTuple& matchers, in ExplainMatchFailuresTo() 751 typename tuple_element<N - 1, MatcherTuple>::type matcher = in ExplainMatchFailuresTo() 778 template <typename MatcherTuple, typename ValueTuple> 779 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() argument 784 template <typename MatcherTuple, typename ValueTuple> 785 static void ExplainMatchFailuresTo(const MatcherTuple& /* matchers */, in ExplainMatchFailuresTo() argument 795 template <typename MatcherTuple, typename ValueTuple> [all …]
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 361 template <typename MatcherTuple, typename ValueTuple> 362 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() 372 template <typename MatcherTuple, typename ValueTuple> 373 static void ExplainMatchFailuresTo(const MatcherTuple& matchers, in ExplainMatchFailuresTo() 381 typename std::tuple_element<N - 1, MatcherTuple>::type matcher = in ExplainMatchFailuresTo() 406 template <typename MatcherTuple, typename ValueTuple> 407 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() argument 412 template <typename MatcherTuple, typename ValueTuple> 413 static void ExplainMatchFailuresTo(const MatcherTuple& /* matchers */, in ExplainMatchFailuresTo() argument 423 template <typename MatcherTuple, typename ValueTuple> [all …]
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 618 template <typename MatcherTuple, typename ValueTuple> 619 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() 630 template <typename MatcherTuple, typename ValueTuple> 631 static void ExplainMatchFailuresTo(const MatcherTuple& matchers, in ExplainMatchFailuresTo() 642 typename tuple_element<N - 1, MatcherTuple>::type matcher = in ExplainMatchFailuresTo() 669 template <typename MatcherTuple, typename ValueTuple> 670 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() argument 675 template <typename MatcherTuple, typename ValueTuple> 676 static void ExplainMatchFailuresTo(const MatcherTuple& /* matchers */, in ExplainMatchFailuresTo() argument 686 template <typename MatcherTuple, typename ValueTuple> [all …]
|