Searched refs:asym (Results 1 – 1 of 1) sorted by relevance
2092 sp<AaptSymbols> asym = assets->getSymbolsFor(String8("R")); in getAttributeComment() local2093 if (asym != NULL) { in getAttributeComment()2095 asym = asym->getNestedSymbols().valueFor(String8("attr")); in getAttributeComment()2096 if (asym != NULL) { in getAttributeComment()2100 *outTypeComment = asym->getTypeComment(name); in getAttributeComment()2102 return asym->getComment(name); in getAttributeComment()