D | ast_cpp.cpp | 205 MethodDecl::MethodDecl(const std::string& return_type, const std::string& name, ArgList&& arg_list, in MethodDecl() function in android::aidl::cpp::MethodDecl 207 : MethodDecl(return_type, name, std::move(arg_list), 0u, attributes) {} in MethodDecl() 209 MethodDecl::MethodDecl(const std::string& return_type, const std::string& name, ArgList&& arg_list, in MethodDecl() function in android::aidl::cpp::MethodDecl 222 void MethodDecl::Write(CodeWriter* to) const { in Write()
|