Searched refs:GetCurrent (Results 1 - 24 of 24) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNameIndex.cpp73 virtual Entry *GetCurrent();
74 virtual Entry *GetCurrent(uint8 *buffer, size_t *keyLength);
249 // GetCurrent
251 NameIndexEntryIterator::GetCurrent() function in class:NameIndexEntryIterator
253 return (fIndex && fIterator.GetCurrent() ? *fIterator.GetCurrent() : NULL);
256 // GetCurrent
258 NameIndexEntryIterator::GetCurrent(uint8 *buffer, size_t *keyLength) function in class:NameIndexEntryIterator
260 Entry *entry = GetCurrent();
274 if (!(fIterator.GetCurrent()
[all...]
H A DIndex.cpp79 for (IndexEntryIterator it(this); it.GetCurrent(); it.GetNext()) {
80 Entry *entry = it.GetCurrent();
110 // GetCurrent
112 IndexEntryIterator::GetCurrent() function in class:IndexEntryIterator
114 return (fIterator ? fIterator->GetCurrent() : NULL);
117 // GetCurrent
119 IndexEntryIterator::GetCurrent(uint8 *buffer, size_t *keyLength) function in class:IndexEntryIterator
121 return (fIterator ? fIterator->GetCurrent(buffer, keyLength) : NULL);
144 entry = GetCurrent(buffer, keyLength);
H A DIndexImpl.h17 virtual Entry *GetCurrent() = 0;
18 virtual Entry *GetCurrent(uint8 *buffer, size_t *keyLength) = 0;
36 virtual Entry *GetCurrent();
37 virtual Entry *GetCurrent(uint8 *buffer, size_t *keyLength) = 0;
86 // GetCurrent
89 NodeEntryIterator<NodeIterator>::GetCurrent() function in class:NodeEntryIterator
H A DIndex.h65 Entry *GetCurrent();
66 Entry *GetCurrent(uint8 *buffer, size_t *keyLength);
H A DEntry.cpp85 if (iterator && iterator->GetCurrent() == this && !iterator->IsSuspended())
93 if (iterator && iterator->GetCurrent() == this && iterator->IsSuspended())
H A DSizeIndex.cpp83 virtual Entry *GetCurrent();
84 virtual Entry *GetCurrent(uint8 *buffer, size_t *keyLength);
252 // GetCurrent
254 SizeIndex::Iterator::GetCurrent() function in class:SizeIndex::Iterator
256 return BaseClass::GetCurrent();
259 // GetCurrent
261 SizeIndex::Iterator::GetCurrent(uint8 *buffer, size_t *keyLength) function in class:SizeIndex::Iterator
263 Entry *entry = GetCurrent();
332 if (Node **nodeP = fIterator.GetCurrent()) {
H A DLastModifiedIndex.cpp84 virtual Entry *GetCurrent();
85 virtual Entry *GetCurrent(uint8 *buffer, size_t *keyLength);
253 // GetCurrent
255 LastModifiedIndex::Iterator::GetCurrent() function in class:LastModifiedIndex::Iterator
257 return BaseClass::GetCurrent();
260 // GetCurrent
262 LastModifiedIndex::Iterator::GetCurrent(uint8 *buffer, size_t *keyLength) function in class:LastModifiedIndex::Iterator
264 Entry *entry = GetCurrent();
334 if (Node **nodeP = fIterator.GetCurrent()) {
H A DAttributeIndexImpl.cpp119 inline Node **GetCurrent() function in class:AttributeNodeIterator
121 if (Attribute **attribute = fIterator.GetCurrent()) {
167 virtual Entry *GetCurrent();
168 virtual Entry *GetCurrent(uint8 *buffer, size_t *keyLength);
222 for (Attribute **attribute = it.GetCurrent(); attribute; it.GetNext())
368 // GetCurrent
370 AttributeIndexImpl::Iterator::GetCurrent() function in class:AttributeIndexImpl::Iterator
372 return BaseClass::GetCurrent();
375 // GetCurrent
377 AttributeIndexImpl::Iterator::GetCurrent(uint function in class:AttributeIndexImpl::Iterator
[all...]
H A DAttributeIterator.h31 Attribute *GetCurrent() const { return fAttribute; } function in class:AttributeIterator
H A DEntryIterator.h30 Entry *GetCurrent() const { return fEntry; } function in class:EntryIterator
H A DAttribute.cpp120 if (iterator && iterator->GetCurrent() == this && !iterator->IsSuspended())
128 if (iterator && iterator->GetCurrent() == this && iterator->IsSuspended())
H A DTwoKeyAVLTree.h288 inline Value *GetCurrent() function in class:TWO_KEY_AVL_TREE_CLASS_NAME::Iterator
296 return GetCurrent();
302 return GetCurrent();
H A DVolume.cpp386 for (NodeListenerValue *value = it.GetCurrent();
417 for (NodeListenerValue *value = it.GetCurrent();
506 for (EntryListenerValue *value = it.GetCurrent();
537 for (EntryListenerValue *value = it.GetCurrent();
H A DQuery.cpp87 if (Entry *entry = fIterator.GetCurrent(buffer, &keyLength)) {
H A Dkernel_interface.cpp1085 fIteratorID, fGetNextCounter, fIterator.GetCurrent(),
1086 (fIterator.GetCurrent()
1087 ? fIterator.GetCurrent()->GetNode()->GetID() : -1));
/haiku/src/apps/devices/
H A DResourceUsageWindow.cpp274 struct device_configuration *current = deviceInfo->GetCurrent();
306 struct device_configuration *current = deviceInfo->GetCurrent();
333 struct device_configuration *current = deviceInfo->GetCurrent();
354 struct device_configuration *current = deviceInfo->GetCurrent();
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp248 VMAddressSpace::GetCurrent() function in class:VMAddressSpace
H A Dvm.cpp4564 addressSpace = VMAddressSpace::GetCurrent();
5715 addressSpace = VMAddressSpace::GetCurrent();
5869 addressSpace = VMAddressSpace::GetCurrent();
6028 addressSpace = VMAddressSpace::GetCurrent();
6171 addressSpace = VMAddressSpace::GetCurrent();
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.h132 status_t GetCurrent(Item *item);
H A DIterators.cpp560 // GetCurrent
562 ItemIterator::GetCurrent(Item *item) function in class:ItemIterator
/haiku/headers/private/kernel/vm/
H A DVMAddressSpace.h128 static VMAddressSpace* GetCurrent();
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp124 VMAddressSpacePutter addrSpace(VMAddressSpace::GetCurrent());
H A Darch_int.cpp315 addressSpace.SetTo(VMAddressSpace::GetCurrent());
/haiku/src/system/kernel/arch/arm/
H A Darch_int.cpp307 addressSpace.SetTo(VMAddressSpace::GetCurrent());

Completed in 133 milliseconds