Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h857 : action1_(action1), action2_(action2) {} in DoBothAction()
863 return Action<F>(new Impl<F>(action1_, action2_));
876 : action1_(action1), action2_(action2) {} in Impl()
880 return action2_.Perform(args); in Perform()
885 const Action<F> action2_; variable
891 Action2 action2_; variable
/external/v8/testing/gmock/include/gmock/
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_;
1009 Action2 action2_;
/external/googletest/googlemock/include/gmock/
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_;
1009 Action2 action2_;