Searched refs:pStringPoolSize (Results 1 – 2 of 2) sorted by relevance
222 RSInfo::RSInfo(size_t pStringPoolSize) : mStringPool(NULL) { in RSInfo() argument237 if (pStringPoolSize > 0) { in RSInfo()238 mHeader.strPoolSize = pStringPoolSize; in RSInfo()
205 RSInfo(size_t pStringPoolSize);