Home
last modified time | relevance | path

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

/trunk/main/binaryurp/source/
H A Dcache.hxx68 typedef std::pair<typename LruItMap::iterator,bool> MapPair; in add()
82 typename LruItMap::iterator it = map_.find( --list_.end()); in add()
97 …typedef ::std::unordered_map< LruListIt, IdxType, HashT, EqualT > LruItMap; // a map into a LruList in operator ()() typedef
100 typedef ::std::map< LruListIt, IdxType, CmpT > LruItMap; // a map into a LruList in operator ()() typedef
104 LruItMap map_; in operator ()()

Completed in 12 milliseconds