Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dfgas_utils.cpp308 int32_t iChunkCount; member
318 pData->iChunkCount = 0; in CFX_BaseDiscreteArray()
329 int32_t& iChunkCount = pData->iChunkCount; in AddSpaceTo() local
333 if (iChunk < iChunkCount) { in AddSpaceTo()
340 if (iChunkCount <= iChunk) { in AddSpaceTo()
341 iChunkCount = iChunk + 1; in AddSpaceTo()
351 if (iChunk >= pData->iChunkCount) in GetAt()
363 int32_t& iChunkCount = pData->iChunkCount; in RemoveAll() local
364 for (int32_t i = 0; i < iChunkCount; i++) in RemoveAll()
368 iChunkCount = 0; in RemoveAll()