Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1359 class IgnoreResultAction { class
1361 explicit IgnoreResultAction(const A& action) : action_(action) {} in IgnoreResultAction() function in testing::internal::IgnoreResultAction
1982 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) {
1983 return internal::IgnoreResultAction<A>(an_action);

Completed in 5 milliseconds