Searched refs:total_size_ (Results 1 – 4 of 4) sorted by relevance
44 total_size_ += extent.num_blocks() * block_size_; in Init()45 extents_upper_bounds_.emplace_back(total_size_); in Init()51 TEST_AND_RETURN_FALSE(offset <= total_size_); in Seek()
75 uint64_t total_size_{0};
71 uint64_t size() const { return total_size_; } in size()88 uint64_t total_size_ = 0; variable
284 total_size_ += file->size(); in AddFile()