Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceUtils.h66 bool ParseAttributeReference(android::StringPiece str, ResourceNameRef* out_reference);
DResourceUtils.cpp204 bool ParseAttributeReference(StringPiece str, ResourceNameRef* out_ref) { in ParseAttributeReference() function
238 return ParseAttributeReference(str, nullptr); in IsAttributeReference()
336 if (ParseAttributeReference(str, &ref)) { in TryParseReference()