Lines Matching refs:nHash
96 void initialize (sal_uInt16 nLru, sal_uInt32 nHash = 0) in initialize()
98 m_nHash = nHash; in initialize()
114 sal_Bool operator== (sal_uInt32 nHash) const in operator ==()
116 return (m_nHash == nHash); in operator ==()
118 sal_Bool operator< (sal_uInt32 nHash) const in operator <()
120 return (m_nHash < nHash); in operator <()
136 void initialize (sal_uInt16 nThis, sal_uInt32 nHash = 0) in initialize()
138 m_nHash = nHash; in initialize()
173 sal_uInt16 find (sal_uInt32 nHash) const;
294 sal_uInt16 INetURLHistory_Impl::find (sal_uInt32 nHash) const in find()
303 if (m_pHash[m] == nHash) in find()
306 if (m_pHash[m] < nHash) in find()