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

  /external/gmock/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/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...]

Completed in 131 milliseconds