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

/external/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.h288 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::OnCallSpec
300 // overloaded constructors of Matcher<const ArgumentTuple&>).
301 extra_matcher_(A<const ArgumentTuple&>()) {
305 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
330 bool Matches(const ArgumentTuple& args) const {
357 Matcher<const ArgumentTuple&> extra_matcher_;
881 typedef typename Function<F>::ArgumentTuple ArgumentTuple;
894 // 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...]
/external/v8/testing/gmock/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...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h255 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::ActionInterface
264 virtual Result Perform(const ArgumentTuple& args) = 0;
283 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::Action
312 Result Perform(const ArgumentTuple& args) const {
339 // template <typename Result, typename ArgumentTuple>
340 // Result Perform(const ArgumentTuple& args) const {
366 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::PolymorphicAction::MonomorphicImpl
412 typedef typename internal::Function<F1>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::ActionAdaptor
483 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::ReturnAction::Impl
495 Perform(const ArgumentTuple&) argument
515 Perform(const ArgumentTuple&) argument
527 Perform(const ArgumentTuple&) argument
560 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::ReturnRefAction::Impl
564 Perform(const ArgumentTuple&) argument
609 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::ReturnRefOfCopyAction::Impl
613 Perform(const ArgumentTuple&) argument
743 Perform(const ArgumentTuple&) argument
799 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::IgnoreResultAction::Impl
872 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.h283 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::OnCallSpec
295 // overloaded constructors of Matcher<const ArgumentTuple&>).
296 extra_matcher_(A<const ArgumentTuple&>()) {
300 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
325 bool Matches(const ArgumentTuple& args) const {
352 Matcher<const ArgumentTuple&> extra_matcher_;
871 typedef typename Function<F>::ArgumentTuple ArgumentTuple;
884 // overloaded constructors of Matcher<const ArgumentTuple
[all...]
H A Dgmock-generated-function-mockers.h65 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
76 return this->InvokeWith(ArgumentTuple());
85 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
97 return this->InvokeWith(ArgumentTuple(a1));
106 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
118 return this->InvokeWith(ArgumentTuple(a1, a2));
127 typedef typename internal::Function<F>::ArgumentTuple ArgumentTupl typedef in class:testing::internal::FunctionMocker
149 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
172 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
196 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
221 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
246 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
271 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::FunctionMocker
298 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>
391 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::type is the
393 // k{i}-th (0-based) field of ArgumentTuple, which must be a tuple
398 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::Select(args)
409 template <typename Result, typename ArgumentTuple, int k1, int k2, int k3,
413 typedef Result type(GMOCK_FIELD_(ArgumentTuple, k1),
414 GMOCK_FIELD_(ArgumentTuple, k2), GMOCK_FIELD_(ArgumentTuple, k3),
415 GMOCK_FIELD_(ArgumentTuple, k4), GMOCK_FIELD_(ArgumentTuple, k
600 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::WithArgsAction::Impl
[all...]
/external/google-breakpad/src/testing/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.cc422 template <typename Result, typename ArgumentTuple>
423 Result Perform(const ArgumentTuple& args) { return get<1>(args); }
/external/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); }
/external/v8/testing/gmock/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); }
/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-generated-internal-utils.h145 // ArgumentTuple: the tuple type consisting of all parameters of F.
159 typedef ::std::tr1::tuple<> ArgumentTuple; typedef in struct:testing::internal::Function
160 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
169 typedef ::std::tr1::tuple<A1> ArgumentTuple; typedef in struct:testing::internal::Function
170 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
179 typedef ::std::tr1::tuple<A1, A2> ArgumentTuple; typedef in struct:testing::internal::Function
180 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
189 typedef ::std::tr1::tuple<A1, A2, A3> ArgumentTuple; typedef in struct:testing::internal::Function
190 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
199 typedef ::std::tr1::tuple<A1, A2, A3, A4> ArgumentTuple; typedef in struct:testing::internal::Function
210 typedef ::std::tr1::tuple<A1, A2, A3, A4, A5> ArgumentTuple; typedef in struct:testing::internal::Function
221 typedef ::std::tr1::tuple<A1, A2, A3, A4, A5, A6> ArgumentTuple; typedef in struct:testing::internal::Function
232 typedef ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7> ArgumentTuple; typedef in struct:testing::internal::Function
243 typedef ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, A8> ArgumentTuple; typedef in struct:testing::internal::Function
254 typedef ::std::tr1::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...]
/external/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...]
/external/v8/testing/gmock/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 1666 milliseconds