Home
last modified time | relevance | path

Searched defs:arg_list (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Dast_cpp.cpp107 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::ArgList
132 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 …]
/system/extras/simpleperf/scripts/
Dutils.py249 def flatten_arg_list(arg_list): argument