Home
last modified time | relevance | path

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

/aoo42x/main/stoc/source/corereflection/
H A Dlrucache.hxx56 mutable CacheEntry * _pTail; member in LRU_Cache
108 _pTail = _pBlock + _nCachedElements -1; in LRU_Cache()
129 if (pEntry == _pTail) in toFront()
131 _pTail = pEntry->pPred; in toFront()
184 pEntry = _pTail; // erase last element in setValue()
/aoo42x/main/stoc/source/tdmanager/
H A Dlrucache.hxx57 mutable CacheEntry * _pTail; member in LRU_Cache
109 _pTail = _pBlock + _nCachedElements -1; in LRU_Cache()
131 if (pEntry == _pTail) in toFront()
133 _pTail = pEntry->pPred; in toFront()
188 pEntry = _pTail; // erase last element in setValue()

Completed in 13 milliseconds