Searched refs:ParseAttributeReference (Results 1 – 2 of 2) sorted by relevance
66 bool ParseAttributeReference(android::StringPiece str, ResourceNameRef* out_reference);
204 bool ParseAttributeReference(StringPiece str, ResourceNameRef* out_ref) { in ParseAttributeReference() function238 return ParseAttributeReference(str, nullptr); in IsAttributeReference()336 if (ParseAttributeReference(str, &ref)) { in TryParseReference()