Searched refs:GetHashCode (Results 1 - 24 of 24) sorted by path

/haiku/headers/private/locale/
H A DHashMapCatalog.h60 uint32 GetHashCode() const { return fHashVal; } function in class:BPrivate::CatKey
/haiku/headers/private/package/
H A DHashableString.h25 inline uint32 GetHashCode() const;
52 HashableString::GetHashCode() const function in class:BPackageKit::BPrivate::HashableString
/haiku/headers/private/shared/
H A DHashMap.h54 { return key.GetHashCode(); }
249 uint32 GetHashCode() const function in struct:BPrivate::HashKey32
280 uint32 GetHashCode() const function in struct:BPrivate::HashKey64
312 uint32 GetHashCode() const function in struct:BPrivate::HashKeyPointer
H A DHashSet.h51 { return key.GetHashCode(); }
H A DHashString.h49 uint32 GetHashCode() const { return string_hash(GetString()); } function in class:BPrivate::HashString
/haiku/headers/private/userlandfs/shared/
H A DString.h50 uint32 GetHashCode() const { return string_hash(GetString()); } function in class:UserlandFSUtil::String
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp80 uint32 GetHashCode() const function in class:AuthenticationServer::ServerKey
82 return fContext.GetHashCode() * 17 + fServer.GetHashCode();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp73 uint32 GetHashCode() const function in struct:ShareVolume::EntryKey
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DNetAddress.h39 uint32 GetHashCode() const;
H A DServerNodeID.h30 uint32 GetHashCode() const function in struct:NodeID
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DEntryRef.cpp33 // GetHashCode
35 EntryRef::GetHashCode() const function in class:EntryRef
H A DEntryRef.h18 uint32 GetHashCode() const;
H A DNodeRef.h27 uint32 GetHashCode() const function in struct:NodeRef
H A DSecurityContext.cpp330 uint32 GetHashCode() const function in struct:SecurityContext::UserPath
334 return (path.GetHashCode() * 31) + ((uint32)(v >> 32) ^ (uint32)v);
336 return path.GetHashCode() * 31 + (uint32)user;
H A DVolume.cpp48 uint32 GetHashCode() const function in struct:Volume::EntryKey
H A DVolumeManager.cpp149 uint32 GetHashCode() const function in struct:EntryMovedEventKey
151 uint32 hash = EntryRef::GetHashCode();
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h57 { return key.GetHashCode(); }
/haiku/src/apps/webpositive/support/
H A DHashKeys.h22 uint32 GetHashCode() const
53 uint32 GetHashCode() const
85 uint32 GetHashCode() const function in struct:BPrivate::HashKeyString
/haiku/headers/private/userlandfs/private/
H A DFSCapabilities.h161 inline uint32 GetHashCode() const;
216 // GetHashCode
219 FSCapabilitiesBase<CapabilityCount>::GetHashCode() const function in class:UserlandFSUtil::FSCapabilitiesBase
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNetAddress.cpp158 // GetHashCode
160 NetAddress::GetHashCode() const function in class:NetAddress
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DString.h50 inline uint32 GetHashCode() const { return string_hash(GetString()); } function in class:String
/haiku/src/kits/tracker/
H A DPoseView.h693 uint32 GetHashCode() const function in struct:BPrivate::BPoseView::node_ref_key
/haiku/src/servers/app/font/
H A DFontManager.h84 uint32 GetHashCode() const function in struct:FontManager::FontKey
/haiku/src/servers/media/
H A DBufferManager.cpp160 B_PRId32 " that has no teams\n", entry.key.GetHashCode());

Completed in 153 milliseconds