Searched refs:old_size (Results 1 – 4 of 4) sorted by relevance
551 size_t old_size = buffer_.size(); in TryReadFragment() local556 } else if (old_size == buffer_.size()) { in TryReadFragment()572 size_t old_size = buffer_.size(); in TryReadFragment() local577 } else if (old_size == buffer_.size()) { in TryReadFragment()589 size_t old_size = buffer_.size(); in TryReadFragment() local594 } else if (old_size == buffer_.size()) { in TryReadFragment()
314 uint64_t old_size = writable_file_->GetFileSize(IOOptions(), nullptr); in WriteBuffered() local317 old_size = next_write_offset_; in WriteBuffered()329 NotifyOnFileWriteFinish(old_size, allowed, start_ts, finish_ts, s); in WriteBuffered()
262 size_t old_size; in ExpandInputsToCleanCut() local264 old_size = inputs->size(); in ExpandInputsToCleanCut()270 } while (inputs->size() > old_size); in ExpandInputsToCleanCut()
1198 for (size_t old_size = 1; old_size <= wp_db->SNAPSHOT_CACHE_SIZE + extra; in TEST_P() local1199 old_size++) { in TEST_P()1201 snapshots.begin(), snapshots.begin() + old_size); in TEST_P()1205 size_t new_comb_cnt = size_t(1) << old_size; in TEST_P()