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

12

/haiku/src/add-ons/kernel/file_systems/reiserfs/
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;
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 DBlock.cpp398 header->GetKey(k);
412 header->GetKey(k);
/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/src/kits/app/
H A DKeyStore.cpp32 BKeyStore::GetKey(BKeyType type, const char* identifier, BKey& key) function in class:BKeyStore
34 return GetKey(NULL, type, identifier, NULL, true, key);
39 BKeyStore::GetKey(BKeyType type, const char* identifier, function in class:BKeyStore
42 return GetKey(NULL, type, identifier, secondaryIdentifier, false, key);
47 BKeyStore::GetKey(BKeyType type, const char* identifier, function in class:BKeyStore
51 return GetKey(NULL, type, identifier, secondaryIdentifier,
57 BKeyStore::GetKey(const char* keyring, BKeyType type, const char* identifier, function in class:BKeyStore
60 return GetKey(keyring, type, identifier, NULL, true, key);
65 BKeyStore::GetKey(const char* keyring, BKeyType type, const char* identifier, function in class:BKeyStore
68 return GetKey(keyrin
73 BKeyStore::GetKey(const char* keyring, BKeyType type, const char* identifier, function in class:BKeyStore
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttribute.cpp76 GetKey(oldKey, &oldLength);
89 GetKey(newKey, &newLength);
108 // GetKey
110 Attribute::GetKey(uint8 *key, size_t *length) function in class:Attribute
H A DAttribute.h45 void GetKey(uint8 *key, size_t *length);
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)));
H A DAttributeIndexImpl.cpp74 : attribute(attribute) { attribute->GetKey(key, &length); }
383 (*attribute)->GetKey(buffer, keyLength);
473 (*attribute)->GetKey(attrKey, &attrKeyLength);
/haiku/src/apps/mail/
H A DWords.h65 virtual int32 GetKey(const char* s);
H A DWIndex.h86 virtual int32 GetKey(const char* s);
H A DWords.cpp164 entry.key = GetKey(entryName);
173 entry.key = GetKey(suffixName);
205 Words::GetKey(const char* s) function in class:Words
229 return WIndex::GetKey(s);
768 if ((GetKey(testWord) == key)
/haiku/src/bin/keymap/
H A DKeymap.h44 static bool GetKey(const char* chars, int32 offset,
/haiku/src/bin/locale/
H A Ddumpcatalog.cpp65 const CatKey &key(walker.GetKey());
H A Dlinkcatkeys.cpp130 const CatKey &plainTextKey(walker.GetKey());
/haiku/headers/private/kernel/util/
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)))
H A DVectorMap.h22 template<typename Key, typename Value, typename GetKey,
131 return fParent->fEntryStrategy.GetKey(*fEntry);
663 int cmp = fEntryStrategy.Compare(fEntryStrategy.GetKey(fElements[mid]),
671 fEntryStrategy.GetKey(fElements[lower])) == 0);
695 inline KeyReference GetKey(const Entry &entry) const function in class:VectorMapEntryStrategy::Pair
736 inline KeyReference GetKey(const Entry &entry) const function in class:VectorMapEntryStrategy::ImplicitKey
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));
/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/kernel/file_systems/exfat/
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
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
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp186 int32 oldPriority = CPUPriorityHeap::GetKey(this);
382 int32 key = GetKey(entry);
394 int32 key = GetKey(entry);
563 int32 oldKey = CoreLoadHeap::GetKey(this);
625 int32 key = GetKey(entry);
637 int32 key = GetKey(entry);
H A Dscheduler_thread.cpp67 if (CPUPriorityHeap::GetKey(previousCPU) < threadPriority) {
79 if (CPUPriorityHeap::GetKey(cpu) < threadPriority) {
/haiku/src/system/kernel/debug/
H A DBreakpointManager.h78 static const KeyType& GetKey(const InstalledBreakpoint* node) function in struct:BreakpointManager::InstalledBreakpointSplayDefinition
/haiku/src/tools/locale/
H A Dlinkcatkeys.cpp118 const CatKey &key(walker.GetKey());

Completed in 250 milliseconds

12