Searched refs:Iterator (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfChannelList.h145 // Iterator-style access to existing channels
150 class Iterator;
153 Iterator begin ();
155 Iterator end ();
157 Iterator find (const char name[]);
204 Iterator &first,
205 Iterator &last);
225 Iterator &first,
226 Iterator &last);
248 class ChannelList::Iterator class in class:Imf::ChannelList
297 ChannelList::Iterator::Iterator (): _i() function in class:Imf::ChannelList::Iterator
304 ChannelList::Iterator::Iterator (const ChannelList::ChannelMap::iterator &i): function in class:Imf::ChannelList::Iterator
[all...]
H A DImfFrameBuffer.h180 // Iterator-style access to existing slices
185 class Iterator;
188 Iterator begin ();
190 Iterator end ();
192 Iterator find (const char name[]);
205 class FrameBuffer::Iterator class in class:Imf::FrameBuffer
209 Iterator ();
210 Iterator (const FrameBuffer::SliceMap::iterator &i);
212 Iterator & operator ++ ();
213 Iterator operato
254 FrameBuffer::Iterator::Iterator (): _i() function in class:Imf::FrameBuffer::Iterator
261 FrameBuffer::Iterator::Iterator (const FrameBuffer::SliceMap::iterator &i): function in class:Imf::FrameBuffer::Iterator
[all...]
H A DImfHeader.h187 // Iterator-style access to existing attributes
192 class Iterator;
195 Iterator begin ();
197 Iterator end ();
199 Iterator find (const char name[]);
348 class Header::Iterator class in class:Imf::Header
352 Iterator ();
353 Iterator (const Header::AttributeMap::iterator &i);
355 Iterator & operator ++ ();
356 Iterator operato
415 Header::Iterator::Iterator (): _i() function in class:Imf::Header::Iterator
422 Header::Iterator::Iterator (const Header::AttributeMap::iterator &i): _i (i) function in class:Imf::Header::Iterator
[all...]
/haiku-fatelf/src/servers/registrar/
H A DAppInfoList.h40 class Iterator;
58 Iterator It();
74 friend class Iterator;
80 // AppInfoList::Iterator
81 class AppInfoList::Iterator { class in class:AppInfoList
83 inline Iterator(const Iterator &it) function in class:AppInfoList::Iterator
90 inline ~Iterator() {}
105 inline Iterator &operator=(const Iterator
154 inline Iterator(AppInfoList *list, int32 index = 0) function in class:AppInfoList::Iterator
[all...]
/haiku-fatelf/headers/os/package/
H A DPackageInfoSet.h20 class Iterator;
32 Iterator GetIterator() const;
39 friend class Iterator;
46 class BPackageInfoSet::Iterator { class in class:BPackageKit::BPackageInfoSet
48 Iterator();
49 Iterator(const BPackageInfoSet* set);
H A DRepositoryCache.h21 typedef BPackageInfoSet::Iterator Iterator; typedef in class:BPackageKit::BRepositoryCache
36 Iterator GetIterator() const;
/haiku-fatelf/src/kits/network/libnetapi/
H A DNetworkCookieJarPrivate.h16 BNetworkCookieHashMap::Iterator it)
23 BNetworkCookieHashMap::Iterator
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DLastModifiedIndex.cpp69 class LastModifiedIndex::IteratorList : public DoublyLinkedList<Iterator> {};
72 // Iterator
73 class LastModifiedIndex::Iterator class in class:LastModifiedIndex
74 : public NodeEntryIterator<LastModifiedIndex::NodeTree::Iterator>,
75 public DoublyLinkedListLinkImpl<Iterator>, public EntryListener,
78 Iterator();
79 virtual ~Iterator();
95 typedef NodeEntryIterator<LastModifiedIndex::NodeTree::Iterator> BaseClass;
125 for (Iterator *iterator = fIterators->First();
149 NodeTree::Iterator i
238 LastModifiedIndex::Iterator::Iterator() function in class:LastModifiedIndex::Iterator
[all...]
H A DSizeIndex.cpp68 class SizeIndex::IteratorList : public DoublyLinkedList<Iterator> {};
71 // Iterator
72 class SizeIndex::Iterator class in class:SizeIndex
73 : public NodeEntryIterator<SizeIndex::NodeTree::Iterator>,
74 public DoublyLinkedListLinkImpl<Iterator>, public EntryListener,
77 Iterator();
78 virtual ~Iterator();
93 typedef NodeEntryIterator<SizeIndex::NodeTree::Iterator> BaseClass;
123 for (Iterator *iterator = fIterators->First();
147 NodeTree::Iterator i
237 SizeIndex::Iterator::Iterator() function in class:SizeIndex::Iterator
[all...]
H A DAttributeIndexImpl.h30 class Iterator;
38 friend class Iterator;
41 void _AddIterator(Iterator *iterator);
42 void _RemoveIterator(Iterator *iterator);
H A DLastModifiedIndex.h30 class Iterator;
33 friend class Iterator;
36 void _AddIterator(Iterator *iterator);
37 void _RemoveIterator(Iterator *iterator);
H A DSizeIndex.h30 class Iterator;
33 friend class Iterator;
36 void _AddIterator(Iterator *iterator);
37 void _RemoveIterator(Iterator *iterator);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DLastModifiedIndex.cpp69 class LastModifiedIndex::IteratorList : public DoublyLinkedList<Iterator> {};
72 // Iterator
73 class LastModifiedIndex::Iterator class in class:LastModifiedIndex
74 : public NodeEntryIterator<LastModifiedIndex::NodeTree::Iterator>,
75 public DoublyLinkedListLinkImpl<Iterator>, public EntryListener,
78 Iterator();
79 virtual ~Iterator();
95 typedef NodeEntryIterator<LastModifiedIndex::NodeTree::Iterator> BaseClass;
125 for (Iterator *iterator = fIterators->First();
149 NodeTree::Iterator i
238 LastModifiedIndex::Iterator::Iterator() function in class:LastModifiedIndex::Iterator
[all...]
H A DSizeIndex.cpp68 class SizeIndex::IteratorList : public DoublyLinkedList<Iterator> {};
71 // Iterator
72 class SizeIndex::Iterator class in class:SizeIndex
73 : public NodeEntryIterator<SizeIndex::NodeTree::Iterator>,
74 public DoublyLinkedListLinkImpl<Iterator>, public EntryListener,
77 Iterator();
78 virtual ~Iterator();
93 typedef NodeEntryIterator<SizeIndex::NodeTree::Iterator> BaseClass;
123 for (Iterator *iterator = fIterators->First();
147 NodeTree::Iterator i
237 SizeIndex::Iterator::Iterator() function in class:SizeIndex::Iterator
[all...]
H A DAttributeIndexImpl.h30 class Iterator;
38 friend class Iterator;
41 void _AddIterator(Iterator *iterator);
42 void _RemoveIterator(Iterator *iterator);
H A DLastModifiedIndex.h30 class Iterator;
33 friend class Iterator;
36 void _AddIterator(Iterator *iterator);
37 void _RemoveIterator(Iterator *iterator);
H A DSizeIndex.h30 class Iterator;
33 friend class Iterator;
36 void _AddIterator(Iterator *iterator);
37 void _RemoveIterator(Iterator *iterator);
/haiku-fatelf/headers/private/kernel/util/
H A DVector.h51 typedef VectorIterator<Value> Iterator; typedef in class:Vector
72 status_t Insert(const Value &value, const Iterator &iterator);
75 Iterator Erase(int32 index);
76 Iterator Erase(const Iterator &iterator);
82 inline Iterator Begin();
84 inline Iterator End();
86 inline Iterator Null();
88 inline Iterator IteratorForIndex(int32 index);
95 Iterator Fin
124 typedef VectorIterator<Value> Iterator; typedef in class:VectorIterator
[all...]
H A DVectorMap.h88 typedef VectorMapIterator<Entry, Class, typename ElementVector::Iterator>
89 Iterator; typedef in class:VectorMap
108 Iterator Erase(const Iterator &iterator);
114 inline Iterator Begin();
116 inline Iterator End();
118 inline Iterator Null();
121 Iterator Find(const Key &key);
123 Iterator FindClose(const Key &key, bool less);
182 typedef VectorMapIterator<Entry, Parent, EntryIterator> Iterator; typedef in class:VectorMapIterator
[all...]
H A DMultiHashTable.h30 typedef typename HashTable::Iterator Iterator; typedef in class:MultiHashTable
72 Iterator GetIterator() const { return HashTable::GetIterator(); }
74 class ValueIterator : protected Iterator {
79 Iterator::fTable = table;
85 if (Iterator::fNext == NULL)
87 if (Iterator::fNext == fOriginalValue)
89 return ((const MultiTable *)Iterator::fTable)->_Definition().CompareValues(
90 fOriginalValue, Iterator::fNext);
95 Iterator
[all...]
/haiku-fatelf/headers/private/userlandfs/shared/
H A DVector.h50 typedef VectorIterator<Value> Iterator; typedef in class:Vector
68 status_t Insert(const Value &value, const Iterator &iterator);
71 Iterator Erase(int32 index);
72 Iterator Erase(const Iterator &iterator);
78 inline Iterator Begin();
80 inline Iterator End();
82 inline Iterator Null();
84 inline Iterator IteratorForIndex(int32 index);
91 Iterator Fin
120 typedef VectorIterator<Value> Iterator; typedef in class:VectorIterator
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DVector.h50 typedef VectorIterator<Value> Iterator; typedef in class:Vector
68 status_t Insert(const Value &value, const Iterator &iterator);
71 Iterator Erase(int32 index);
72 Iterator Erase(const Iterator &iterator);
78 inline Iterator Begin();
80 inline Iterator End();
82 inline Iterator Null();
84 inline Iterator IteratorForIndex(int32 index);
91 Iterator Fin
120 typedef VectorIterator<Value> Iterator; typedef in class:VectorIterator
[all...]
/haiku-fatelf/headers/os/net/
H A DNetworkCookieJar.h23 class Iterator;
61 Iterator GetIterator() const;
68 friend class Iterator;
76 class BNetworkCookieJar::Iterator { class in class:BNetworkCookieJar
78 Iterator(const Iterator& other);
79 ~Iterator();
86 Iterator& operator=(const Iterator& other);
89 Iterator(cons
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DLastModifiedIndex.h35 class Iterator;
38 friend class Iterator;
42 void _AddIteratorToUpdate(Iterator* iterator);
H A DSizeIndex.h35 class Iterator;
38 friend class Iterator;
42 void _AddIteratorToUpdate(Iterator* iterator);

Completed in 197 milliseconds

1234567891011>>