Searched refs:fIndexInBlock (Results 1 – 1 of 1) sorted by relevance
162 , fIndexInBlock(allocator->fItemsPerBlock - 1) in Iter()169 ++fIndexInBlock; in next()171 if (fIndexInBlock == fAllocator->fItemsPerBlock) { in next()173 fIndexInBlock = 0; in next()184 return (char*) fAllocator->fBlocks[fBlockIndex] + fIndexInBlock * fAllocator->fItemSize; in get()190 int fIndexInBlock; variable