Lines Matching refs:appendComment
296 const bool appendComment; member
307 , appendComment(_appendComment) in PendingAttribute()
321 if (!outTable->makeAttribute(myPackage, ident, sourcePos, type, comment, appendComment)) { in createIfNeeded()
1000 symbols->appendComment(String8(name), comment, srcPos); in compileResourceFile()
1110 symbols->appendComment(String8(curName), comment, srcPos); in compileResourceFile()
1183 symbols->appendComment(String8(name), comment, srcPos); in compileResourceFile()
1256 styleSymbols->appendComment(String8(ident), comment, srcPos); in compileResourceFile()
1301 symbols->appendComment(String8(itemIdent), comment, srcPos); in compileResourceFile()
1711 outTable->appendComment(myPackage, curType, ident, comment, false); in compileResourceFile()
2063 bool ResourceTable::appendComment(const String16& package, in appendComment() function in ResourceTable
2079 c->appendComment(comment, onlyIfEmpty); in appendComment()
2161 appendComment(package, attr16, name, comment, shouldAppendComment); in makeAttribute()
2766 typeSymbols->appendComment(String8(c->getName()), comment, c->getPos()); in addSymbols()
3823 void ResourceTable::ConfigList::appendComment(const String16& comment, in appendComment() function in ResourceTable::ConfigList