Searched refs:m_oldestKey (Results 1 – 2 of 2) sorted by relevance
106 GraphiteSegMap::iterator oldestPair = m_segMap.find(reinterpret_cast<long>(m_oldestKey)); in cacheSegment()111 m_segMap.erase(reinterpret_cast<long>(m_oldestKey)); in cacheSegment()122 m_oldestKey = record->m_nextKey; in cacheSegment()181 if (m_oldestKey == NULL) in cacheSegment()183 m_oldestKey = record->m_pStr; in cacheSegment()
113 m_oldestKey(NULL) {}; in GraphiteSegmentCache()224 const xub_Unicode * m_oldestKey; member in GraphiteSegmentCache
Completed in 16 milliseconds