Searched refs:an_action (Results 1 – 2 of 2) sorted by relevance
1058 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { in IgnoreResult() argument1059 return internal::IgnoreResultAction<A>(an_action); in IgnoreResult()
282 // WithArgs<N1, N2, ..., Nk>(an_action) creates an action that passes283 // the selected arguments of the mock function to an_action and