Home
last modified time | relevance | path

Searched refs:ParseAttributeReference (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceUtils.h67 bool ParseAttributeReference(const android::StringPiece& str, ResourceNameRef* out_reference);
DResourceUtils.cpp209 bool ParseAttributeReference(const StringPiece& str, ResourceNameRef* out_ref) { in ParseAttributeReference() function
243 return ParseAttributeReference(str, nullptr); in IsAttributeReference()
342 if (ParseAttributeReference(str, &ref)) { in TryParseReference()