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 166 bool ParseAttributeReference(const StringPiece& str, ResourceNameRef* out_ref) {
200 return ParseAttributeReference(str, nullptr);
299 if (ParseAttributeReference(str, &ref)) {

Completed in 36 milliseconds