Home
last modified time | relevance | path

Searched refs:action2_ (Results 1 – 2 of 2) 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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/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_;