Lines Matching defs:fun_
771 : fun_(ActionAdapter{::std::shared_ptr<ActionInterface<F>>(impl)}) {}
778 : fun_(action.fun_) {}
781 bool IsDoDefault() const { return fun_ == nullptr; }
793 return internal::Apply(fun_, ::std::move(args));
800 // arguments it is provided. We could instead just return fun_, but then
820 fun_ = ::std::forward<G>(g);
825 fun_ = IgnoreArgs<typename ::std::decay<G>::type>{::std::forward<G>(g)};
838 // fun_ is an empty function if and only if this is the DoDefault() action.
839 ::std::function<F> fun_;