Searched refs:mPropSize (Results 1 – 3 of 3) sorted by relevance
75 mPropCount(0), mPropSize(0), mProps(NULL) in MediaAnalyticsItem()87 mPropCount(0), mPropSize(0), mProps(NULL) in MediaAnalyticsItem()120 mPropSize = 0; in clear()281 if (i == mPropSize) { in allocateProp()636 int nsize = mPropSize + increment; in growProps()640 for (int i = mPropSize; i < nsize; i++) { in growProps()644 mPropSize = nsize; in growProps()
266 size_t mPropSize; variable