Searched defs:arg_list (Results 1 – 3 of 3) sorted by relevance
125 ArgList::ArgList(const std::vector<std::string>& arg_list) { in ArgList()131 ArgList::ArgList(std::vector<std::unique_ptr<AstNode>> arg_list) in ArgList()134 ArgList::ArgList(ArgList&& arg_list) noexcept : arguments_(std::move(arg_list.arguments_)) {} in ArgList() function in android::aidl::cpp::ArgList149 ArgList&& arg_list) in ConstructorDecl()154 ArgList&& arg_list, in ConstructorDecl()177 MacroDecl::MacroDecl(const std::string& name, ArgList&& arg_list) in MacroDecl()189 ArgList&& arg_list) in MethodDecl()192 MethodDecl::MethodDecl(const std::string& return_type, const std::string& name, ArgList&& arg_list, in MethodDecl()258 ArgList&& arg_list, in ConstructorImpl()285 ArgList&& arg_list, in MethodImpl()[all …]
586 def parse_dt_entries(global_args, arg_list): argument718 def parse_create_args(arg_list): argument
331 def flatten_arg_list(arg_list): argument