Searched refs:action2_ (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-actions.h | 857 : 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/googletest/googlemock/include/gmock/ |
D | gmock-actions.h | 975 : 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/v8/testing/gmock/include/gmock/ |
D | gmock-actions.h | 975 : 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/fmtlib/test/gmock/ |
D | gmock.h | 1766 : action1_(action1), action2_(action2) {} 1772 return Action<F>(new Impl<F>(action1_, action2_)); 1785 : action1_(action1), action2_(action2) {} 1789 return action2_.Perform(args); 1794 const Action<F> action2_; 1800 Action2 action2_;
|