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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h975 : action1_(action1), action2_(action2) {}
981 return Action<F>(new Impl<F>(action1_, action2_));
994 : action1_(action1), action2_(action2) {}
998 return action2_.Perform(args);
1003 const Action<F> action2_; member in class:testing::internal::DoBothAction::Impl
1009 Action2 action2_; member in class:testing::internal::DoBothAction

Completed in 12 milliseconds