Home
last modified time | relevance | path

Searched refs:untyped_args (Results 1 – 8 of 8) sorted by relevance

/external/googletest/googlemock/src/
Dgmock-spec-builders.cc338 UntypedFunctionMockerBase::UntypedInvokeWith(const void* const untyped_args) in UntypedInvokeWith() argument
367 return this->UntypedPerformDefaultAction(untyped_args, ""); in UntypedInvokeWith()
372 this->UntypedDescribeUninterestingCall(untyped_args, &ss); in UntypedInvokeWith()
376 this->UntypedPerformDefaultAction(untyped_args, ss.str()); in UntypedInvokeWith()
396 untyped_args, &untyped_action, &is_excessive, in UntypedInvokeWith()
409 this->UntypedPerformDefaultAction(untyped_args, "") : in UntypedInvokeWith()
410 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
414 this->UntypedPrintArgs(untyped_args, &ss); in UntypedInvokeWith()
424 this->UntypedPerformDefaultAction(untyped_args, ss.str()) : in UntypedInvokeWith()
425 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
/external/v8/testing/gmock/src/
Dgmock-spec-builders.cc339 UntypedFunctionMockerBase::UntypedInvokeWith(const void* const untyped_args) in UntypedInvokeWith() argument
368 return this->UntypedPerformDefaultAction(untyped_args, ""); in UntypedInvokeWith()
373 this->UntypedDescribeUninterestingCall(untyped_args, &ss); in UntypedInvokeWith()
377 this->UntypedPerformDefaultAction(untyped_args, ss.str()); in UntypedInvokeWith()
397 untyped_args, &untyped_action, &is_excessive, in UntypedInvokeWith()
410 this->UntypedPerformDefaultAction(untyped_args, "") : in UntypedInvokeWith()
411 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
415 this->UntypedPrintArgs(untyped_args, &ss); in UntypedInvokeWith()
425 this->UntypedPerformDefaultAction(untyped_args, ss.str()) : in UntypedInvokeWith()
426 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc329 UntypedFunctionMockerBase::UntypedInvokeWith(const void* const untyped_args) in UntypedInvokeWith() argument
358 return this->UntypedPerformDefaultAction(untyped_args, ""); in UntypedInvokeWith()
363 this->UntypedDescribeUninterestingCall(untyped_args, &ss); in UntypedInvokeWith()
367 this->UntypedPerformDefaultAction(untyped_args, ss.str()); in UntypedInvokeWith()
387 untyped_args, &untyped_action, &is_excessive, in UntypedInvokeWith()
400 this->UntypedPerformDefaultAction(untyped_args, "") : in UntypedInvokeWith()
401 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
405 this->UntypedPrintArgs(untyped_args, &ss); in UntypedInvokeWith()
415 this->UntypedPerformDefaultAction(untyped_args, ss.str()) : in UntypedInvokeWith()
416 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h147 const void* untyped_args,
155 const void* untyped_args) const = 0;
161 const void* untyped_args,
172 const void* untyped_args,
178 virtual void UntypedPrintArgs(const void* untyped_args,
211 const void* untyped_args)
1452 const void* untyped_args, // must point to an ArgumentTuple in UntypedPerformDefaultAction() argument
1455 *static_cast<const ArgumentTuple*>(untyped_args); in UntypedPerformDefaultAction()
1464 const void* untyped_action, const void* untyped_args) const { in UntypedPerformAction() argument
1469 *static_cast<const ArgumentTuple*>(untyped_args); in UntypedPerformAction()
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h151 const void* untyped_args, const std::string& call_description) const = 0;
158 const void* untyped_args) const = 0;
164 const void* untyped_args,
175 const void* untyped_args,
181 virtual void UntypedPrintArgs(const void* untyped_args,
214 const void* untyped_args)
1529 const void* untyped_args, // must point to an ArgumentTuple in UntypedPerformDefaultAction() argument
1532 *static_cast<const ArgumentTuple*>(untyped_args); in UntypedPerformDefaultAction()
1541 const void* untyped_action, const void* untyped_args) const { in UntypedPerformAction() argument
1546 *static_cast<const ArgumentTuple*>(untyped_args); in UntypedPerformAction()
[all …]
/external/v8/testing/gmock/include/gmock/
Dgmock-spec-builders.h151 const void* untyped_args,
159 const void* untyped_args) const = 0;
165 const void* untyped_args,
176 const void* untyped_args,
182 virtual void UntypedPrintArgs(const void* untyped_args,
215 const void* untyped_args)
1524 const void* untyped_args, // must point to an ArgumentTuple in UntypedPerformDefaultAction() argument
1527 *static_cast<const ArgumentTuple*>(untyped_args); in UntypedPerformDefaultAction()
1536 const void* untyped_action, const void* untyped_args) const { in UntypedPerformAction() argument
1541 *static_cast<const ArgumentTuple*>(untyped_args); in UntypedPerformAction()
[all …]
/external/fmtlib/test/
Dgmock-gtest-all.cc10779 UntypedFunctionMockerBase::UntypedInvokeWith(const void* const untyped_args) in UntypedInvokeWith() argument
10808 return this->UntypedPerformDefaultAction(untyped_args, ""); in UntypedInvokeWith()
10813 this->UntypedDescribeUninterestingCall(untyped_args, &ss); in UntypedInvokeWith()
10817 this->UntypedPerformDefaultAction(untyped_args, ss.str()); in UntypedInvokeWith()
10837 untyped_args, &untyped_action, &is_excessive, in UntypedInvokeWith()
10850 this->UntypedPerformDefaultAction(untyped_args, "") : in UntypedInvokeWith()
10851 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
10855 this->UntypedPrintArgs(untyped_args, &ss); in UntypedInvokeWith()
10865 this->UntypedPerformDefaultAction(untyped_args, ss.str()) : in UntypedInvokeWith()
10866 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
/external/fmtlib/test/gmock/
Dgmock.h8715 const void* untyped_args,
8723 const void* untyped_args) const = 0;
8729 const void* untyped_args,
8740 const void* untyped_args,
8746 virtual void UntypedPrintArgs(const void* untyped_args,
8779 const void* untyped_args)
10033 const void* untyped_args, // must point to an ArgumentTuple
10036 *static_cast<const ArgumentTuple*>(untyped_args);
10045 const void* untyped_action, const void* untyped_args) const {
10050 *static_cast<const ArgumentTuple*>(untyped_args);
[all …]