Home
last modified time | relevance | path

Searched refs:comments_ (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Daidl_language.h40 const std::string& GetComments() const { return comments_; } in GetComments()
44 std::string comments_; variable
147 const string& GetComments() const { return comments_; } in GetComments()
148 void SetComments(const string& comments) { comments_ = comments; } in SetComments()
153 string comments_; variable
219 const string& GetComments() const { return comments_; } in GetComments()
221 void SetComments(const string& comment) { comments_ = comment; } in SetComments()
252 string comments_; variable
410 const std::string& GetComments() const { return comments_; } in GetComments()
448 std::string comments_; variable
[all …]
Daidl_language.cpp51 comments_(comments) {} in AidlToken()
152 comments_(comments) {} in AidlTypeSpecifier()
572 comments_(comments), in AidlMethod()
611 : AidlAnnotatable(location), name_(name), comments_(comments), package_(package) {} in AidlDefinedType()
790 : AidlNode(location), terms_({term}), comments_(comments) { in AidlQualifiedName()