Searched refs:GetKey (Results 1 - 25 of 44) sorted by path

12

/haiku/headers/os/app/
H A DKeyStore.h17 status_t GetKey(BKeyType type, const char* identifier,
19 status_t GetKey(BKeyType type, const char* identifier,
21 status_t GetKey(BKeyType type, const char* identifier,
26 status_t GetKey(const char* keyring,
29 status_t GetKey(const char* keyring,
32 status_t GetKey(const char* keyring,
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h29 inline const Key GetKey(const Node* node) const
493 return fStrategy.GetKey(node);
626 inline const Key& GetKey(const Node* node) const function in class:AVLTreeMapStrategy::Auto
648 return fCompare(a, GetKey(b));
653 return fCompare(GetKey(a), GetKey(b));
H A DHeap.h83 static const Key& GetKey(Element* element);
201 HEAP_CLASS_NAME::GetKey(Element* element) function in class:HEAP_CLASS_NAME
H A DMinMaxHeap.h79 static const Key& GetKey(Element* element);
223 MIN_MAX_HEAP_CLASS_NAME::GetKey(Element* element) function in class:MIN_MAX_HEAP_CLASS_NAME
H A DSplayTree.h27 static const KeyType& GetKey(const NodeType* node);
74 Key key = Definition::GetKey(node);
128 Key key = Definition::GetKey(node);
161 _Splay(Definition::GetKey(node));
179 _Splay(Definition::GetKey(node));
503 if (Node* previous = fTree.PreviousDontSplay(Definition::GetKey(node)))
537 if (Node* previous = fTree.PreviousDontSplay(Definition::GetKey(node)))
/haiku/headers/private/locale/
H A DHashMapCatalog.h117 const CatKey& GetKey() const;
161 HashMapCatalog::CatWalker::GetKey() const function in class:BPrivate::HashMapCatalog::CatWalker
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp58 int32 GetKey() const function in class:hks
142 if (key == next->GetKey() && next->DoModifiersMatch(modifiers)) {
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h193 static KeyType GetKey(const NodeType* node) function in struct:InodesInoTreeDefinition
221 static KeyType GetKey(const NodeType* node) function in struct:InodesClusterTreeDefinition
H A DVolume.h44 static KeyType GetKey(const NodeType* node) function in struct:NodeTreeDefinition
69 static KeyType GetKey(const NodeType* node) function in struct:InoTreeDefinition
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h166 inline Key GetKey(Node* node) const function in class:TwoKeyAVLTreeNodeStrategy
188 return _CompareKeys(a, GetKey(const_cast<Node*>(b)));
193 return _CompareKeys(GetKey(const_cast<Node*>(a)),
194 GetKey(const_cast<Node*>(b)));
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp398 header->GetKey(k);
412 header->GetKey(k);
H A DItem.cpp178 // GetKey
180 Item::GetKey() const function in class:Item
182 return fHeader->GetKey();
185 // GetKey
187 Item::GetKey(VKey *k) const function in class:Item
189 return fHeader->GetKey(k);
H A DItem.h39 const Key *GetKey() const { return Key::CastFrom(&ih_key); } function in class:ItemHeader
40 VKey *GetKey(VKey *k) const { k->SetTo(GetKey(), GetVersion()); return k; } function in class:ItemHeader
52 uint32 GetDirID() const { return GetKey()->GetDirID(); }
53 uint32 GetObjectID() const { return GetKey()->GetObjectID(); }
54 uint64 GetOffset() const { return GetKey()->GetOffset(GetVersion()); }
55 uint16 GetType() const { return GetKey()->GetType(GetVersion()); }
81 const Key *GetKey() const;
82 VKey *GetKey(VKey *k) const;
/haiku/src/apps/mail/
H A DWIndex.h86 virtual int32 GetKey(const char* s);
H A DWords.h65 virtual int32 GetKey(const char* s);
/haiku/src/bin/keymap/
H A DKeymap.cpp757 Keymap::GetKey(const char* chars, int32 offset, char* buffer, size_t bufferSize) function in class:Keymap
972 GetKey(fChars, fKeys.normal_map[i], normalKey, 32);
973 GetKey(fChars, fKeys.shift_map[i], shiftKey, 32);
974 GetKey(fChars, fKeys.control_map[i], controlKey, 32);
975 GetKey(fChars, fKeys.option_map[i], optionKey, 32);
976 GetKey(fChars, fKeys.option_shift_map[i], optionShiftKey, 32);
977 GetKey(fChars, fKeys.caps_map[i], capsKey, 32);
978 GetKey(fChars, fKeys.caps_shift_map[i], capsShiftKey, 32);
979 GetKey(fChars, fKeys.option_caps_map[i], optionCapsKey, 32);
980 GetKey(fChar
[all...]
H A DKeymap.h44 static bool GetKey(const char* chars, int32 offset,
/haiku/src/bin/keystore/
H A Dkeystore.cpp41 status_t result = keyStore.GetKey(keyring, B_KEY_TYPE_PASSWORD, identifier,
/haiku/src/bin/locale/
H A Ddumpcatalog.cpp65 const CatKey &key(walker.GetKey());
H A Dlinkcatkeys.cpp130 const CatKey &plainTextKey(walker.GetKey());
/haiku/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp561 key = GetKey();
588 key = GetKey();
H A Drom_calls.h1565 #define GetKey() \ macro
1566 LP0(0x30, uint32, GetKey, \
/haiku/src/system/kernel/debug/
H A DBreakpointManager.h78 static const KeyType& GetKey(const InstalledBreakpoint* node) function in struct:BreakpointManager::InstalledBreakpointSplayDefinition
/haiku/src/system/kernel/scheduler/
H A DRunQueue.h262 unsigned int priority = PriorityHeap::GetKey(maxPriority);
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h120 template<typename _KeyStrategy, typename _ValueStrategy, typename GetKey>
147 GetKey fGetKey;

Completed in 159 milliseconds

12