Searched refs:hintWillAdd (Results 1 – 3 of 3) sorted by relevance
180 void hintWillAdd(size_t stringCount, size_t styleCount);
212 void StringPool::hintWillAdd(size_t stringCount, size_t styleCount) { in hintWillAdd() function in aapt::StringPool
128 mTable->stringPool.hintWillAdd(mValuePool.size(), mValuePool.styleCount()); in parseTable()