Searched refs:IgnoreResultAction (Results 1 - 1 of 1) sorted by relevance
/gem5/ext/googletest/googlemock/include/gmock/ | ||
H A D | gmock-actions.h | 890 class IgnoreResultAction { class in namespace:testing::internal 892 explicit IgnoreResultAction(const A& action) : action_(action) {} function in class:testing::internal::IgnoreResultAction 939 GTEST_DISALLOW_ASSIGN_(IgnoreResultAction); 1187 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { 1188 return internal::IgnoreResultAction<A>(an_action); |
Completed in 12 milliseconds