Searched refs:fun_ (Results 1 – 3 of 3) sorted by relevance
2 name_regexp = ^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));820 fun_ = ::std::forward<G>(g);825 fun_ = IgnoreArgs<typename ::std::decay<G>::type>{::std::forward<G>(g)};839 ::std::function<F> fun_;
416 FunctionLiteral* fun() const { return fun_; } in fun()423 : Declaration(pos, kFunctionDeclaration), fun_(fun) {} in FunctionDeclaration()425 FunctionLiteral* fun_; variable