Lines Matching defs:str

112 bool ParseResourceName(StringPiece str, ResourceNameRef* out_ref, bool* out_private) {  in ParseResourceName()
153 bool ParseReference(StringPiece str, ResourceNameRef* out_ref, bool* out_create, in ParseReference()
200 bool IsReference(StringPiece str) { in IsReference()
204 bool ParseAttributeReference(StringPiece str, ResourceNameRef* out_ref) { in ParseAttributeReference()
237 bool IsAttributeReference(StringPiece str) { in IsAttributeReference()
249 std::optional<Reference> ParseStyleParentReference(StringPiece str, std::string* out_error) { in ParseStyleParentReference()
298 std::optional<Reference> ParseXmlAttributeName(StringPiece str) { in ParseXmlAttributeName()
327 std::unique_ptr<Reference> TryParseReference(StringPiece str, bool* out_create) { in TryParseReference()
345 std::unique_ptr<Item> TryParseNullOrEmpty(StringPiece str) { in TryParseNullOrEmpty()
366 std::unique_ptr<BinaryPrimitive> TryParseEnumSymbol(const Attribute* enum_attr, StringPiece str) { in TryParseEnumSymbol()
382 std::unique_ptr<BinaryPrimitive> TryParseFlagSymbol(const Attribute* flag_attr, StringPiece str) { in TryParseFlagSymbol()
428 std::unique_ptr<BinaryPrimitive> TryParseColor(StringPiece str) { in TryParseColor()
483 std::optional<bool> ParseBool(StringPiece str) { in ParseBool()
494 std::optional<uint32_t> ParseInt(StringPiece str) { in ParseInt()
503 std::optional<ResourceId> ParseResourceId(StringPiece str) { in ParseResourceId()
519 std::optional<int> ParseSdkVersion(StringPiece str) { in ParseSdkVersion()
545 std::unique_ptr<BinaryPrimitive> TryParseBool(StringPiece str) { in TryParseBool()
558 std::unique_ptr<BinaryPrimitive> TryParseInt(StringPiece str) { in TryParseInt()
571 std::unique_ptr<BinaryPrimitive> TryParseFloat(StringPiece str) { in TryParseFloat()
686 StringPiece str, const Attribute* attr, in TryParseItemForAttribute()
748 const std::string str = android::util::GetString(src_pool, data); in ParseBinaryResValue() local