Searched refs:unreported_size_ (Results 1 – 2 of 2) sorted by relevance
299 unreported_size_[i] = 0; in EntryImpl()485 unreported_size_[index], 0); in DeleteEntryData()906 if (unreported_size_[index]) { in ~EntryImpl()908 entry_.Data()->data_size[index] - unreported_size_[index], in ~EntryImpl()1237 backend_->ModifyStorageSize(current_size - unreported_size_[index], 0); in HandleTruncation()1240 unreported_size_[index] = 0; in HandleTruncation()1320 backend_->ModifyStorageSize(len - unreported_size_[index], 0); in MoveToLocalBuffer()1321 unreported_size_[index] = len; in MoveToLocalBuffer()1410 unreported_size_[index] += new_size - old_size; in UpdateSize()1457 unreported_size_[index], 0); in GetData()
253 int unreported_size_[kNumStreams]; // Bytes not reported yet to the backend. variable