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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1183 // Creates an action that performs an_action and throws away its
1184 // result. In other words, it changes the return type of an_action to
1185 // void. an_action MUST NOT return void, or the code won't compile.
1187 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { argument
1188 return internal::IgnoreResultAction<A>(an_action);

Completed in 8 milliseconds