Searched refs:HashedEntry (Results 1 – 1 of 1) sorted by relevance
247 class HashedEntry class255 inline HashedEntry( const HashedEntry& rCopy );268 inline HashedEntry::HashedEntry( const INetURLObject& rURL ): in HashedEntry() function in HashedEntry274 inline HashedEntry::HashedEntry( const HashedEntry& r ): maName( r.maName ), mnHashCode( r.mnHashCo… in HashedEntry() function in HashedEntry278 HashedEntry::~HashedEntry() in ~HashedEntry()282 inline sal_Bool HashedEntry::operator ==( const HashedEntry& rRef ) const in operator ==()287 inline sal_Bool HashedEntry::operator !=( const HashedEntry& rRef ) const in operator !=()309 const HashedEntry* Find( const HashedEntry& rToSearchFor );312 const HashedEntry& Insert( HashedEntry* pInsertOrDelete );349 const HashedEntry* HashedEntryList::Find( const HashedEntry& rRef ) in Find()[all …]
Completed in 73 milliseconds