Home
last modified time | relevance | path

Searched refs:hintWillAdd (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/
DStringPool.h180 void hintWillAdd(size_t stringCount, size_t styleCount);
DStringPool.cpp212 void StringPool::hintWillAdd(size_t stringCount, size_t styleCount) { in hintWillAdd() function in aapt::StringPool
/frameworks/base/tools/aapt2/unflatten/
DBinaryResourceParser.cpp128 mTable->stringPool.hintWillAdd(mValuePool.size(), mValuePool.styleCount()); in parseTable()