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

  /external/google-breakpad/src/testing/include/gmock/
gmock-more-actions.h 72 class InvokeMethodAction {
74 InvokeMethodAction(Class* obj_ptr, MethodPtr method_ptr)
87 GTEST_DISALLOW_ASSIGN_(InvokeMethodAction);
106 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke(
109 internal::InvokeMethodAction<Class, MethodPtr>(obj_ptr, method_ptr));
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-more-actions.h 72 class InvokeMethodAction {
74 InvokeMethodAction(Class* obj_ptr, MethodPtr method_ptr)
90 GTEST_DISALLOW_ASSIGN_(InvokeMethodAction);
123 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke(
126 internal::InvokeMethodAction<Class, MethodPtr>(obj_ptr, method_ptr));
  /external/googletest/googlemock/include/gmock/
gmock-actions.h 822 struct InvokeMethodAction {
    [all...]

Completed in 183 milliseconds