Searched refs:Next (Results 1 - 25 of 394) sorted by path

1234567891011>>

/haiku/headers/os/locale/
H A DCatalogData.h40 BCatalogData* Next();
92 BCatalogData::Next() function in class:BCatalogData
/haiku/headers/os/package/
H A DPackageInfoSet.h55 const BPackageInfo* Next();
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h119 Element* Next() function in class:FSShell::SinglyLinkedList::Iterator
/haiku/headers/private/kernel/boot/net/
H A DChainBuffer.h22 ChainBuffer *Next() const { return fNext; } function in class:ChainBuffer
H A DTCP.h34 TCPPacket* Next() const;
H A DUDP.h21 UDPPacket *Next() const;
/haiku/headers/private/kernel/
H A Dlisteners.h47 while (SchedulerListener* listener = it.Next())
61 while (SchedulerListener* listener = it.Next())
95 while (WaitObjectListener* listener = it.Next())
111 while (WaitObjectListener* listener = it.Next())
H A Dtracing.h242 TraceEntry* Next();
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h69 Node* Next(Node* node) const;
206 inline Value Next() function in class:_AVL_TREE_MAP_CLASS_NAME::ConstIterator
208 if (AVLTreeNode* node = fTreeIterator.Next())
215 if (AVLTreeNode* node = fTreeIterator.Next())
300 // Next
303 _AVL_TREE_MAP_CLASS_NAME::Next(Node* node) const function in class:_AVL_TREE_MAP_CLASS_NAME
308 AVLTreeNode* treeNode = fTree.Next(_GetAVLTreeNode(node));
H A DMultiHashTable.h99 ValueType *Next() { return Iterator::Next(); } function in class:MultiHashTable::ValueIterator
H A DSinglyLinkedList.h116 Element* Next() function in class:SinglyLinkedList::Iterator
H A DSplayTree.h392 Node* Next() function in class:IteratableSplayTree::Iterator
465 Node* Next() function in class:IteratableSplayTree::ConstIterator
/haiku/headers/private/locale/
H A DHashMapCatalog.h119 void Next();
146 current = fPos.Next();
177 HashMapCatalog::CatWalker::Next() function in class:BPrivate::HashMapCatalog::CatWalker
180 current = fPos.Next();
/haiku/headers/private/shared/
H A DHashMap.h94 Entry Next() function in class:BPrivate::HashMap::Iterator
96 fElement = fIterator.Next();
H A DHashSet.h82 Key Next() function in class:BPrivate::HashSet::Iterator
84 fElement = fIterator.Next();
/haiku/headers/private/storage/
H A DDriverSettings.h35 BDriverParameter Next();
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DBTCoreData.cpp49 conn = iterator.Next();
64 chan = channelIterator.Next();
74 frame = frameIterator.Next();
86 frame = frameExpectedIterator.Next();
H A DChannelInterface.cpp24 channel = iterator.Next();
H A DConnectionInterface.cpp82 conn = iterator.Next();
110 conn = iterator.Next();
138 conn = iterator.Next();
157 conn = iterator.Next();
176 conn = iterator.Next();
H A DFrameInterface.cpp24 frame = iterator.Next();
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp76 device = iterator.Next();
383 device = iterator.Next();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp44 FileSystemVisitor::Next() function in class:FileSystemVisitor
224 while (Inode* inode = iterator.Next()) {
265 traversal and propagate the error to the caller of Next(). In the
281 calls to Next() end by invoking this function, and the return value
300 caller of Next().
315 caller of Next().
329 caller of Next().
H A DFileSystemVisitor.h36 status_t Next();
H A Dbfs.h165 inline small_data* Next() const;
388 small_data::Next() const function in class:BFS::small_data
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp121 delete it.Next().value;
283 delete it.Next().value;

Completed in 152 milliseconds

1234567891011>>