Lines Matching refs:ref_vstorage
1662 CompactionStyle compaction_style, VersionStorageInfo* ref_vstorage, in VersionStorageInfo() argument
1691 if (ref_vstorage != nullptr) { in VersionStorageInfo()
1692 accumulated_file_size_ = ref_vstorage->accumulated_file_size_; in VersionStorageInfo()
1693 accumulated_raw_key_size_ = ref_vstorage->accumulated_raw_key_size_; in VersionStorageInfo()
1694 accumulated_raw_value_size_ = ref_vstorage->accumulated_raw_value_size_; in VersionStorageInfo()
1696 ref_vstorage->accumulated_num_non_deletions_; in VersionStorageInfo()
1697 accumulated_num_deletions_ = ref_vstorage->accumulated_num_deletions_; in VersionStorageInfo()
1698 current_num_non_deletions_ = ref_vstorage->current_num_non_deletions_; in VersionStorageInfo()
1699 current_num_deletions_ = ref_vstorage->current_num_deletions_; in VersionStorageInfo()
1700 current_num_samples_ = ref_vstorage->current_num_samples_; in VersionStorageInfo()
1701 oldest_snapshot_seqnum_ = ref_vstorage->oldest_snapshot_seqnum_; in VersionStorageInfo()