Searched defs:comments (Results 1 – 3 of 3) sorted by relevance
| /system/tools/aidl/ |
| D | aidl_language.cpp | 88 AidlToken::AidlToken(const std::string& text, const std::string& comments) in AidlToken() 339 const string& comments) in AidlTypeSpecifier() 617 const std::string& comments) in AidlMethod() 624 const std::string& comments, int id, bool is_user_defined) in AidlMethod() 667 const std::string& comments, in AidlDefinedType() 694 const std::vector<std::string>& package, const std::string& comments, in AidlParcelable() 762 const std::string& comments, std::vector<std::unique_ptr<AidlVariableDeclaration>>* variables) in AidlStructuredParcelable() 873 AidlConstantValue* value, const std::string& comments) in AidlEnumerator() 898 const std::string& comments) in AidlEnumDeclaration() 969 const std::string& comments, bool oneway, in AidlInterface() [all …]
|
| D | aidl_language.h | 211 void SetComments(const string& comments) { comments_ = comments; } in SetComments() 647 void SetComments(const std::string comments) { comments_ = comments; } in SetComments()
|
| /system/core/init/ |
| D | tokenizer_test.cpp | 78 TEST(tokenizer, comments) { in TEST() argument
|