D | aidl_language.cpp | 361 const string& comments) in AidlTypeSpecifier() argument 366 comments_(comments), in AidlTypeSpecifier() 661 const std::string& comments) in AidlMethod() argument 662 : AidlMethod(location, oneway, type, name, args, comments, 0, true) { in AidlMethod() 668 const std::string& comments, int id, bool is_user_defined) in AidlMethod() argument 671 comments_(comments), in AidlMethod() 711 const std::string& comments, const std::string& package) in AidlDefinedType() argument 714 comments_(comments), in AidlDefinedType() 746 const std::string& package, const std::string& comments, in AidlParcelable() argument 748 : AidlDefinedType(location, name, comments, package), in AidlParcelable() [all …]
|