Searched refs:comments_ (Results 1 – 2 of 2) sorted by relevance
40 const std::string& GetComments() const { return comments_; } in GetComments()44 std::string comments_; variable147 const string& GetComments() const { return comments_; } in GetComments()148 void SetComments(const string& comments) { comments_ = comments; } in SetComments()153 string comments_; variable219 const string& GetComments() const { return comments_; } in GetComments()221 void SetComments(const string& comment) { comments_ = comment; } in SetComments()252 string comments_; variable410 const std::string& GetComments() const { return comments_; } in GetComments()448 std::string comments_; variable[all …]
51 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()