HomeSort by relevance Sort by last modified time
    Searched refs:PolymorphicAction (Results 1 - 10 of 10) 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...]
gmock-more-actions.h 97 PolymorphicAction<internal::InvokeAction<FunctionImpl> > Invoke(
106 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke(
  /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...]
gmock-more-actions.h 114 PolymorphicAction<internal::InvokeAction<FunctionImpl> > Invoke(
123 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke(
  /external/v8/testing/gmock/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...]
gmock-more-actions.h 114 PolymorphicAction<internal::InvokeAction<FunctionImpl> > Invoke(
123 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke(
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 67 using testing::PolymorphicAction;
442 // PolymorphicAction<T> where T is the argument's type.
444 PolymorphicAction<ReturnSecondArgumentAction> ReturnSecondArgument() {
448 PolymorphicAction<ReturnZeroFromNullaryFunctionAction>
    [all...]
  /external/googletest/googlemock/test/
gmock-actions_test.cc 61 using testing::PolymorphicAction;
488 // PolymorphicAction<T> where T is the argument's type.
490 PolymorphicAction<ReturnSecondArgumentAction> ReturnSecondArgument() {
494 PolymorphicAction<ReturnZeroFromNullaryFunctionAction>
    [all...]
  /external/v8/testing/gmock/test/
gmock-actions_test.cc 61 using testing::PolymorphicAction;
488 // PolymorphicAction<T> where T is the argument's type.
490 PolymorphicAction<ReturnSecondArgumentAction> ReturnSecondArgument() {
494 PolymorphicAction<ReturnZeroFromNullaryFunctionAction>
    [all...]
  /external/fmtlib/test/gmock/
gmock.h     [all...]

Completed in 385 milliseconds