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

  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 330 // The PolymorphicAction class template makes it easy to implement a
352 class PolymorphicAction {
354 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {}
382 GTEST_DISALLOW_ASSIGN_(PolymorphicAction);
393 // easier to use than the PolymorphicAction<Impl> constructor as it
398 // PolymorphicAction<TypeOfFoo>(foo);
400 inline PolymorphicAction<Impl> MakePolymorphicAction(const Impl& impl) {
401 return PolymorphicAction<Impl>(impl);
948 inline PolymorphicAction<internal::ReturnNullAction> ReturnNull() {
953 inline PolymorphicAction<internal::ReturnVoidAction> Return()
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-actions.h 405 // The PolymorphicAction class template makes it easy to implement a
427 class PolymorphicAction {
429 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {}
457 GTEST_DISALLOW_ASSIGN_(PolymorphicAction);
468 // easier to use than the PolymorphicAction<Impl> constructor as it
473 // PolymorphicAction<TypeOfFoo>(foo);
475 inline PolymorphicAction<Impl> MakePolymorphicAction(const Impl& impl) {
476 return PolymorphicAction<Impl>(impl);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h 405 // The PolymorphicAction class template makes it easy to implement a
427 class PolymorphicAction {
429 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {}
457 GTEST_DISALLOW_ASSIGN_(PolymorphicAction);
468 // easier to use than the PolymorphicAction<Impl> constructor as it
473 // PolymorphicAction<TypeOfFoo>(foo);
475 inline PolymorphicAction<Impl> MakePolymorphicAction(const Impl& impl) {
476 return PolymorphicAction<Impl>(impl);
    [all...]

Completed in 791 milliseconds