Searched defs:Perform (Results 1 - 6 of 6) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
H A Dgmock-more-actions.h60 Result Perform(const ArgumentTuple& args) { function in class:testing::internal::InvokeAction
78 Result Perform(const ArgumentTuple& args) const { function in class:testing::internal::InvokeMethodAction
H A Dgmock-actions.h262 virtual Result Perform(const ArgumentTuple& args) = 0;
310 Result Perform(const ArgumentTuple& args) const { function in class:testing::Action
318 return impl_->Perform(args);
333 // implementation class that has a Perform() method template:
338 // Result Perform(const ArgumentTuple& args) const {
368 virtual Result Perform(const ArgumentTuple& args) { function in class:testing::PolymorphicAction::MonomorphicImpl
369 return impl_.template Perform<Result>(args);
414 virtual Result Perform(const ArgumentTuple& args) { function in class:testing::internal::ActionAdaptor
415 return impl_->Perform(args);
493 virtual Result Perform(cons function in class:testing::internal::ReturnAction::Impl
513 static Result Perform(const ArgumentTuple&) { function in class:testing::internal::ReturnNullAction
525 static void Perform(const ArgumentTuple&) { function in class:testing::internal::ReturnVoidAction
562 virtual Result Perform(const ArgumentTuple&) { function in class:testing::internal::ReturnRefAction::Impl
611 virtual Result Perform(const ArgumentTuple&) { function in class:testing::internal::ReturnRefOfCopyAction::Impl
643 void Perform(const ArgumentTuple& /* args */) const { function in class:testing::internal::AssignAction
665 Result Perform(const ArgumentTuple& /* args */) const { function in class:testing::internal::SetErrnoAndReturnAction
691 void Perform(const ArgumentTuple& args) const { function in class:testing::internal::SetArgumentPointeeAction
714 void Perform(const ArgumentTuple& args) const { function in class:testing::internal::SetArgumentPointeeAction
741 Result Perform(const ArgumentTuple&) { return function_impl_(); } function in class:testing::internal::InvokeWithoutArgsAction
757 Result Perform(const ArgumentTuple&) const { function in class:testing::internal::InvokeMethodWithoutArgsAction
801 virtual void Perform(const ArgumentTuple& args) { function in class:testing::internal::IgnoreResultAction::Impl
876 virtual Result Perform(const ArgumentTuple& args) { function in class:testing::internal::DoBothAction::Impl
[all...]
H A Dgmock-generated-actions.h605 virtual Result Perform(const ArgumentTuple& args) { function in class:testing::internal::WithArgsAction::Impl
606 return action_.Perform(SelectArgs<Result, ArgumentTuple, k1, k2, k3, k4,
642 static Result Perform(Impl* impl, const ::std::tr1::tuple<>& args) { function in class:testing::internal::ActionHelper
651 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0>& args) { function in class:testing::internal::ActionHelper
660 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1>& args) { function in class:testing::internal::ActionHelper
669 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2>& args) { function in class:testing::internal::ActionHelper
678 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, function in class:testing::internal::ActionHelper
688 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, function in class:testing::internal::ActionHelper
699 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4, function in class:testing::internal::ActionHelper
710 static Result Perform(Imp function in class:testing::internal::ActionHelper
721 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4, function in class:testing::internal::ActionHelper
732 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4, function in class:testing::internal::ActionHelper
743 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4, function in class:testing::internal::ActionHelper
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock-actions_test.cc324 // Perform method.
330 virtual int Perform(const tuple<bool, int>& args) { function in class:__anon3129::MyActionImpl
343 // When exercising the Perform() method of Action<F>, we must pass
345 // types. For example, if F is int(), then Perform() takes a
346 // 0-tuple; if F is void(bool, int), then Perform() takes a
348 EXPECT_EQ(5, action.Perform(make_tuple(true, 5)));
361 EXPECT_EQ(5, action.Perform(make_tuple(true, 5)));
362 EXPECT_EQ(0, action.Perform(make_tuple(false, 1)));
371 EXPECT_EQ(5, a1.Perform(make_tuple(true, 5)));
372 EXPECT_EQ(0, a1.Perform(make_tupl
394 virtual bool Perform(const tuple<int>& arg) { function in class:__anon3129::IsNotZero
423 Result Perform(const ArgumentTuple& args) { return get<1>(args); } function in class:__anon3129::ReturnSecondArgumentAction
438 Result Perform(const tuple<>&) const { return 0; } function in class:__anon3129::ReturnZeroFromNullaryFunctionAction
[all...]
H A Dgmock-generated-actions_test.cc172 EXPECT_EQ(1, a.Perform(make_tuple(2, &Nullary)));
178 EXPECT_EQ(1, a.Perform(make_tuple(UnaryFunctor())));
185 EXPECT_EQ(12345, a.Perform(make_tuple(&SumOf5)));
192 EXPECT_EQ(12345, a.Perform(make_tuple(SumOf5Functor())));
199 EXPECT_EQ(123456, a.Perform(make_tuple(&SumOf6)));
206 EXPECT_EQ(123456, a.Perform(make_tuple(SumOf6Functor())));
215 EXPECT_EQ("1234567", a.Perform(make_tuple(&Concat7)));
224 EXPECT_EQ("12345678", a.Perform(make_tuple(&Concat8)));
233 EXPECT_EQ("123456789", a.Perform(make_tuple(&Concat9)));
243 EXPECT_EQ("1234567890", a.Perform(make_tupl
371 virtual int Perform(const tuple<int, int>& args) { function in class:testing::gmock_generated_actions_test::SubstractAction
[all...]
/external/clang/lib/Sema/
H A DSemaInit.cpp323 = InitSeq.Perform(SemaRef, MemberEntity, Kind, MultiExprArg());
432 = InitSeq.Perform(SemaRef, ElementEntity, Kind, MultiExprArg());
792 Seq.Perform(SemaRef, Entity, Kind, MultiExprArg(&expr, 1));
1701 // name. Perform another lookup for this name, which may find
2801 // Perform overload resolution and return the result.
3239 // Perform overload resolution. If it fails, return the failed result.
3783 // Perform overload resolution. If it fails, return the failed result.
4223 // Perform initialization
4443 // Perform overload resolution using the class's copy/move constructors.
4561 // Perform overloa
4771 InitializationSequence::Perform(Sema &S, function in class:InitializationSequence
[all...]

Completed in 100 milliseconds