Home
last modified time | relevance | path

Searched refs:GetText (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/
Daidl_language_y.yy218 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 …]
Dparser.h44 const std::string& GetText() const { return text_; } in GetText() function
/system/bt/btif/src/
Dbtif_config_transcode.cc54 const char* value = k->GetText(); in btif_config_transcode()
/system/core/fastboot/fuzzy_fastboot/
Dextensions.cpp153 const std::string text(child->GetText()); in ExtractPacked()
/system/libvintf/
Dparse_xml.cpp97 return root->GetText() == NULL ? "" : root->GetText(); in getText()