Lines Matching defs:str

116 bool ParseResourceName(const StringPiece& str, ResourceNameRef* out_ref,  in ParseResourceName()
158 bool ParseReference(const StringPiece& str, ResourceNameRef* out_ref, in ParseReference()
205 bool IsReference(const StringPiece& str) { in IsReference()
209 bool ParseAttributeReference(const StringPiece& str, ResourceNameRef* out_ref) { in ParseAttributeReference()
242 bool IsAttributeReference(const StringPiece& str) { in IsAttributeReference()
254 Maybe<Reference> ParseStyleParentReference(const StringPiece& str, in ParseStyleParentReference()
304 Maybe<Reference> ParseXmlAttributeName(const StringPiece& str) { in ParseXmlAttributeName()
332 std::unique_ptr<Reference> TryParseReference(const StringPiece& str, in TryParseReference()
351 std::unique_ptr<Item> TryParseNullOrEmpty(const StringPiece& str) { in TryParseNullOrEmpty()
373 const StringPiece& str) { in TryParseEnumSymbol()
390 const StringPiece& str) { in TryParseFlagSymbol()
436 std::unique_ptr<BinaryPrimitive> TryParseColor(const StringPiece& str) { in TryParseColor()
491 Maybe<bool> ParseBool(const StringPiece& str) { in ParseBool()
502 Maybe<uint32_t> ParseInt(const StringPiece& str) { in ParseInt()
511 Maybe<ResourceId> ParseResourceId(const StringPiece& str) { in ParseResourceId()
527 Maybe<int> ParseSdkVersion(const StringPiece& str) { in ParseSdkVersion()
553 std::unique_ptr<BinaryPrimitive> TryParseBool(const StringPiece& str) { in TryParseBool()
566 std::unique_ptr<BinaryPrimitive> TryParseInt(const StringPiece& str) { in TryParseInt()
579 std::unique_ptr<BinaryPrimitive> TryParseFloat(const StringPiece& str) { in TryParseFloat()
691 const StringPiece& str, const Attribute* attr, in TryParseItemForAttribute()
747 const std::string str = util::GetString(src_pool, data); in ParseBinaryResValue() local