HomeSort by relevance Sort by last modified time
    Searched full:action2_ (Results 1 - 1 of 1) sorted by null

  /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...]

Completed in 36 milliseconds