Home
last modified time | relevance | path

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

/system/tools/aidl/
Dparser.h36 : 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
Daidl_language.h144 const Comments& GetComments() const { return comments_; }
145 void SetComments(const Comments& comments) { comments_ = comments; }
151 Comments comments_;
Daidl_language.cpp75 : location_(location), comments_(comments) {} in AidlNode()