D | aidl_language.cpp | 36 AidlToken::AidlToken(const std::string& text, const std::string& comments) in AidlToken() argument 38 comments_(comments) {} in AidlToken() 41 const std::string& comments, bool is_array) in AidlType() argument 45 comments_(comments) {} in AidlType() 96 unsigned line, const std::string& comments, int id) in AidlMethod() argument 98 comments_(comments), in AidlMethod() 114 unsigned line, const std::string& comments) in AidlMethod() argument 115 : AidlMethod(oneway, type, name, args, line, comments, 0) { in AidlMethod() 149 const std::string& comments, bool oneway, in AidlInterface() argument 153 comments_(comments), in AidlInterface() [all …]
|