HomeSort by relevance Sort by last modified time
    Searched refs:ParseAttributeReference (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/
ResourceUtils.h 65 bool ParseAttributeReference(const android::StringPiece& str, ResourceNameRef* out_reference);
ResourceUtils.cpp 171 bool ParseAttributeReference(const StringPiece& str, ResourceNameRef* out_ref) {
205 return ParseAttributeReference(str, nullptr);
304 if (ParseAttributeReference(str, &ref)) {

Completed in 70 milliseconds