OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArgumentMatcherTuple
(Results
1 - 3
of
3
) sorted by null
/external/chromium/testing/gmock/test/
gmock-generated-internal-utils_test.cc
78
CompileAssertTypesEqual<tuple<>, F::
ArgumentMatcherTuple
>();
88
CompileAssertTypesEqual<tuple<Matcher<bool> >, F::
ArgumentMatcherTuple
>();
101
F::
ArgumentMatcherTuple
>();
119
F::
ArgumentMatcherTuple
>();
/external/chromium/testing/gmock/include/gmock/internal/
gmock-generated-internal-utils.h
144
//
ArgumentMatcherTuple
: the tuple type consisting of Matchers for all
158
typedef typename MatcherTuple<ArgumentTuple>::type
ArgumentMatcherTuple
;
168
typedef typename MatcherTuple<ArgumentTuple>::type
ArgumentMatcherTuple
;
178
typedef typename MatcherTuple<ArgumentTuple>::type
ArgumentMatcherTuple
;
188
typedef typename MatcherTuple<ArgumentTuple>::type
ArgumentMatcherTuple
;
198
typedef typename MatcherTuple<ArgumentTuple>::type
ArgumentMatcherTuple
;
209
typedef typename MatcherTuple<ArgumentTuple>::type
ArgumentMatcherTuple
;
220
typedef typename MatcherTuple<ArgumentTuple>::type
ArgumentMatcherTuple
;
231
typedef typename MatcherTuple<ArgumentTuple>::type
ArgumentMatcherTuple
;
242
typedef typename MatcherTuple<ArgumentTuple>::type
ArgumentMatcherTuple
;
[
all
...]
/external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h
283
typedef typename Function<F>::
ArgumentMatcherTuple
ArgumentMatcherTuple
;
288
const
ArgumentMatcherTuple
& matchers)
350
ArgumentMatcherTuple
matchers_;
867
typedef typename Function<F>::
ArgumentMatcherTuple
ArgumentMatcherTuple
;
872
const
ArgumentMatcherTuple
& m)
[
all
...]
Completed in 27 milliseconds