Searched refs:file_ptr (Results 1 – 1 of 1) sorted by relevance
5377 for (const auto* file_ptr : first_files) { in ApproximateSize() local5378 total_intersecting_size += file_ptr->fd.GetFileSize(); in ApproximateSize()5380 for (const auto* file_ptr : last_files) { in ApproximateSize() local5381 total_intersecting_size += file_ptr->fd.GetFileSize(); in ApproximateSize()5395 for (const auto file_ptr : first_files) { in ApproximateSize() local5396 total_full_size += ApproximateSize(v, *file_ptr, start, end, caller); in ApproximateSize()5400 for (const auto file_ptr : last_files) { in ApproximateSize() local5403 total_full_size += ApproximateOffsetOf(v, *file_ptr, end, caller); in ApproximateSize()