Searched defs:ArgumentTuple (Results 1 - 5 of 5) sorted by relevance

/external/chromium/testing/gmock/include/gmock/internal/
H A Dgmock-generated-internal-utils.h143 // ArgumentTuple: the tuple type consisting of all parameters of F.
157 typedef ::std::tr1::tuple<> ArgumentTuple; typedef in struct:testing::internal::Function
158 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
167 typedef ::std::tr1::tuple<A1> ArgumentTuple; typedef in struct:testing::internal::Function
168 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
177 typedef ::std::tr1::tuple<A1, A2> ArgumentTuple; typedef in struct:testing::internal::Function
178 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
187 typedef ::std::tr1::tuple<A1, A2, A3> ArgumentTuple; typedef in struct:testing::internal::Function
188 typedef typename MatcherTuple<ArgumentTuple>::type ArgumentMatcherTuple;
197 typedef ::std::tr1::tuple<A1, A2, A3, A4> ArgumentTuple; typedef in struct:testing::internal::Function
208 typedef ::std::tr1::tuple<A1, A2, A3, A4, A5> ArgumentTuple; typedef in struct:testing::internal::Function
219 typedef ::std::tr1::tuple<A1, A2, A3, A4, A5, A6> ArgumentTuple; typedef in struct:testing::internal::Function
230 typedef ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7> ArgumentTuple; typedef in struct:testing::internal::Function
241 typedef ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, A8> ArgumentTuple; typedef in struct:testing::internal::Function
252 typedef ::std::tr1::tuple<A1, A2, A3, A4, A5, A6, A7, A8, A9> ArgumentTuple; typedef in struct:testing::internal::Function
266 A10> ArgumentTuple; typedef in struct:testing::internal::Function
[all...]
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h282 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::OnCallSpec
294 // overloaded constructors of Matcher<const ArgumentTuple&>).
295 extra_matcher_(A<const ArgumentTuple&>()) {
299 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) {
324 bool Matches(const ArgumentTuple& args) const {
351 Matcher<const ArgumentTuple&> extra_matcher_;
866 typedef typename Function<F>::ArgumentTuple ArgumentTuple;
879 // overloaded constructors of Matcher<const ArgumentTuple
[all...]
H A Dgmock-actions.h253 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::ActionInterface
262 virtual Result Perform(const ArgumentTuple& args) = 0;
281 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::Action
310 Result Perform(const ArgumentTuple& args) const {
337 // template <typename Result, typename ArgumentTuple>
338 // Result Perform(const ArgumentTuple& args) const {
364 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::PolymorphicAction::MonomorphicImpl
410 typedef typename internal::Function<F1>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::ActionAdaptor
481 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::ReturnAction::Impl
493 Perform(const ArgumentTuple&) argument
513 Perform(const ArgumentTuple&) argument
525 Perform(const ArgumentTuple&) argument
558 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::ReturnRefAction::Impl
562 Perform(const ArgumentTuple&) argument
607 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::ReturnRefOfCopyAction::Impl
611 Perform(const ArgumentTuple&) argument
741 Perform(const ArgumentTuple&) argument
797 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::IgnoreResultAction::Impl
870 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::DoBothAction::Impl
[all...]
H A Dgmock-generated-actions.h50 template <typename Result, typename ArgumentTuple>
392 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::type is the
394 // k{i}-th (0-based) field of ArgumentTuple, which must be a tuple
399 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::Select(args)
410 template <typename Result, typename ArgumentTuple, int k1, int k2, int k3,
414 typedef Result type(GMOCK_FIELD_(ArgumentTuple, k1),
415 GMOCK_FIELD_(ArgumentTuple, k2), GMOCK_FIELD_(ArgumentTuple, k3),
416 GMOCK_FIELD_(ArgumentTuple, k4), GMOCK_FIELD_(ArgumentTuple, k
601 typedef typename Function<F>::ArgumentTuple ArgumentTuple; typedef in class:testing::internal::WithArgsAction::Impl
[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...]

Completed in 1139 milliseconds