Searched refs:untyped_action (Results 1 – 2 of 2) sorted by relevance
/external/chromium/testing/gmock/src/ |
D | gmock-spec-builders.cc | 381 const void* untyped_action = NULL; in UntypedInvokeWith() local 387 untyped_args, &untyped_action, &is_excessive, in UntypedInvokeWith() 398 untyped_action == NULL ? in UntypedInvokeWith() 400 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith() 413 untyped_action == NULL ? in UntypedInvokeWith() 415 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-spec-builders.h | 154 const void* untyped_action, 173 const void** untyped_action, bool* is_excessive, 1456 const void* untyped_action, const void* untyped_args) const { in UntypedPerformAction() argument 1459 const Action<F> action = *static_cast<const Action<F>*>(untyped_action); in UntypedPerformAction() 1585 const void** untyped_action, bool* is_excessive, in UntypedFindMatchingExpectation() argument 1603 *untyped_action = action; in UntypedFindMatchingExpectation()
|