Searched refs:CacheHandle (Results 1 – 1 of 1) sorted by relevance
177 struct CacheHandle { struct194 CacheHandle() = default;196 CacheHandle(const CacheHandle& a) { *this = a; } in CacheHandle() function201 CacheHandle& operator=(const CacheHandle& a) { in operator =() argument214 meta_charge += sizeof(CacheHandle); in CalcTotalCharge()254 autovector<CacheHandle> to_delete_value;358 std::deque<CacheHandle> list_;365 autovector<CacheHandle*> recycle_;582 CacheHandle* handle = nullptr; in Insert()640 CacheHandle* handle = accessor->second; in Lookup()[all …]