HomeSort by relevance Sort by last modified time
    Searched full:matchertuple (Results 1 - 4 of 4) sorted by null

  /external/chromium/testing/gmock/include/gmock/internal/
gmock-generated-internal-utils.h 64 // MatcherTuple<T>::type is a tuple type where each field is a Matcher
67 struct MatcherTuple;
70 struct MatcherTuple< ::std::tr1::tuple<> > {
75 struct MatcherTuple< ::std::tr1::tuple<A1> > {
80 struct MatcherTuple< ::std::tr1::tuple<A1, A2> > {
85 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3> > {
90 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4> > {
96 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5> > {
103 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5, A6> > {
110 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7> >
    [all...]
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/chromium/testing/gmock/test/
gmock-generated-internal-utils_test.cc 45 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*>
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 511 template <typename MatcherTuple, typename ValueTuple>
512 static bool Matches(const MatcherTuple& matcher_tuple,
523 template <typename MatcherTuple, typename ValueTuple>
524 static void ExplainMatchFailuresTo(const MatcherTuple& matchers,
535 typename tuple_element<N - 1, MatcherTuple>::type matcher =
562 template <typename MatcherTuple, typename ValueTuple>
563 static bool Matches(const MatcherTuple& /* matcher_tuple */,
568 template <typename MatcherTuple, typename ValueTuple>
569 static void ExplainMatchFailuresTo(const MatcherTuple& /* matchers */,
579 template <typename MatcherTuple, typename ValueTuple
    [all...]

Completed in 71 milliseconds