Searched refs:GetDotName (Results 1 – 3 of 3) sorted by relevance
/system/tools/aidl/ |
D | aidl_language_y.yy | 143 { ps->AddImport(new AidlImport(loc(@2), $2->GetDotName())); 359 $$ = new AidlTypeSpecifier(loc(@1), $1->GetDotName(), false, nullptr, $1->GetComments()); 364 $$ = new AidlTypeSpecifier(loc(@1), $1->GetDotName(), true, nullptr, $1->GetComments()); 369 $$ = new AidlTypeSpecifier(loc(@1), $1->GetDotName(), false, $3, $1->GetComments());
|
D | aidl_language.h | 474 std::string GetDotName() const { return android::base::Join(terms_, '.'); } in GetDotName() function
|
D | aidl_language.cpp | 627 : AidlDefinedType(location, name->GetDotName(), comments, package), in AidlParcelable()
|