Home
last modified time | relevance | path

Searched refs:ArgumentMatcherTuple (Results 1 – 4 of 4) sorted by relevance

/external/chromium/testing/gmock/test/
Dgmock-generated-internal-utils_test.cc78 CompileAssertTypesEqual<tuple<>, F::ArgumentMatcherTuple>(); in TEST()
88 CompileAssertTypesEqual<tuple<Matcher<bool> >, F::ArgumentMatcherTuple>(); in TEST()
101 F::ArgumentMatcherTuple>(); in TEST()
119 F::ArgumentMatcherTuple>(); in TEST()
/external/chromium/testing/gmock/include/gmock/internal/
Dgmock-generated-internal-utils.h158 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;
253 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
[all …]
Dgmock-generated-internal-utils.h.pump92 // ArgumentMatcherTuple: the tuple type consisting of Matchers for all
106 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
125 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h283 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; typedef
288 const ArgumentMatcherTuple& matchers) in OnCallSpec()
350 ArgumentMatcherTuple matchers_;
867 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; typedef
872 const ArgumentMatcherTuple& m) in TypedExpectation()
1035 const ArgumentMatcherTuple& matchers() const { in matchers()
1207 ArgumentMatcherTuple matchers_;
1233 typedef typename internal::Function<F>::ArgumentMatcherTuple
1234 ArgumentMatcherTuple; typedef
1264 void SetMatchers(const ArgumentMatcherTuple& matchers) { in SetMatchers()
[all …]