Searched refs:ArgumentMatcherTuple (Results 1 – 3 of 3) sorted by relevance
284 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; typedef289 const ArgumentMatcherTuple& matchers) in OnCallSpec()349 ArgumentMatcherTuple matchers_;884 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; typedef889 const ArgumentMatcherTuple& m) in TypedExpectation()1073 const ArgumentMatcherTuple& matchers() const { return matchers_; } in matchers()1258 ArgumentMatcherTuple matchers_;1286 typename internal::Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; typedef1291 const ArgumentMatcherTuple& matchers) in MockSpec()1330 ArgumentMatcherTuple matchers_;[all …]
664 EXPECT_TRUE((std::is_same<std::tuple<>, F::ArgumentMatcherTuple>::value)); in TEST()676 std::is_same<std::tuple<Matcher<bool>>, F::ArgumentMatcherTuple>::value)); in TEST()692 F::ArgumentMatcherTuple>::value)); in TEST()715 F::ArgumentMatcherTuple>::value)); in TEST()
465 using ArgumentMatcherTuple = std::tuple<Matcher<Args>...>;