Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dpersistent_cache_util.h42 T Pop() { in Pop() function
Dlrulist.h74 inline T* Pop() { in Pop() function
Dhash_table_evictable.h91 if (!lru.IsEmpty() && (t = lru.Pop()) != nullptr) {
Dblock_cache_tier.cc192 InsertOp op(insert_ops_.Pop()); in InsertMain()
Dblock_cache_tier_file.cc570 IO io(q_.Pop()); in ThreadMain()