Home
last modified time | relevance | path

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

/trunk/main/binaryurp/source/
H A Dcache.hxx93 typedef typename LruList::iterator LruListIt; typedef in binaryurp::Cache
95 struct HashT{ size_t operator()( const LruListIt& rA) const { return hash(*rA;);}; in operator ()()
96 …struct EqualT{ bool operator()( const LruListIt& rA, const LruListIt& rB) const { return *rA==*rB;… in operator ()()
97 …typedef ::std::unordered_map< LruListIt, IdxType, HashT, EqualT > LruItMap; // a map into a LruList in operator ()()
99 …struct CmpT{ bool operator()( const LruListIt& rA, const LruListIt& rB) const { return (*rA<*rB);}… in operator ()()
100 typedef ::std::map< LruListIt, IdxType, CmpT > LruItMap; // a map into a LruList in operator ()()

Completed in 6 milliseconds