HomeSort by relevance Sort by last modified time
    Searched defs:MakePolymorphicAction (Results 1 - 3 of 3) 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...]
  /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/v8/testing/gmock/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...]

Completed in 98 milliseconds