Searched refs:GetDotName (Results 1 – 3 of 3) sorted by relevance
/system/tools/aidl/ |
D | aidl_language_y.yy | 259 $$ = new AidlType($1->GetDotName(), @1.begin.line, $1->GetComments(), false); 263 $$ = new AidlType($1->GetDotName(), @1.begin.line, $1->GetComments(), 268 $$ = new AidlType($1->GetDotName() + "<" + *$3 + ">", @1.begin.line, 282 $$ = new std::string($1->GetDotName()); 286 $$ = new std::string(*$1 + "," + $3->GetDotName());
|
D | aidl_language.h | 280 std::string GetDotName() const { return android::base::Join(terms_, '.'); } in GetDotName() function 299 std::string GetName() const { return name_->GetDotName(); } in GetName()
|
D | aidl_language.cpp | 310 name->GetDotName(), line)); in AddImport()
|