Searched refs:comments_ (Results 1 – 3 of 3) sorted by relevance
35 : text_(text), comments_(comments) {} in AidlToken()44 const std::string& GetComments() const { return comments_; } in GetComments()48 std::string comments_; variable
187 const string& GetComments() const { return comments_; } in GetComments()188 void SetComments(const string& comments) { comments_ = comments; } in SetComments()206 string comments_; variable290 const string& GetComments() const { return comments_; } in GetComments()294 void SetComments(const string& comment) { comments_ = comment; } in SetComments()315 string comments_; variable587 const string& GetComments() const { return comments_; } in GetComments()625 std::string comments_; variable660 const std::string& GetComments() const { return comments_; } in GetComments()661 void SetComments(const std::string comments) { comments_ = comments; } in SetComments()[all …]
366 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()