Searched refs:GetComments (Results 1 – 3 of 3) sorted by relevance
/system/tools/aidl/ |
D | aidl_language_y.yy | 102 $$ = new AidlQualifiedName($1->GetText(), $1->GetComments()); 144 $$ = new AidlInterface($3->GetText(), @2.begin.line, $2->GetComments(), 151 $$ = new AidlInterface($4->GetText(), @4.begin.line, $2->GetComments(), 209 $1->GetComments()); 214 $1->GetComments()); 220 $1->GetComments(), $7); 225 $1->GetComments(), $8); 259 $$ = new AidlType($1->GetDotName(), @1.begin.line, $1->GetComments(), false); 263 $$ = new AidlType($1->GetDotName(), @1.begin.line, $1->GetComments(), 269 $1->GetComments(), false);
|
D | aidl_language.h | 21 const std::string& GetComments() const { return comments_; } in GetComments() function 88 const std::string& GetComments() const { return comments_; } in GetComments() function 209 const std::string& GetComments() const { return comments_; } in GetComments() function 279 const std::string& GetComments() const { return comments_; } in GetComments() function 327 const std::string& GetComments() const { return comments_; } in GetComments() function
|
D | generate_java_binder.cpp | 283 decl->comment = method.GetComments(); in generate_method() 384 proxy->comment = method.GetComments(); in generate_method() 517 interface->comment = iface->GetComments(); in generate_binder_interface_class()
|