Searched refs:GetText (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/ |
D | aidl_language_y.yy | 218 ps->SetPackage($2->GetText()); 241 $$ = new AidlImport(loc(@2), $2->GetText(), $1->GetComments()); 253 $$->Append($3->GetText()); 296 $$->emplace_back($1->GetText()); 300 $1->emplace_back($3->GetText()); 313 $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), "", $3); 318 …$$ = new AidlStructuredParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $3, $5… 323 … $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $4->GetText()); 354 $$ = new AidlVariableDeclaration(loc(@2), $1, $2->GetText()); 359 $$ = new AidlVariableDeclaration(loc(@2), $1, $2->GetText(), $4); [all …]
|
D | parser.h | 44 const std::string& GetText() const { return text_; } in GetText() function
|
/system/bt/btif/src/ |
D | btif_config_transcode.cc | 54 const char* value = k->GetText(); in btif_config_transcode()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.cpp | 153 const std::string text(child->GetText()); in ExtractPacked()
|
/system/libvintf/ |
D | parse_xml.cpp | 97 return root->GetText() == NULL ? "" : root->GetText(); in getText()
|