Searched refs:GetComments (Results 1 – 8 of 8) sorted by relevance
/system/tools/aidl/ |
D | aidl_language_y.yy | 240 { $$ = new AidlToken($1->GetText() + "." + $3->GetText(), $1->GetComments()); 266 $$->SetComments($1->begin()->GetComments()); 298 $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments()); 303 $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), "", $4); 308 … $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $4->GetText()); 314 $$ = new AidlStructuredParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $4); 353 $$ = new AidlInterface(loc(@1), $2->GetText(), $1->GetComments(), false, $4, ps->Package()); 358 $$ = new AidlInterface(loc(@2), $3->GetText(), $1->GetComments(), true, $5, ps->Package()); 521 $2->SetComments($1->GetComments()); 530 $$ = new AidlEnumerator(loc(@1), $1->GetText(), $3, $1->GetComments()); [all …]
|
D | generate_java.cpp | 99 parcel_class->comment = parcel->GetComments(); in generate_parcel_class() 108 out << variable->GetType().GetComments() << "\n"; in generate_parcel_class() 367 code_writer->Write("%s\n", enum_decl->GetComments().c_str()); in generate_enum() 374 code_writer->Write("%s", enumerator->GetComments().c_str()); in generate_enum()
|
D | parser.h | 44 const std::string& GetComments() const { return comments_; } in GetComments() function
|
D | aidl_language.h | 187 const string& GetComments() const { return comments_; } in GetComments() function 290 const string& GetComments() const { return comments_; } in GetComments() function 587 const string& GetComments() const { return comments_; } in GetComments() function 660 const std::string& GetComments() const { return comments_; } in GetComments() function 793 const std::string& GetComments() const { return comments_; } in GetComments() function
|
D | generate_java_binder.cpp | 403 decl->comment = method.GetComments(); in generate_interface_method() 584 proxy->comment = method.GetComments(); in generate_proxy_method() 975 default_method->comment = method.GetComments(); in generate_default_impl_method() 1047 interface->comment = iface->GetComments(); in generate_binder_interface_class() 1094 auto comment = constant->GetType().GetComments(); in generate_binder_interface_class()
|
D | aidl_language.cpp | 380 return HasHideComment(GetComments()); in IsHidden() 686 return HasHideComment(GetComments()); in IsHidden() 728 return HasHideComment(GetComments()); in IsHidden()
|
D | aidl_unittest.cpp | 542 EXPECT_EQ("/* foo */", parse_result->GetComments()); in TEST_P() 545 EXPECT_EQ("/* i */", interface->GetMethods()[0]->GetComments()); in TEST_P() 546 EXPECT_EQ("/* j */", interface->GetMethods()[1]->GetComments()); in TEST_P() 547 EXPECT_EQ("/* k */", interface->GetMethods()[2]->GetComments()); in TEST_P()
|
D | aidl_to_ndk.cpp | 335 nullptr /* type_params */, aidl.GetComments()); in GetTypeAspect()
|