Home | History | Annotate | Download | only in gmock

Lines Matching defs:MakeAction

1297 Action<F> MakeAction(ActionInterface<F>* impl) {
2723 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }