Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language_y.yy102 $$ = new AidlQualifiedName($1->GetText(), $1->GetComments());
107 $$->AddTerm($3->GetText());
120 @2.begin.line, $2->GetText().c_str());
129 $$ = new AidlParcelable($2, @2.begin.line, ps->Package(), $4->GetText());
138 ps->FileName().c_str(), @2.begin.line, $2->GetText().c_str());
144 $$ = new AidlInterface($3->GetText(), @2.begin.line, $2->GetComments(),
151 $$ = new AidlInterface($4->GetText(), @4.begin.line, $2->GetComments(),
161 ps->FileName().c_str(), @3.begin.line, $3->GetText().c_str());
170 ps->FileName().c_str(), @3.begin.line, $3->GetText().c_str());
192 $$ = new AidlIntConstant($3->GetText(), $5);
[all …]
Daidl_language.h20 const std::string& GetText() const { return text_; } in GetText() function
/system/bt/btif/src/
Dbtif_config_transcode.cc59 const char* value = k->GetText(); in btif_config_transcode()
/system/libvintf/
Dparse_xml.cpp83 return root->GetText() == NULL ? "" : root->GetText(); in getText()