Searched refs:untyped_args (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 162 virtual void UntypedDescribeUninterestingCall(const void* untyped_args, 173 const void* untyped_args, const void** untyped_action, bool* is_excessive, 178 virtual void UntypedPrintArgs(const void* untyped_args, 1616 void UntypedDescribeUninterestingCall(const void* untyped_args, in UntypedDescribeUninterestingCall() argument 1620 *static_cast<const ArgumentTuple*>(untyped_args); in UntypedDescribeUninterestingCall() 1644 const void* untyped_args, const void** untyped_action, bool* is_excessive, in UntypedFindMatchingExpectation() argument 1648 *static_cast<const ArgumentTuple*>(untyped_args); in UntypedFindMatchingExpectation() 1668 void UntypedPrintArgs(const void* untyped_args, in UntypedPrintArgs() argument 1671 *static_cast<const ArgumentTuple*>(untyped_args); in UntypedPrintArgs()
|