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

  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 348 // MakePolymorphicAction(object) where object has type FooAction. See
396 // MakePolymorphicAction(foo);
400 inline PolymorphicAction<Impl> MakePolymorphicAction(const Impl& impl) {
949 return MakePolymorphicAction(internal::ReturnNullAction());
954 return MakePolymorphicAction(internal::ReturnVoidAction());
    [all...]
gmock-more-actions.h 99 return MakePolymorphicAction(
108 return MakePolymorphicAction(
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-more-actions.h 116 return MakePolymorphicAction(
125 return MakePolymorphicAction(
gmock-actions.h 423 // MakePolymorphicAction(object) where object has type FooAction. See
471 // MakePolymorphicAction(foo);
475 inline PolymorphicAction<Impl> MakePolymorphicAction(const Impl& impl) {
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-actions.h 423 // MakePolymorphicAction(object) where object has type FooAction. See
471 // MakePolymorphicAction(foo);
475 inline PolymorphicAction<Impl> MakePolymorphicAction(const Impl& impl) {
    [all...]
  /external/google-breakpad/src/testing/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...]
  /external/googletest/googlemock/test/
gmock-actions_test.cc 69 using testing::MakePolymorphicAction;
455 // The following two classes are for testing MakePolymorphicAction().
461 // We want to verify that MakePolymorphicAction() can work with a
474 // For testing that MakePolymorphicAction() works when the
478 // We want to verify that MakePolymorphicAction() can work with a
487 // These functions verify that MakePolymorphicAction() returns a
491 return MakePolymorphicAction(ReturnSecondArgumentAction());
496 return MakePolymorphicAction(ReturnZeroFromNullaryFunctionAction());
499 // Tests that MakePolymorphicAction() turns a polymorphic action
506 // Tests that MakePolymorphicAction() works when the implementatio
    [all...]

Completed in 3021 milliseconds