Searched defs:hash_entry (Results 1 – 3 of 3) sorted by relevance
54 struct hash_entry { const char* name; enum parseKey eKey; }; struct
54 struct hash_entry { const char* name; enum parseKey eKey; }; argument
86 struct hash_entry struct in INetURLHistory_Impl90 sal_uInt32 m_nHash;91 sal_uInt16 m_nLru;92 sal_uInt16 m_nMBZ;96 void initialize (sal_uInt16 nLru, sal_uInt32 nHash = 0) in initialize()105 sal_Bool operator== (const hash_entry &rOther) const in operator ==()109 sal_Bool operator< (const hash_entry &rOther) const in operator <()114 sal_Bool operator== (sal_uInt32 nHash) const in operator ==()118 sal_Bool operator< (sal_uInt32 nHash) const in operator <()
Completed in 18 milliseconds