Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/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/googletest/googlemock/src/
Dgmock-spec-builders.cc428 const void* untyped_action = nullptr; in UntypedInvokeWith() local
434 untyped_args, &untyped_action, &is_excessive, in UntypedInvokeWith()
445 return untyped_action == nullptr in UntypedInvokeWith()
447 : this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
460 untyped_action == nullptr in UntypedInvokeWith()
462 : 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.h159 const void* untyped_action, void* untyped_args) const = 0;
177 const void** untyped_action, bool* is_excessive,
1553 const void* untyped_action, void* untyped_args) const override { in UntypedPerformAction() argument
1556 const Action<F> action = *static_cast<const Action<F>*>(untyped_action); in UntypedPerformAction()
1695 const void* untyped_args, const void** untyped_action, bool* is_excessive, in UntypedFindMatchingExpectation() argument
1714 *untyped_action = action; in UntypedFindMatchingExpectation()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/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()