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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc391 const void* untyped_action = NULL; member in namespace:testing::internal
397 untyped_args, &untyped_action, &is_excessive,
409 untyped_action == NULL ?
411 this->UntypedPerformAction(untyped_action, untyped_args);
424 untyped_action == NULL ?
426 this->UntypedPerformAction(untyped_action, untyped_args);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h158 const void* untyped_action,
171 // untyped_action is set to point to the action that should be
177 const void** untyped_action, bool* is_excessive,
1536 const void* untyped_action, const void* untyped_args) const {
1539 const Action<F> action = *static_cast<const Action<F>*>(untyped_action);
1665 // untyped_action is set to point to the action that should be
1681 const void** untyped_action, bool* is_excessive,
1700 *untyped_action = action;

Completed in 11 milliseconds