Lines Matching refs:UHashElement
193 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _dumpContents()
233 const UHashElement *
235 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement()
247 const UHashElement *element = _nextElement(); in _flush()
279 const UHashElement *element = _nextElement(); in _runEvictionSlice()
326 const UHashElement *element = uhash_find(fHashtable, &key); in _putIfAbsentAndGet()
351 const UHashElement *element = uhash_find(fHashtable, &key); in _poll()
412 const UHashElement *element, in _put()
423 UHashElement *ptr = const_cast<UHashElement *>(element); in _put()
434 const UHashElement *element, in _fetch()
449 UBool UnifiedCache::_inProgress(const UHashElement* element) const { in _inProgress()
463 UBool UnifiedCache::_isEvictable(const UHashElement *element) const in _isEvictable()