Searched refs:ArgumentTuple (Results 1 – 5 of 5) sorted by relevance
298 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef310 extra_matcher_(A<const ArgumentTuple&>()) {} in OnCallSpec()313 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With()338 bool Matches(const ArgumentTuple& args) const { in Matches()365 Matcher<const ArgumentTuple&> extra_matcher_;892 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef905 extra_matcher_(A<const ArgumentTuple&>()), in TypedExpectation()919 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With()1065 const Matcher<const ArgumentTuple&>& extra_matcher() const { in extra_matcher()1095 bool Matches(const ArgumentTuple& args) const in Matches()[all …]
325 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple;334 virtual Result Perform(const ArgumentTuple& args) = 0;364 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple;397 Result Perform(ArgumentTuple args) const {448 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple;452 Result Perform(const ArgumentTuple& args) override {558 typedef typename Function<F>::ArgumentTuple ArgumentTuple;571 Result Perform(const ArgumentTuple&) override { return value_; }590 typedef typename Function<F>::ArgumentTuple ArgumentTuple;595 Result Perform(const ArgumentTuple&) override {[all …]
669 typedef typename ::testing::internal::Function<F>::ArgumentTuple\730 typedef typename ::testing::internal::Function<F>::ArgumentTuple\779 typedef typename ::testing::internal::Function<F>::ArgumentTuple\834 typedef typename ::testing::internal::Function<F>::ArgumentTuple\894 typedef typename ::testing::internal::Function<F>::ArgumentTuple\961 typedef typename ::testing::internal::Function<F>::ArgumentTuple\1036 typedef typename ::testing::internal::Function<F>::ArgumentTuple\1116 typedef typename ::testing::internal::Function<F>::ArgumentTuple\1202 typedef typename ::testing::internal::Function<F>::ArgumentTuple\1296 typedef typename ::testing::internal::Function<F>::ArgumentTuple\[all …]
95 __VA_ARGS__>::ArgumentTuple>::value == _N, \
499 using ArgumentTuple = std::tuple<Args...>;