Searched refs:ArgumentTuple (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h330 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::ActionInterface
339 virtual Result Perform(const ArgumentTuple& args) = 0;
358 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::Action
387 Result Perform(const ArgumentTuple& args) const {
414 // template <typename Result, typename ArgumentTuple>
415 // Result Perform(const ArgumentTuple& args) const {
441 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::PolymorphicAction::MonomorphicImpl
487 typedef typename internal::Function<F1>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::ActionAdaptor
566 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::ReturnAction::Impl
579 Perform(const ArgumentTuple&) argument
598 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::ReturnAction::Impl
603 Perform(const ArgumentTuple&) argument
629 Perform(const ArgumentTuple&) argument
645 Perform(const ArgumentTuple&) argument
678 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::ReturnRefAction::Impl
682 Perform(const ArgumentTuple&) argument
727 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::ReturnRefOfCopyAction::Impl
731 Perform(const ArgumentTuple&) argument
861 Perform(const ArgumentTuple&) argument
917 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::IgnoreResultAction::Impl
990 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::DoBothAction::Impl
[all...]
H A Dgmock-more-actions.h59 template <typename Result, typename ArgumentTuple>
60 Result Perform(const ArgumentTuple& args) {
61 return InvokeHelper<Result, ArgumentTuple>::Invoke(function_impl_, args);
77 template <typename Result, typename ArgumentTuple>
78 Result Perform(const ArgumentTuple& args) const {
79 return InvokeHelper<Result, ArgumentTuple>::InvokeMethod(
H A Dgmock-spec-builders.h287 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::OnCallSpec
299 // overloaded constructors of Matcher<const ArgumentTuple&>).
300 extra_matcher_(A<const ArgumentTuple&>()) {
304 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
329 bool Matches(const ArgumentTuple& args) const {
356 Matcher<const ArgumentTuple&> extra_matcher_;
879 typedef typename Function<F>::ArgumentTuple ArgumentTuple;
892 // overloaded constructors of Matcher<const ArgumentTuple
[all...]
H A Dgmock-generated-function-mockers.h69 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
80 return this->InvokeWith(ArgumentTuple());
89 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
101 return this->InvokeWith(ArgumentTuple(a1));
110 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
122 return this->InvokeWith(ArgumentTuple(a1, a2));
131 typedef typename internal::Function<F>::ArgumentTuple ArgumentTupl typedef in class:testing::internal::FunctionMocker
153 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
176 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
199 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
224 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
249 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
274 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
301 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
[all...]
H A Dgmock-generated-actions.h50 template <typename Result, typename ArgumentTuple>
275 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::type is the
277 // k{i}-th (0-based) field of ArgumentTuple, which must be a tuple
282 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::Select(args)
293 template <typename Result, typename ArgumentTuple, int k1, int k2, int k3,
297 typedef Result type(GMOCK_FIELD_(ArgumentTuple, k1),
298 GMOCK_FIELD_(ArgumentTuple, k2), GMOCK_FIELD_(ArgumentTuple, k3),
299 GMOCK_FIELD_(ArgumentTuple, k4), GMOCK_FIELD_(ArgumentTuple, k
473 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::WithArgsAction::Impl
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-internal-utils_test.cc77 CompileAssertTypesEqual<tuple<>, F::ArgumentTuple>();
87 CompileAssertTypesEqual<tuple<bool>, F::ArgumentTuple>();
99 CompileAssertTypesEqual<tuple<bool, const long&>, F::ArgumentTuple>(); // NOLINT
116 F::ArgumentTuple>();
H A Dgmock-actions_test.cc468 template <typename Result, typename ArgumentTuple>
469 Result Perform(const ArgumentTuple& args) { return get<1>(args); }
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-generated-internal-utils.h145 // ArgumentTuple: the tuple type consisting of all parameters of F.
159 typedef ::testing::tuple<> ArgumentTuple; typedef in struct:testing::internal::Function
160 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
169 typedef ::testing::tuple<A1> ArgumentTuple; typedef in struct:testing::internal::Function
170 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
179 typedef ::testing::tuple<A1, A2> ArgumentTuple; typedef in struct:testing::internal::Function
180 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
189 typedef ::testing::tuple<A1, A2, A3> ArgumentTuple; typedef in struct:testing::internal::Function
190 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
199 typedef ::testing::tuple<A1, A2, A3, A4> ArgumentTuple; typedef in struct:testing::internal::Function
210 typedef ::testing::tuple<A1, A2, A3, A4, A5> ArgumentTuple; typedef in struct:testing::internal::Function
221 typedef ::testing::tuple<A1, A2, A3, A4, A5, A6> ArgumentTuple; typedef in struct:testing::internal::Function
232 typedef ::testing::tuple<A1, A2, A3, A4, A5, A6, A7> ArgumentTuple; typedef in struct:testing::internal::Function
243 typedef ::testing::tuple<A1, A2, A3, A4, A5, A6, A7, A8> ArgumentTuple; typedef in struct:testing::internal::Function
254 typedef ::testing::tuple<A1, A2, A3, A4, A5, A6, A7, A8, A9> ArgumentTuple; typedef in struct:testing::internal::Function
268 A10> ArgumentTuple; typedef in struct:testing::internal::Function
[all...]

Completed in 27 milliseconds