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

/external/chromium/testing/gmock/include/gmock/
H A Dgmock-actions.h725 // Implements the InvokeWithoutArgs(f) action. The template argument
727 // function pointer or a functor. InvokeWithoutArgs(f) can be used as an
738 // Allows InvokeWithoutArgs(f) to be used as any action whose type is
749 // Implements the InvokeWithoutArgs(object_ptr, &Class::Method) action.
1034 // Various overloads for InvokeWithoutArgs().
1039 InvokeWithoutArgs(FunctionImpl function_impl) { function in namespace:testing
1048 InvokeWithoutArgs(Class* obj_ptr, MethodPtr method_ptr) { function in namespace:testing

Completed in 99 milliseconds