Searched refs:cache_idx_ (Results 1 – 1 of 1) sorted by relevance
93 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