Symbol: Key
headers/libs/print/libprint/JobSetupDlg.h
76
Range<T, R>::Key() const
headers/private/kernel/util/AVLTree.h
29
typedef typename Definition::Key Key;
headers/private/kernel/vm/VMArea.h
176
typedef area_id Key;
headers/private/shared/HashMap.h
122
typedef BOpenHashTable<HashMapTableDefinition<Key, Value> >
headers/private/shared/HashMap.h
149
typedef BOpenHashTable<HashMapTableDefinition<Key, Value> > ElementTable;
headers/private/shared/HashMap.h
150
typedef HashMapElement<Key, Value> Element;
headers/private/shared/HashMap.h
162
typedef typename HashMap<Key, Value>::Entry Entry;
headers/private/shared/HashMap.h
163
typedef typename HashMap<Key, Value>::Iterator Iterator;
headers/private/shared/HashMap.h
22
typedef HashMapElement<Key, Value> Element;
headers/private/shared/HashMap.h
51
typedef HashMapElement<Key, Value> ValueType;
headers/private/shared/HashMap.h
79
typedef HashMapElement<Key, Value> Element;
headers/private/shared/LRUCache.h
18
typedef LRUOrderingNode<Key, Value> LRUNode;
headers/private/shared/LRUCache.h
55
typedef LRUOrderingNode<Key, Value> LRUNode;
headers/private/util/SplayTree.h
355
typedef typename Definition::KeyType Key;
headers/private/util/SplayTree.h
48
typedef typename Definition::KeyType Key;
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.h
54
typedef uint64 Key;
src/add-ons/kernel/file_systems/packagefs/indices/AttributeIndex.cpp
71
typedef TreeKey Key;
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
175
typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
278
typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
282
typedef AVLTreeMap<Key, Value, NodeStrategy> TreeMap;
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
49
typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
81
typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
src/add-ons/kernel/file_systems/ramfs/DirectoryEntryTable.h
17
struct Key {
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
126
typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
233
typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
237
typedef AVLTreeMap<Key, Value, NodeStrategy> TreeMap;
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
40
typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
src/add-ons/kernel/file_systems/ramfs/TwoKeyAVLTree.h
66
typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
src/add-ons/kernel/network/protocols/ipv4/ipv4.cpp
85
const ipv4_packet_key& Key() const { return fKey; }
src/add-ons/kernel/network/protocols/ipv6/ipv6.cpp
102
const ipv6_packet_key& Key() const { return fKey; }
src/add-ons/kernel/network/protocols/l2cap/L2capEndpointManager.h
29
typedef uint16 Key;
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
108
struct VariablesViewState::Key {
src/apps/debugger/user_interface/gui/model/VariablesViewStateHistory.cpp
18
struct VariablesViewStateHistory::Key {
src/apps/haikudepot/model/ScreenshotCoordinate.cpp
86
ScreenshotCoordinate::Key() const
src/kits/debugger/debug_managers/TeamMemoryBlockManager.cpp
17
struct TeamMemoryBlockManager::Key {
src/kits/debugger/jobs/ExpressionEvaluationJob.cpp
68
ExpressionEvaluationJob::Key() const
src/kits/debugger/jobs/GetCPUStateJob.cpp
35
GetCpuStateJob::Key() const
src/kits/debugger/jobs/GetStackTraceJob.cpp
50
GetStackTraceJob::Key() const
src/kits/debugger/jobs/GetThreadStateJob.cpp
35
GetThreadStateJob::Key() const
src/kits/debugger/jobs/LoadImageDebugInfoJob.cpp
40
LoadImageDebugInfoJob::Key() const
src/kits/debugger/jobs/LoadSourceCodeJob.cpp
46
LoadSourceCodeJob::Key() const
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
55
ResolveValueNodeValueJob::Key() const
src/kits/debugger/jobs/RetrieveMemoryBlockJob.cpp
37
RetrieveMemoryBlockJob::Key() const
src/kits/debugger/jobs/WriteCoreFileJob.cpp
36
WriteCoreFileJob::Key() const
src/kits/debugger/jobs/WriteMemoryJob.cpp
34
WriteMemoryJob::Key() const
src/kits/debugger/jobs/WriteValueNodeJob.cpp
53
WriteValueNodeValueJob::Key() const
src/kits/debugger/model/ExpressionValues.cpp
16
struct ExpressionValues::Key {
src/kits/debugger/model/StackFrameValueInfos.cpp
17
struct StackFrameValueInfos::Key {
src/kits/debugger/model/StackFrameValues.cpp
15
struct StackFrameValues::Key {
src/kits/interface/Window.cpp
102
uint32 Key() const { return fKey; };
src/libs/print/libprint/PrinterCap.cpp
37
EnumCap::Key() const
src/preferences/keymap/KeyboardLayout.h
24
struct Key {
src/system/kernel/events/event_queue.cpp
59
} Key;
src/system/kernel/posix/xsi_message_queue.cpp
284
key_t Key() const
src/system/kernel/posix/xsi_semaphore.cpp
525
key_t Key() const
src/system/kernel/vm/VMKernelArea.h
67
typedef addr_t Key;
src/system/kernel/vm/VMUserArea.h
31
typedef addr_t Key;
src/tests/kits/opengl/glsl/brick.c
92
Key(unsigned char key, int x, int y)
src/tests/system/kernel/util/VectorMapTest.cpp
537
typedef typename KeyStrategy::Value Key;
src/tests/system/kernel/util/VectorMapTest.cpp
573
typedef typename TestStrategy::Key Key;
src/tests/system/kernel/util/VectorMapTest.cpp
61
typedef typename KeyStrategy::Value Key;
src/tests/system/kernel/util/VectorMapTest.cpp
622
typedef typename EntryStrategy::Key Key;
src/tests/system/kernel/util/VectorMapTest.cpp
85
typedef typename KeyStrategy::Value Key;