Home
last modified time | relevance | path

Searched refs:ArgumentTuple (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h298 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef
310 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; typedef
905 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 …]
H A Dgmock-actions.h325 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 …]
H A Dgmock-generated-actions.h669 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 …]
H A Dgmock-function-mocker.h95 __VA_ARGS__>::ArgumentTuple>::value == _N, \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h499 using ArgumentTuple = std::tuple<Args...>;