Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1546 void* untyped_args, // must point to an ArgumentTuple in UntypedPerformDefaultAction()
1558 const void* untyped_action, void* untyped_args) const override { in UntypedPerformAction()
1671 void UntypedDescribeUninterestingCall(const void* untyped_args, in UntypedDescribeUninterestingCall()
1699 const void* untyped_args, const void** untyped_action, bool* is_excessive, in UntypedFindMatchingExpectation()
1723 void UntypedPrintArgs(const void* untyped_args, in UntypedPrintArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc373 void* const untyped_args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) { in UntypedInvokeWith()