Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language_y.yy190 imports.push_back(import->GetText());
225 ps->SetPackage($2->GetText());
242 $$ = new AidlToken($2->GetText(), $1->GetComments());
254 $$->Append($3->GetText());
295 $$->emplace_back($1->GetText());
299 $1->emplace_back($3->GetText());
314 $$->cpp = $3->GetText();
320 $$->ndk = $3->GetText();
326 $$->rust_type = $3->GetText();
335 $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), *$4, $3);
[all …]
Dparser.h44 const std::string& GetText() const { return text_; } in GetText() function
Dparser.cpp107 if (!is_preprocessed_ && token.GetText().find('.') != std::string::npos) { in CheckValidTypeName()
/system/core/fastboot/fuzzy_fastboot/
Dextensions.cpp153 const std::string text(child->GetText()); in ExtractPacked()
/system/libvintf/
Dparse_xml.cpp104 return root->GetText() == NULL ? "" : root->GetText(); in getText()