Home
last modified time | relevance | path

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

/external/googletest/googlemock/src/
Dgmock-spec-builders.cc390 const void* untyped_action = NULL; in UntypedInvokeWith() local
396 untyped_args, &untyped_action, &is_excessive, in UntypedInvokeWith()
408 untyped_action == NULL ? in UntypedInvokeWith()
410 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
423 untyped_action == NULL ? in UntypedInvokeWith()
425 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
/external/v8/testing/gmock/src/
Dgmock-spec-builders.cc391 const void* untyped_action = NULL; in UntypedInvokeWith() local
397 untyped_args, &untyped_action, &is_excessive, in UntypedInvokeWith()
409 untyped_action == NULL ? in UntypedInvokeWith()
411 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
424 untyped_action == NULL ? in UntypedInvokeWith()
426 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc381 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/
Dgmock-spec-builders.h154 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/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h157 const void* untyped_action,
176 const void** untyped_action, bool* is_excessive,
1541 const void* untyped_action, const void* untyped_args) const { in UntypedPerformAction() argument
1544 const Action<F> action = *static_cast<const Action<F>*>(untyped_action); in UntypedPerformAction()
1684 const void** untyped_action, bool* is_excessive, in UntypedFindMatchingExpectation() argument
1703 *untyped_action = action; in UntypedFindMatchingExpectation()
/external/v8/testing/gmock/include/gmock/
Dgmock-spec-builders.h158 const void* untyped_action,
177 const void** untyped_action, bool* is_excessive,
1536 const void* untyped_action, const void* untyped_args) const { in UntypedPerformAction() argument
1539 const Action<F> action = *static_cast<const Action<F>*>(untyped_action); in UntypedPerformAction()
1681 const void** untyped_action, bool* is_excessive, in UntypedFindMatchingExpectation() argument
1700 *untyped_action = action; in UntypedFindMatchingExpectation()
/external/fmtlib/test/
Dgmock-gtest-all.cc10831 const void* untyped_action = NULL; in UntypedInvokeWith() local
10837 untyped_args, &untyped_action, &is_excessive, in UntypedInvokeWith()
10849 untyped_action == NULL ? in UntypedInvokeWith()
10851 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
10864 untyped_action == NULL ? in UntypedInvokeWith()
10866 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
/external/fmtlib/test/gmock/
Dgmock.h8722 const void* untyped_action,
8741 const void** untyped_action, bool* is_excessive,
10045 const void* untyped_action, const void* untyped_args) const {
10048 const Action<F> action = *static_cast<const Action<F>*>(untyped_action);
10190 const void** untyped_action, bool* is_excessive,
10209 *untyped_action = action;