HomeSort by relevance Sort by last modified time
    Searched refs:MakePolymorphicAction (Results 1 - 3 of 3) sorted by null

  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 346 // MakePolymorphicAction(object) where object has type FooAction. See
394 // MakePolymorphicAction(foo);
398 inline PolymorphicAction<Impl> MakePolymorphicAction(const Impl& impl) {
947 return MakePolymorphicAction(internal::ReturnNullAction());
952 return MakePolymorphicAction(internal::ReturnVoidAction());
    [all...]
gmock-more-actions.h 99 return MakePolymorphicAction(
108 return MakePolymorphicAction(
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 65 using testing::MakePolymorphicAction;
413 // The following two classes are for testing MakePolymorphicAction().
419 // We want to verify that MakePolymorphicAction() can work with a
430 // For testing that MakePolymorphicAction() works when the
434 // We want to verify that MakePolymorphicAction() can work with a
441 // These functions verify that MakePolymorphicAction() returns a
445 return MakePolymorphicAction(ReturnSecondArgumentAction());
450 return MakePolymorphicAction(ReturnZeroFromNullaryFunctionAction());
453 // Tests that MakePolymorphicAction() turns a polymorphic action
460 // Tests that MakePolymorphicAction() works when the implementatio
    [all...]

Completed in 37 milliseconds