Home
last modified time | relevance | path

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

/system/tools/aidl/
Dparser.h35 : text_(text), comments_(comments) {} in AidlToken()
44 const std::string& GetComments() const { return comments_; } in GetComments()
48 std::string comments_; variable
Daidl_language.h187 const string& GetComments() const { return comments_; } in GetComments()
188 void SetComments(const string& comments) { comments_ = comments; } in SetComments()
206 string comments_; variable
290 const string& GetComments() const { return comments_; } in GetComments()
294 void SetComments(const string& comment) { comments_ = comment; } in SetComments()
315 string comments_; variable
587 const string& GetComments() const { return comments_; } in GetComments()
625 std::string comments_; variable
660 const std::string& GetComments() const { return comments_; } in GetComments()
661 void SetComments(const std::string comments) { comments_ = comments; } in SetComments()
[all …]
Daidl_language.cpp366 comments_(comments), in AidlTypeSpecifier()
671 comments_(comments), in AidlMethod()
714 comments_(comments), in AidlDefinedType()
957 : AidlNode(location), name_(name), value_(value), comments_(comments) {} in AidlEnumerator()