Searched refs:entryRemainingBytes_ (Results 1 – 4 of 4) sorted by relevance
266 entryRemainingBytes_ = entrySize; in beginAddEntry()290 if (contentSize > entryRemainingBytes_) { in addEntryValue()297 entryRemainingBytes_ -= contentSize; in addEntryValue()298 if (entryRemainingBytes_ > 0) { in addEntryValue()313 if (entryRemainingBytes_ == 0) { in addEntryValue()
780 entryRemainingBytes_ = entrySize; in startRetrieveEntryValue()797 if (chunkSize > entryRemainingBytes_) { in retrieveEntryValue()799 << " is bigger than remaining space of size " << entryRemainingBytes_; in retrieveEntryValue()805 entryRemainingBytes_ -= chunkSize; in retrieveEntryValue()806 if (entryRemainingBytes_ > 0) { in retrieveEntryValue()816 if (entryRemainingBytes_ == 0) { in retrieveEntryValue()
106 size_t entryRemainingBytes_; variable
137 size_t entryRemainingBytes_; variable