Searched refs:EqualT (Results 1 – 1 of 1) sorted by relevance
96 …struct EqualT{ bool operator()( const LruListIt& rA, const LruListIt& rB) const { return *rA==*rB;… in operator ()() argument97 …typedef ::std::unordered_map< LruListIt, IdxType, HashT, EqualT > LruItMap; // a map into a LruList in operator ()()
Completed in 15 milliseconds