OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MatcherTuple
(Results
1 - 3
of
3
) 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
...]
Completed in 4248 milliseconds