Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dcompression.h93 std::swap(cache_idx_, o.cache_idx_);
97 int64_t GetCacheIndex() const { return cache_idx_; } in GetCacheIndex()
106 cache_idx_ = -1; in CreateIfNeeded()
111 cache_idx_ = idx; in InitFromCache()
114 if (zstd_ctx_ != nullptr && cache_idx_ == -1) { in ~ZSTDUncompressCachedData()
121 int64_t cache_idx_ = -1; // -1 means this instance owns the context variable