Searched refs:GetText (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/ |
D | aidl_language_y.yy | 149 $$ = new AidlQualifiedName(loc(@1), $1->GetText(), $1->GetComments()); 154 $$->AddTerm($3->GetText()); 193 $$ = new AidlParcelable(loc(@2), $2, ps->Package(), $1->GetComments(), $4->GetText()); 196 AidlQualifiedName* name = new AidlQualifiedName(loc(@2), $2->GetText(), $2->GetComments()); 217 $$ = new AidlVariableDeclaration(loc(@2), $1, $2->GetText()); 220 $$ = new AidlVariableDeclaration(loc(@2), $1, $2->GetText(), $4); 229 $$ = new AidlInterface(loc(@1), $2->GetText(), $1->GetComments(), false, $4, ps->Package()); 234 $$ = new AidlInterface(loc(@2), $3->GetText(), $1->GetComments(), true, $5, ps->Package()); 264 $$ = AidlConstantValue::Integral(loc(@1), $1->GetText()); 268 $$ = AidlConstantValue::Floating(loc(@1), $1->GetText()); [all …]
|
D | aidl_language.h | 39 const std::string& GetText() const { return text_; } in GetText() function
|
/system/bt/btif/src/ |
D | btif_config_transcode.cc | 55 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 | 91 return root->GetText() == NULL ? "" : root->GetText(); in getText()
|