Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1474 class DoAllAction;
1478 class DoAllAction<FinalAction> { class
1483 explicit DoAllAction(UserConstructorTag, T&& action) in DoAllAction() function in testing::DoAllAction
1516 class DoAllAction<InitialAction, OtherActions...> class
1517 : private DoAllAction<OtherActions...> {
1519 using Base = DoAllAction<OtherActions...>;
1574 explicit DoAllAction(UserConstructorTag, T&& initial_action, in DoAllAction() function in testing::DoAllAction
1786 internal::DoAllAction<typename std::decay<Action>::type...> DoAll(
1788 return internal::DoAllAction<typename std::decay<Action>::type...>(

Completed in 4 milliseconds