Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-generated-internal-utils.h168 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;
208 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
219 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
230 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
241 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
252 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
263 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
[all …]
H A Dgmock-generated-internal-utils.h.pump93 // ArgumentMatcherTuple: the tuple type consisting of Matchers for all
107 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
126 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-generated-internal-utils_test.cc77 CompileAssertTypesEqual<tuple<>, F::ArgumentMatcherTuple>(); in TEST()
87 CompileAssertTypesEqual<tuple<Matcher<bool> >, F::ArgumentMatcherTuple>(); in TEST()
101 F::ArgumentMatcherTuple>(); in TEST()
120 F::ArgumentMatcherTuple>(); in TEST()
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h298 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; typedef
303 const ArgumentMatcherTuple& matchers) in OnCallSpec()
365 ArgumentMatcherTuple matchers_;
891 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; typedef
1059 const ArgumentMatcherTuple& matchers() const { in matchers()
1234 ArgumentMatcherTuple matchers_;
1261 ArgumentMatcherTuple; typedef
1266 const ArgumentMatcherTuple& matchers) in MockSpec()
1303 ArgumentMatcherTuple matchers_;
1473 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; typedef
[all …]