Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier.cc187 return InsertImpl(key, Slice(data, size)); in Insert()
201 while ((s = InsertImpl(Slice(op.key_), Slice(op.data_))).IsTryAgain()) { in InsertMain()
219 Status BlockCacheTier::InsertImpl(const Slice& key, const Slice& data) { in InsertImpl() function in ROCKSDB_NAMESPACE::BlockCacheTier
Dpersistent_cache_test.h76 auto fn = std::bind(&PersistentCacheTierTest::InsertImpl, this); in Insert()
123 void InsertImpl() { in InsertImpl() function
Dblock_cache_tier.h109 Status InsertImpl(const Slice& key, const Slice& data);