Searched defs:arg_list (Results 1 – 2 of 2) sorted by relevance
107 ArgList::ArgList(const std::vector<std::string>& arg_list) { in ArgList()113 ArgList::ArgList(std::vector<std::unique_ptr<AstNode>> arg_list) in ArgList()116 ArgList::ArgList(ArgList&& arg_list) in ArgList() function in android::aidl::cpp::ArgList132 ArgList&& arg_list) in ConstructorDecl()137 ArgList&& arg_list, in ConstructorDecl()160 MacroDecl::MacroDecl(const std::string& name, ArgList&& arg_list) in MacroDecl()172 ArgList&& arg_list) in MethodDecl()177 ArgList&& arg_list, in MethodDecl()238 ArgList&& arg_list, in ConstructorImpl()265 ArgList&& arg_list, in MethodImpl()[all …]
249 def flatten_arg_list(arg_list): argument