Home
last modified time | relevance | path

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

/system/core/include/utils/
DLruCache.h84 void attachToCache(Entry& entry);
176 attachToCache(*entry); in get()
192 attachToCache(*newEntry); in put()
245 void LruCache<TKey, TValue>::attachToCache(Entry& entry) { in attachToCache() function