Home
last modified time | relevance | path

Searched refs:file_ptr (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/db/
Dversion_set.cc5377 for (const auto* file_ptr : first_files) { in ApproximateSize() local
5378 total_intersecting_size += file_ptr->fd.GetFileSize(); in ApproximateSize()
5380 for (const auto* file_ptr : last_files) { in ApproximateSize() local
5381 total_intersecting_size += file_ptr->fd.GetFileSize(); in ApproximateSize()
5395 for (const auto file_ptr : first_files) { in ApproximateSize() local
5396 total_full_size += ApproximateSize(v, *file_ptr, start, end, caller); in ApproximateSize()
5400 for (const auto file_ptr : last_files) { in ApproximateSize() local
5403 total_full_size += ApproximateOffsetOf(v, *file_ptr, end, caller); in ApproximateSize()