Searched refs:ParseAttributeReference (Results 1 – 2 of 2) sorted by relevance
67 bool ParseAttributeReference(const android::StringPiece& str, ResourceNameRef* out_reference);
209 bool ParseAttributeReference(const StringPiece& str, ResourceNameRef* out_ref) { in ParseAttributeReference() function243 return ParseAttributeReference(str, nullptr); in IsAttributeReference()342 if (ParseAttributeReference(str, &ref)) { in TryParseReference()