Searched defs:arg_list (Results 1 – 3 of 3) sorted by relevance
127 ArgList::ArgList(const std::vector<std::string>& arg_list) { in ArgList()133 ArgList::ArgList(std::vector<std::unique_ptr<AstNode>> arg_list) in ArgList()136 ArgList::ArgList(ArgList&& arg_list) noexcept : arguments_(std::move(arg_list.arguments_)) {} in ArgList() function in android::aidl::cpp::ArgList151 ArgList&& arg_list) in ConstructorDecl()156 ArgList&& arg_list, in ConstructorDecl()179 MacroDecl::MacroDecl(const std::string& name, ArgList&& arg_list) in MacroDecl()191 ArgList&& arg_list) in MethodDecl()194 MethodDecl::MethodDecl(const std::string& return_type, const std::string& name, ArgList&& arg_list, in MethodDecl()260 ArgList&& arg_list, in ConstructorImpl()291 ArgList&& arg_list, in MethodImpl()[all …]
586 def parse_dt_entries(global_args, arg_list): argument718 def parse_create_args(arg_list): argument
345 def flatten_arg_list(arg_list): argument