Searched refs:fun_ (Results 1 – 2 of 2) sorted by relevance
369 Action(G&& fun) : fun_(::std::forward<G>(fun)) {} // NOLINT373 : fun_(ActionAdapter{::std::shared_ptr<ActionInterface<F>>(impl)}) {}379 explicit Action(const Action<Func>& action) : fun_(action.fun_) {}382 bool IsDoDefault() const { return fun_ == nullptr; }394 return internal::Apply(fun_, ::std::move(args));402 ::std::function<F> fun_;
446 FunctionLiteral* fun() const { return fun_; } in fun()452 : Declaration(proxy, pos, kFunctionDeclaration), fun_(fun) { in FunctionDeclaration()456 FunctionLiteral* fun_; variable