Searched refs:comments_ (Results 1 – 3 of 3) sorted by relevance
36 : text_(text), comments_(std::move(comments)) {} in AidlToken()45 const android::aidl::Comments& GetComments() const { return comments_; } in GetComments()54 android::aidl::Comments comments_; variable
144 const Comments& GetComments() const { return comments_; }145 void SetComments(const Comments& comments) { comments_ = comments; }151 Comments comments_;
75 : location_(location), comments_(comments) {} in AidlNode()