Searched refs:GetText (Results 1 – 4 of 4) sorted by relevance
/system/tools/aidl/ |
D | aidl_language_y.yy | 102 $$ = 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 …]
|
D | aidl_language.h | 20 const std::string& GetText() const { return text_; } in GetText() function
|
/system/bt/btif/src/ |
D | btif_config_transcode.cc | 59 const char* value = k->GetText(); in btif_config_transcode()
|
/system/libvintf/ |
D | parse_xml.cpp | 83 return root->GetText() == NULL ? "" : root->GetText(); in getText()
|