Searched refs:GetComments (Results 1 – 4 of 4) sorted by relevance
/system/tools/aidl/ |
D | aidl_language_y.yy | 149 $$ = new AidlQualifiedName(loc(@1), $1->GetText(), $1->GetComments()); 173 $2->SetComments($1->begin()->GetComments()); 190 $$ = new AidlParcelable(loc(@2), $2, ps->Package(), $1->GetComments()); 193 $$ = new AidlParcelable(loc(@2), $2, ps->Package(), $1->GetComments(), $4->GetText()); 196 AidlQualifiedName* name = new AidlQualifiedName(loc(@2), $2->GetText(), $2->GetComments()); 197 $$ = new AidlStructuredParcelable(loc(@2), name, ps->Package(), $1->GetComments(), $4); 229 $$ = new AidlInterface(loc(@1), $2->GetText(), $1->GetComments(), false, $4, ps->Package()); 234 $$ = new AidlInterface(loc(@2), $3->GetText(), $1->GetComments(), true, $5, ps->Package()); 314 $$ = new AidlMethod(loc(@2), false, $1, $2->GetText(), $4, $1->GetComments()); 318 $$ = new AidlMethod(loc(@3), true, $2, $3->GetText(), $5, $1->GetComments()); [all …]
|
D | aidl_language.h | 40 const std::string& GetComments() const { return comments_; } in GetComments() function 147 const string& GetComments() const { return comments_; } in GetComments() function 219 const string& GetComments() const { return comments_; } in GetComments() function 410 const std::string& GetComments() const { return comments_; } in GetComments() function 473 const std::string& GetComments() const { return comments_; } in GetComments() function 498 const std::string& GetComments() const { return comments_; } in GetComments() function
|
D | generate_java.cpp | 99 parcel_class->comment = parcel->GetComments(); in generate_parcel_class() 110 out << variable->GetType().GetComments() << "\n"; in generate_parcel_class()
|
D | generate_java_binder.cpp | 403 decl->comment = method.GetComments(); in generate_interface_method() 596 proxy->comment = method.GetComments(); in generate_proxy_method() 910 default_method->comment = method.GetComments(); in generate_default_impl_method() 980 interface->comment = iface->GetComments(); in generate_binder_interface_class()
|