Searched refs:tryParseAttributeReference (Results 1 – 2 of 2) sorted by relevance
70 bool tryParseAttributeReference(const StringPiece16& str, ResourceNameRef* outReference);
143 bool tryParseAttributeReference(const StringPiece16& str, ResourceNameRef* outRef) { in tryParseAttributeReference() function177 return tryParseAttributeReference(str, nullptr); in isAttributeReference()246 if (tryParseAttributeReference(str, &ref)) { in tryParseReference()