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

  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-generated-internal-utils.h 66 // MatcherTuple<T>::type is a tuple type where each field is a Matcher
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> >
    [all...]
  /external/googletest/googlemock/include/gmock/internal/
gmock-generated-internal-utils.h 66 // MatcherTuple<T>::type is a tuple type where each field is a Matcher
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> >
    [all...]
  /external/v8/testing/gmock/include/gmock/internal/
gmock-generated-internal-utils.h 66 // MatcherTuple<T>::type is a tuple type where each field is a Matcher
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> >
    [all...]
  /external/fmtlib/test/gmock/
gmock.h 292 // MatcherTuple<T>::type is a tuple type where each field is a Matcher
295 struct MatcherTuple;
298 struct MatcherTuple< ::std::tr1::tuple<> > {
303 struct MatcherTuple< ::std::tr1::tuple<A1> > {
308 struct MatcherTuple< ::std::tr1::tuple<A1, A2> > {
313 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3> > {
318 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4> > {
324 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5> > {
331 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5, A6> > {
338 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7> >
    [all...]

Completed in 59 milliseconds