Home
last modified time | relevance | path

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

/trunk/main/binaryurp/source/
H A Dcache.hxx51 typedef sal_uInt16 IdxType; typedef in binaryurp::Cache
59 IdxType add( const T& rContent, bool* pbFound) { in add()
67 typedef std::pair<typename LruList::iterator, IdxType> MappedType; in add()
79 IdxType n = static_cast<IdxType>( map_.size() - 1); in add()
97 …typedef ::std::unordered_map< LruListIt, IdxType, HashT, EqualT > LruItMap; // a map into a LruList in operator ()()
100 typedef ::std::map< LruListIt, IdxType, CmpT > LruItMap; // a map into a LruList in operator ()()

Completed in 13 milliseconds