Symbol: HashValue
headers/os/app/Messenger.h
74
uint32 HashValue() const;
headers/os/support/String.h
38
uint32 HashValue() const;
headers/os/support/String.h
39
static uint32 HashValue(const char* string);
headers/os/support/String.h
476
return HashValue(String());
headers/private/debugger/ids/ObjectID.h
17
inline uint32 HashValue() const;
headers/private/debugger/model/TypeComponentPath.h
130
uint32 HashValue() const;
headers/private/debugger/model/TypeComponentPath.h
90
uint32 HashValue() const;
headers/private/debugger/util/Worker.h
176
return key.HashValue();
headers/private/debugger/util/Worker.h
47
virtual size_t HashValue() const = 0;
headers/private/debugger/util/Worker.h
61
virtual size_t HashValue() const;
headers/private/package/hpkg/Strings.h
58
return BString::HashValue(key);
src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/FileSystem.cpp
137
return key.HashValue();
src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/FileSystem.cpp
142
return value->HashValue();
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
121
return variable->HashValue() ^ path->HashValue();
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
164
return key.HashValue();
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
169
return value->HashValue();
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.cpp
31
return functionID->HashValue() ^ threadID;
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.cpp
85
return key.HashValue();
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
153
return key.HashValue();
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
158
return value->HashValue();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
106
return function->HashValue();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
168
return key.HashValue();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
173
return value->HashValue();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
247
hash = hash * 19 + fInfo->Expression().HashValue();
src/apps/haikudepot/ui/PackageListView.cpp
1056
return BString::HashValue(key);
src/bin/package/command_extract.cpp
263
return BString::HashValue(key);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
249
return typeName.HashValue();
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
289
return key.HashValue();
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
294
return value->HashValue();
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
107
uint32 hash = fFunctionID->HashValue();
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
108
hash = hash * 19 + fName.HashValue();
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
153
uint32 hash = fFunctionID->HashValue();
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
154
return hash * 25 + fName.HashValue();
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
64
uint32 hash = fFunctionID->HashValue();
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
65
return hash * 19 + fName.HashValue();
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
44
return key.HashValue();
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
70
return key.HashValue();
src/kits/debugger/debug_info/TeamDebugInfo.cpp
49
uint32 hash = key->Name().HashValue();
src/kits/debugger/debug_managers/TeamMemoryBlockManager.cpp
61
return key.HashValue();
src/kits/debugger/debug_managers/TeamMemoryBlockManager.cpp
66
return value->HashValue();
src/kits/debugger/files/FileManager.cpp
521
return key.HashValue();
src/kits/debugger/files/FileManager.cpp
60
return BString::HashValue(directory)
src/kits/debugger/files/FileManager.cpp
61
^ BString::HashValue(name);
src/kits/debugger/files/FileManager.cpp
86
return key.HashValue();
src/kits/debugger/ids/FunctionID.cpp
56
return fPath.HashValue() * 17
src/kits/debugger/ids/FunctionID.cpp
57
+ fFunctionName.HashValue();
src/kits/debugger/model/ExpressionValues.cpp
31
return function->HashValue() ^ thread->ID()
src/kits/debugger/model/ExpressionValues.cpp
32
^ expression.HashValue();
src/kits/debugger/model/ExpressionValues.cpp
71
return key.HashValue();
src/kits/debugger/model/ExpressionValues.cpp
76
return value->HashValue();
src/kits/debugger/model/StackFrameValueInfos.cpp
30
return variable->HashValue() ^ path->HashValue();
src/kits/debugger/model/StackFrameValueInfos.cpp
87
return key.HashValue();
src/kits/debugger/model/StackFrameValueInfos.cpp
92
return value->HashValue();
src/kits/debugger/model/StackFrameValues.cpp
28
return variable->HashValue() ^ path->HashValue();
src/kits/debugger/model/StackFrameValues.cpp
64
return key.HashValue();
src/kits/debugger/model/StackFrameValues.cpp
69
return value->HashValue();
src/kits/debugger/model/TypeComponentPath.cpp
190
uint32 hash = fComponents.ItemAt(0)->HashValue();
src/kits/debugger/model/TypeComponentPath.cpp
193
hash = hash * 17 + fComponents.ItemAt(i)->HashValue();
src/kits/debugger/model/TypeComponentPath.cpp
33
return name.HashValue() * 13 + hash;
src/kits/package/PackageInfoSet.cpp
62
return BString::HashValue(key);
src/kits/package/PackageInfoSet.cpp
67
return value->Name().HashValue();
src/kits/storage/PathMonitor.cpp
322
return BString::HashValue(key);
src/kits/storage/PathMonitor.cpp
327
return value->Name().HashValue();
src/kits/storage/PathMonitor.cpp
642
return BString::HashValue(key);
src/kits/storage/PathMonitor.cpp
647
return value->OriginalPath().HashValue();
src/kits/storage/PathMonitor.cpp
708
return key.HashValue();
src/servers/package/Package.h
69
return BString::HashValue(key);
src/servers/package/PackageFile.h
97
size_t hash = BString::HashValue(key.name);