Searched refs:entryRemainingBytes_ (Results 1 – 4 of 4) sorted by relevance
279 entryRemainingBytes_ = entrySize; in beginAddEntry()303 if (contentSize > entryRemainingBytes_) { in addEntryValue()310 entryRemainingBytes_ -= contentSize; in addEntryValue()311 if (entryRemainingBytes_ > 0) { in addEntryValue()326 if (entryRemainingBytes_ == 0) { in addEntryValue()
874 entryRemainingBytes_ = entrySize; in startRetrieveEntryValue()896 if (chunkSize > entryRemainingBytes_) { in retrieveEntryValue()898 << " is bigger than remaining space of size " << entryRemainingBytes_; in retrieveEntryValue()904 entryRemainingBytes_ -= chunkSize; in retrieveEntryValue()905 if (entryRemainingBytes_ > 0) { in retrieveEntryValue()915 if (entryRemainingBytes_ == 0) { in retrieveEntryValue()
115 size_t entryRemainingBytes_; variable
151 size_t entryRemainingBytes_; variable