Home
last modified time | relevance | path

Searched defs:untyped_args (Results 1 – 2 of 2) sorted by relevance

/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1545 void* untyped_args, // must point to an ArgumentTuple in UntypedPerformDefaultAction()
1557 const void* untyped_action, void* untyped_args) const override { in UntypedPerformAction()
1670 void UntypedDescribeUninterestingCall(const void* untyped_args, in UntypedDescribeUninterestingCall()
1698 const void* untyped_args, const void** untyped_action, bool* is_excessive, in UntypedFindMatchingExpectation()
1722 void UntypedPrintArgs(const void* untyped_args, in UntypedPrintArgs()
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc377 void* const untyped_args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) { in UntypedInvokeWith()