Searched refs:untyped_action (Results 1 – 6 of 6) sorted by relevance
/external/googletest/googlemock/src/ |
D | gmock-spec-builders.cc | 432 const void* untyped_action = nullptr; in UntypedInvokeWith() local 438 this->UntypedFindMatchingExpectation(untyped_args, &untyped_action, in UntypedInvokeWith() 450 return untyped_action == nullptr in UntypedInvokeWith() 452 : this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith() 467 return untyped_action == nullptr in UntypedInvokeWith() 469 : this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 169 const void* untyped_action, void* untyped_args) const = 0; 187 const void** untyped_action, bool* is_excessive, 1557 const void* untyped_action, void* untyped_args) const override { in UntypedPerformAction() argument 1560 const Action<F> action = *static_cast<const Action<F>*>(untyped_action); in UntypedPerformAction() 1698 const void* untyped_args, const void** untyped_action, bool* is_excessive, in UntypedFindMatchingExpectation() argument 1717 *untyped_action = action; in UntypedFindMatchingExpectation()
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 10640 const void* untyped_action = NULL; in UntypedInvokeWith() local 10645 this->UntypedFindMatchingExpectation(untyped_args, &untyped_action, in UntypedInvokeWith() 10656 return untyped_action == NULL in UntypedInvokeWith() 10658 : this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith() 10671 untyped_action == NULL in UntypedInvokeWith() 10673 : this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 11652 const void* untyped_action = NULL; in UntypedInvokeWith() local 11658 untyped_args, &untyped_action, &is_excessive, in UntypedInvokeWith() 11670 untyped_action == NULL ? in UntypedInvokeWith() 11672 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith() 11685 untyped_action == NULL ? in UntypedInvokeWith() 11687 this->UntypedPerformAction(untyped_action, untyped_args); in UntypedInvokeWith()
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 8723 const void* untyped_action, 8742 const void** untyped_action, bool* is_excessive, 10046 const void* untyped_action, const void* untyped_args) const { 10049 const Action<F> action = *static_cast<const Action<F>*>(untyped_action); 10191 const void** untyped_action, bool* is_excessive, 10210 *untyped_action = action;
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/ |
D | gmock.h | 9336 const void* untyped_action, 9355 const void** untyped_action, bool* is_excessive, 10714 const void* untyped_action, const void* untyped_args) const { 10717 const Action<F> action = *static_cast<const Action<F>*>(untyped_action); 10859 const void** untyped_action, bool* is_excessive, 10878 *untyped_action = action;
|