Lines Matching refs:StringPiece
34 using ::android::StringPiece;
158 const StringPiece str(s, len); in CharacterDataHandler()
417 Attribute* Element::FindAttribute(const StringPiece& ns, const StringPiece& name) { in FindAttribute()
421 const Attribute* Element::FindAttribute(const StringPiece& ns, const StringPiece& name) const { in FindAttribute()
430 void Element::RemoveAttribute(const StringPiece& ns, const StringPiece& name) { in RemoveAttribute()
439 Attribute* Element::FindOrCreateAttribute(const StringPiece& ns, const StringPiece& name) { in FindOrCreateAttribute()
448 Element* Element::FindChild(const StringPiece& ns, const StringPiece& name) { in FindChild()
452 const Element* Element::FindChild(const StringPiece& ns, const StringPiece& name) const { in FindChild()
456 Element* Element::FindChildWithAttribute(const StringPiece& ns, const StringPiece& name, in FindChildWithAttribute()
457 const StringPiece& attr_ns, const StringPiece& attr_name, in FindChildWithAttribute()
458 const StringPiece& attr_value) { in FindChildWithAttribute()
463 const Element* Element::FindChildWithAttribute(const StringPiece& ns, const StringPiece& name, in FindChildWithAttribute()
464 const StringPiece& attr_ns, in FindChildWithAttribute()
465 const StringPiece& attr_name, in FindChildWithAttribute()
466 const StringPiece& attr_value) const { in FindChildWithAttribute()
558 Maybe<ExtractedPackage> PackageAwareVisitor::TransformPackageAlias(const StringPiece& alias) const { in TransformPackageAlias()