Home
last modified time | relevance | path

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

/rocksdb-6.9/cache/
Dclock_cache.cc598 HashTable::accessor accessor; in Insert() local
599 if (table_.find(accessor, CacheKey(key, hash))) { in Insert()
601 table_.erase(accessor); in Insert()
617 HashTable::accessor accessor; in Insert() local
636 HashTable::const_accessor accessor; in Lookup() local
640 CacheHandle* handle = accessor->second; in Lookup()
641 accessor.release(); in Lookup()
680 HashTable::accessor accessor; in EraseAndConfirm() local
682 if (table_.find(accessor, CacheKey(key, hash))) { in EraseAndConfirm()
683 CacheHandle* handle = accessor->second; in EraseAndConfirm()
[all …]