Searched refs:accessor (Results 1 – 1 of 1) sorted by relevance
598 HashTable::accessor accessor; in Insert() local599 if (table_.find(accessor, CacheKey(key, hash))) { in Insert()601 table_.erase(accessor); in Insert()617 HashTable::accessor accessor; in Insert() local636 HashTable::const_accessor accessor; in Lookup() local640 CacheHandle* handle = accessor->second; in Lookup()641 accessor.release(); in Lookup()680 HashTable::accessor accessor; in EraseAndConfirm() local682 if (table_.find(accessor, CacheKey(key, hash))) { in EraseAndConfirm()683 CacheHandle* handle = accessor->second; in EraseAndConfirm()[all …]