Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_metadata.h88 return std::hash<uint32_t>()(rec->cacheid()); in operator()
94 return lhs->cacheid() == rhs->cacheid(); in operator()
Dblock_cache_tier_file.h125 uint32_t cacheid() const { return cache_id_; } in cacheid() function
Dblock_cache_tier.cc238 cache_file_->cacheid()); in InsertImpl()