Searched refs:ref_vstorage (Results 1 – 1 of 1) sorted by relevance
1662 CompactionStyle compaction_style, VersionStorageInfo* ref_vstorage, in VersionStorageInfo() argument1691 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()[all …]