Home | Sort by relevance Sort by last modified time |
/external/chromium/testing/gmock/include/gmock/ | |
gmock-actions.h | 855 : action1_(action1), action2_(action2) {} 861 return Action<F>(new Impl<F>(action1_, action2_)); 874 : action1_(action1), action2_(action2) {} 878 return action2_.Perform(args); 883 const Action<F> action2_; member in class:testing::internal::DoBothAction::Impl 889 Action2 action2_; member in class:testing::internal::DoBothAction [all...] |