Searched defs:iterator (Results 51 - 75 of 221) sorted by relevance

123456789

/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp133 IPPPrinterMap::Iterator iterator = fPrinters.GetIterator(); local
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp128 SegmentList::ReverseIterator iterator = fList.GetReverseIterator(); local
304 SegmentList::Iterator iterator = fList.GetIterator(); local
374 SegmentList::Iterator iterator = fList.GetIterator(); local
445 SegmentList::ReverseIterator iterator = fList.GetReverseIterator(); local
492 SegmentList::ConstIterator iterator = fList.GetIterator(); local
520 SegmentList::ConstIterator iterator = fList.GetIterator(); local
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndex.cpp44 Index::GetIterator(IndexEntryIterator *iterator) argument
59 Index::Find(const uint8 *key, size_t length, IndexEntryIterator *iterator) argument
164 IndexEntryIterator::SetIterator(AbstractIndexEntryIterator *iterator) argument
/haiku/headers/cpp/
H A Dstl_hash_map.h72 typedef typename _Ht::iterator iterator; typedef in class:hash_map
255 typedef typename _Ht::iterator iterator; typedef in class:hash_multimap
[all...]
H A Dstl_hash_set.h69 typedef typename _Ht::const_iterator iterator; typedef in class:hash_set
248 typedef typename _Ht::const_iterator iterator; typedef in class:hash_multiset
[all...]
H A Dstl_map.h80 typedef typename _Rep_type::iterator iterator; typedef in class:map
[all...]
H A Dstl_multimap.h79 typedef typename _Rep_type::iterator iterator; typedef in class:multimap
[all...]
H A Dstl_multiset.h65 typedef typename _Rep_type::const_iterator iterator; typedef in class:multiset
[all...]
H A Dstl_set.h65 typedef typename _Rep_type::const_iterator iterator; typedef in class:set
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DRootVolume.cpp310 VirtualDirIterator iterator; local
H A DServerVolume.cpp67 VirtualDirIterator iterator; local
177 VirtualDirIterator iterator; local
232 ServerQueryIterator* iterator = new(std::nothrow) ServerQueryIterator(this); local
270 ServerQueryIterator* iterator local
307 ServerQueryIterator* iterator local
[all...]
H A DShareAttrDir.cpp232 ShareAttrDirIterator* iterator = iterators->First(); local
256 ShareAttrDirIterator* iterator = (iterators ? iterators->First() : NULL); local
[all...]
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp182 PrinterMap::Iterator iterator = fPrinters.GetIterator(); local
198 PrinterMap::Iterator iterator = fPrinters.GetIterator(); local
/haiku/src/servers/app/drawing/Painter/
H A Dagg_scanline_p_subpix_avrg_filtering.h44 typedef span* iterator; typedef in class:agg::scanline_p8_subpix_avrg_filtering
/haiku/src/tools/fs_shell/
H A Dhash.cpp154 hash_remove_current(struct hash_table *table, struct hash_iterator *iterator) argument
239 hash_open(struct hash_table *table, struct hash_iterator *iterator) argument
254 hash_close(struct hash_table *table, struct hash_iterator *iterator, bool freeIterator) argument
262 hash_rewind(struct hash_table *table, struct hash_iterator *iterator) argument
270 hash_next(struct hash_table *table, struct hash_iterator *iterator) argument
[all...]
H A Dmodule.cpp293 hash_iterator iterator; local
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DLastModifiedIndex.cpp249 Iterator* iterator = new(std::nothrow) Iterator; local
277 _AddIteratorToUpdate(Iterator* iterator) argument
[all...]
H A DNameIndex.cpp189 Iterator* iterator = new(std::nothrow) Iterator; local
220 Iterator* iterator = new(std::nothrow) Iterator; local
[all...]
H A DSizeIndex.cpp247 Iterator* iterator = new(std::nothrow) Iterator; local
275 _AddIteratorToUpdate(Iterator* iterator) argument
[all...]
/haiku/src/kits/package/
H A DPackageInfoSet.cpp202 PackageMap::Iterator iterator local
/haiku/src/kits/media/
H A DRealtimeAlloc.cpp263 PoolList::Iterator iterator = sPools.GetIterator(); local
/haiku/headers/libs/agg/
H A Dagg_scanline_p.h57 typedef span* iterator; typedef in class:agg::scanline_p8
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp226 Iterator Erase(const Iterator &iterator) argument
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp72 DoublyLinkedList<bluetooth_device>::Iterator iterator local
379 DoublyLinkedList<bluetooth_device>::Iterator iterator local
/haiku/src/kits/debug/
H A DImage.cpp42 int32 iterator = 0; local
136 SymbolTableBasedImage::NextSymbol(int32& iterator, const char** _symbolName, argument

Completed in 111 milliseconds

123456789