Searched refs:untyped_action (Results 1 – 4 of 4) sorted by relevance
/external/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() 399 untyped_action == NULL ? in UntypedInvokeWith() 401 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith() 414 untyped_action == NULL ? in UntypedInvokeWith() 416 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
|
/external/google-breakpad/src/testing/src/ |
D | gmock-spec-builders.cc | 381 const void* untyped_action = NULL; in UntypedInvokeWith() local 387 untyped_args, &untyped_action, &is_excessive, in UntypedInvokeWith() 399 untyped_action == NULL ? in UntypedInvokeWith() 401 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith() 414 untyped_action == NULL ? in UntypedInvokeWith() 416 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-spec-builders.h | 154 const void* untyped_action, 173 const void** untyped_action, bool* is_excessive, 1464 const void* untyped_action, const void* untyped_args) const { in UntypedPerformAction() argument 1467 const Action<F> action = *static_cast<const Action<F>*>(untyped_action); in UntypedPerformAction() 1608 const void** untyped_action, bool* is_excessive, in UntypedFindMatchingExpectation() argument 1627 *untyped_action = action; in UntypedFindMatchingExpectation()
|
/external/gmock/include/gmock/ |
D | gmock-spec-builders.h | 158 const void* untyped_action, 177 const void** untyped_action, bool* is_excessive, 1481 const void* untyped_action, const void* untyped_args) const { in UntypedPerformAction() argument 1484 const Action<F> action = *static_cast<const Action<F>*>(untyped_action); in UntypedPerformAction() 1625 const void** untyped_action, bool* is_excessive, in UntypedFindMatchingExpectation() argument 1644 *untyped_action = action; in UntypedFindMatchingExpectation()
|