Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/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/google-breakpad/src/testing/include/gmock/internal/
Dgmock-generated-internal-utils.h160 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
170 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
180 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
190 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
200 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
211 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
222 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
233 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
244 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
255 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/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h284 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; typedef
289 const ArgumentMatcherTuple& matchers) in OnCallSpec()
351 ArgumentMatcherTuple matchers_;
872 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; typedef
877 const ArgumentMatcherTuple& m) in TypedExpectation()
1040 const ArgumentMatcherTuple& matchers() const { in matchers()
1215 ArgumentMatcherTuple matchers_;
1241 typedef typename internal::Function<F>::ArgumentMatcherTuple
1242 ArgumentMatcherTuple; typedef
1272 void SetMatchers(const ArgumentMatcherTuple& matchers) { in SetMatchers()
[all …]