Searched refs:ArgumentMatcherTuple (Results 1 - 10 of 10) sorted by relevance

/external/google-breakpad/src/testing/test/
H A Dgmock-generated-internal-utils_test.cc78 CompileAssertTypesEqual<tuple<>, F::ArgumentMatcherTuple>();
88 CompileAssertTypesEqual<tuple<Matcher<bool> >, F::ArgumentMatcherTuple>();
101 F::ArgumentMatcherTuple>();
119 F::ArgumentMatcherTuple>();
/external/googletest/googlemock/test/
H A Dgmock-generated-internal-utils_test.cc78 CompileAssertTypesEqual<tuple<>, F::ArgumentMatcherTuple>();
88 CompileAssertTypesEqual<tuple<Matcher<bool> >, F::ArgumentMatcherTuple>();
101 F::ArgumentMatcherTuple>();
119 F::ArgumentMatcherTuple>();
/external/v8/testing/gmock/test/
H A Dgmock-generated-internal-utils_test.cc78 CompileAssertTypesEqual<tuple<>, F::ArgumentMatcherTuple>();
88 CompileAssertTypesEqual<tuple<Matcher<bool> >, F::ArgumentMatcherTuple>();
101 F::ArgumentMatcherTuple>();
119 F::ArgumentMatcherTuple>();
/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-generated-internal-utils.h146 // ArgumentMatcherTuple: the tuple type consisting of Matchers for all
160 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
170 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
180 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
190 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
200 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
211 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
222 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
233 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
244 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
255 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
269 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
[all...]
/external/googletest/googlemock/include/gmock/internal/
H A Dgmock-generated-internal-utils.h146 // ArgumentMatcherTuple: the tuple type consisting of Matchers for all
160 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
170 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
180 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
190 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
200 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
211 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
222 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
233 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
244 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
255 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
269 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
[all...]
/external/v8/testing/gmock/include/gmock/internal/
H A Dgmock-generated-internal-utils.h146 // ArgumentMatcherTuple: the tuple type consisting of Matchers for all
160 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
170 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
180 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
190 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
200 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
211 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
222 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
233 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
244 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
255 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
269 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h284 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; typedef in class:testing::internal::OnCallSpec
289 const ArgumentMatcherTuple& matchers)
351 ArgumentMatcherTuple matchers_;
872 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple;
877 const ArgumentMatcherTuple& m)
1040 const ArgumentMatcherTuple& matchers() const {
1215 ArgumentMatcherTuple matchers_;
1241 typedef typename internal::Function<F>::ArgumentMatcherTuple
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h289 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; typedef in class:testing::internal::OnCallSpec
294 const ArgumentMatcherTuple& matchers)
356 ArgumentMatcherTuple matchers_;
883 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple;
888 const ArgumentMatcherTuple& m)
1051 const ArgumentMatcherTuple& matchers() const {
1226 ArgumentMatcherTuple matchers_;
1252 typedef typename internal::Function<F>::ArgumentMatcherTuple
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h288 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; typedef in class:testing::internal::OnCallSpec
293 const ArgumentMatcherTuple& matchers)
355 ArgumentMatcherTuple matchers_;
880 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple;
885 const ArgumentMatcherTuple& m)
1048 const ArgumentMatcherTuple& matchers() const {
1223 ArgumentMatcherTuple matchers_;
1249 typedef typename internal::Function<F>::ArgumentMatcherTuple
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h372 // ArgumentMatcherTuple: the tuple type consisting of Matchers for all
386 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
396 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
406 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
416 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
426 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
437 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
448 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
459 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
470 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
481 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
495 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple; typedef in struct:testing::internal::Function
8852 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; typedef in class:testing::internal::OnCallSpec
[all...]

Completed in 277 milliseconds