Lines Matching refs:StringPiece
34 using ::android::StringPiece;
158 const StringPiece str(s, len); in CharacterDataHandler()
420 Attribute* Element::FindAttribute(StringPiece ns, StringPiece name) { in FindAttribute()
424 const Attribute* Element::FindAttribute(StringPiece ns, StringPiece name) const { in FindAttribute()
433 void Element::RemoveAttribute(StringPiece ns, StringPiece name) { in RemoveAttribute()
442 Attribute* Element::FindOrCreateAttribute(StringPiece ns, StringPiece name) { in FindOrCreateAttribute()
451 Element* Element::FindChild(StringPiece ns, StringPiece name) { in FindChild()
455 const Element* Element::FindChild(StringPiece ns, StringPiece name) const { in FindChild()
459 Element* Element::FindChildWithAttribute(StringPiece ns, StringPiece name, StringPiece attr_ns, in FindChildWithAttribute()
460 StringPiece attr_name, StringPiece attr_value) { in FindChildWithAttribute()
465 const Element* Element::FindChildWithAttribute(StringPiece ns, StringPiece name, in FindChildWithAttribute()
466 StringPiece attr_ns, StringPiece attr_name, in FindChildWithAttribute()
467 StringPiece attr_value) const { in FindChildWithAttribute()
560 StringPiece alias) const { in TransformPackageAlias()