Home | History | Annotate | Download | only in flatten

Lines Matching refs:stringPool

242         StringPool::flattenUtf16(pkgWriter.getBuffer(), mTypePool);
245 StringPool::flattenUtf16(pkgWriter.getBuffer(), mKeyPool);
257 StringPool mTypePool;
258 StringPool mKeyPool;
418 // Sort the types by their IDs. They will be inserted into the StringPool in this order.
423 // If there is a gap in the type IDs, fill in the StringPool
469 table->stringPool.sort([](const StringPool::Entry& a, const StringPool::Entry& b) -> bool {
478 table->stringPool.prune();
486 StringPool::flattenUtf8(tableWriter.getBuffer(), table->stringPool);