Searched defs:PolymorphicAction (Results 1 - 2 of 2) sorted by relevance

/external/gmock/include/gmock/
H A Dgmock-actions.h330 // The PolymorphicAction class template makes it easy to implement a
352 class PolymorphicAction { class in namespace:testing
354 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {} function in class:testing::PolymorphicAction
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<interna
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h330 // The PolymorphicAction class template makes it easy to implement a
352 class PolymorphicAction { class in namespace:testing
354 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {} function in class:testing::PolymorphicAction
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<interna
[all...]

Completed in 46 milliseconds