Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier.cc236 if (!cache_file_->Eof()) { in InsertImpl()
243 assert(cache_file_->Eof()); in InsertImpl()
Dblock_cache_tier_file.h209 bool Eof() const { return eof_; } in Eof() function