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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h727 // Implements the InvokeWithoutArgs(f) action. The template argument
729 // function pointer or a functor. InvokeWithoutArgs(f) can be used as an
740 // Allows InvokeWithoutArgs(f) to be used as any action whose type is
751 // Implements the InvokeWithoutArgs(object_ptr, &Class::Method) action.
1036 // Various overloads for InvokeWithoutArgs().
1041 InvokeWithoutArgs(FunctionImpl function_impl) { function in namespace:testing
1050 InvokeWithoutArgs(Class* obj_ptr, MethodPtr method_ptr) { function in namespace:testing
/external/googletest/googlemock/include/gmock/
H A Dgmock-actions.h845 // Implements the InvokeWithoutArgs(f) action. The template argument
847 // function pointer or a functor. InvokeWithoutArgs(f) can be used as an
858 // Allows InvokeWithoutArgs(f) to be used as any action whose type is
869 // Implements the InvokeWithoutArgs(object_ptr, &Class::Method) action.
1163 // Various overloads for InvokeWithoutArgs().
1168 InvokeWithoutArgs(FunctionImpl function_impl) { function in namespace:testing
1177 InvokeWithoutArgs(Class* obj_ptr, MethodPtr method_ptr) { function in namespace:testing
/external/v8/testing/gmock/include/gmock/
H A Dgmock-actions.h845 // Implements the InvokeWithoutArgs(f) action. The template argument
847 // function pointer or a functor. InvokeWithoutArgs(f) can be used as an
858 // Allows InvokeWithoutArgs(f) to be used as any action whose type is
869 // Implements the InvokeWithoutArgs(object_ptr, &Class::Method) action.
1163 // Various overloads for InvokeWithoutArgs().
1168 InvokeWithoutArgs(FunctionImpl function_impl) { function in namespace:testing
1177 InvokeWithoutArgs(Class* obj_ptr, MethodPtr method_ptr) { function in namespace:testing
/external/fmtlib/test/gmock/
H A Dgmock.h1636 // Implements the InvokeWithoutArgs(f) action. The template argument
1638 // function pointer or a functor. InvokeWithoutArgs(f) can be used as an
1649 // Allows InvokeWithoutArgs(f) to be used as any action whose type is
1660 // Implements the InvokeWithoutArgs(object_ptr, &Class::Method) action.
1945 // Various overloads for InvokeWithoutArgs().
1950 InvokeWithoutArgs(FunctionImpl function_impl) { function in namespace:testing
1959 InvokeWithoutArgs(Class* obj_ptr, MethodPtr method_ptr) { function in namespace:testing

Completed in 219 milliseconds