Searched refs:mOutTotalSize (Results 1 – 2 of 2) sorted by relevance
58 mOutTotalSize = uncompSize; in StreamingZipInflater()76 mOutTotalSize = uncompSize; in StreamingZipInflater()139 size_t toRead = min_of(count, size_t(mOutTotalSize - mOutCurPosition)); in read()
65 size_t mOutTotalSize; // total uncompressed size of the blob variable