Home
last modified time | relevance | path

Searched refs:UntypedPerformDefaultAction (Results 1 – 2 of 2) sorted by relevance

/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc358 return this->UntypedPerformDefaultAction(untyped_args, ""); in UntypedInvokeWith()
367 this->UntypedPerformDefaultAction(untyped_args, ss.str()); in UntypedInvokeWith()
399 this->UntypedPerformDefaultAction(untyped_args, "") : in UntypedInvokeWith()
414 this->UntypedPerformDefaultAction(untyped_args, ss.str()) : in UntypedInvokeWith()
/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h146 virtual UntypedActionResultHolderBase* UntypedPerformDefaultAction(
1443 virtual UntypedActionResultHolderBase* UntypedPerformDefaultAction( in UntypedPerformDefaultAction() function