Searched refs:untyped_action (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc428 const void* untyped_action = nullptr; member in namespace:testing::internal
434 untyped_args, &untyped_action, &is_excessive,
446 return untyped_action == nullptr
448 : this->UntypedPerformAction(untyped_action, untyped_args);
461 untyped_action == nullptr
463 : this->UntypedPerformAction(untyped_action, untyped_args);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h163 const void* untyped_action, void* untyped_args) const = 0;
175 // untyped_action is set to point to the action that should be
181 const void** untyped_action, bool* is_excessive,
1558 const void* untyped_action, void* untyped_args) const override {
1561 const Action<F> action = *static_cast<const Action<F>*>(untyped_action);
1684 // untyped_action is set to point to the action that should be
1699 const void* untyped_args, const void** untyped_action, bool* is_excessive,
1718 *untyped_action = action;

Completed in 138 milliseconds