Searched refs:entryRemainingBytes_ (Results 1 – 4 of 4) sorted by relevance
267 entryRemainingBytes_ = entrySize; in beginAddEntry()286 if (contentSize > entryRemainingBytes_) { in addEntryValue()293 entryRemainingBytes_ -= contentSize; in addEntryValue()294 if (entryRemainingBytes_ > 0) { in addEntryValue()314 if (entryRemainingBytes_ == 0) { in addEntryValue()
709 entryRemainingBytes_ = entrySize; in startRetrieveEntryValue()727 if (chunkSize > entryRemainingBytes_) { in retrieveEntryValue()729 << " is bigger than remaining space of size " << entryRemainingBytes_; in retrieveEntryValue()735 entryRemainingBytes_ -= chunkSize; in retrieveEntryValue()736 if (entryRemainingBytes_ > 0) { in retrieveEntryValue()746 if (entryRemainingBytes_ == 0) { in retrieveEntryValue()
94 size_t entryRemainingBytes_; variable
119 size_t entryRemainingBytes_; variable