Symbol: const_iterator
headers/cpp/ropeimpl.h
1297
const_iterator __rstart(__right, 0);
headers/cpp/ropeimpl.h
1298
const_iterator __rend(__right, __right_len);
headers/cpp/ropeimpl.h
1304
const_iterator __lstart(__left, 0);
headers/cpp/ropeimpl.h
1305
const_iterator __lend(__left, __left_len);
headers/cpp/ropeimpl.h
1312
const_iterator __rstart(__right, 0);
headers/cpp/ropeimpl.h
1313
const_iterator __rend(__right, __right_len);
headers/cpp/std/bastring.h
158
typedef ::reverse_iterator<const_iterator> const_reverse_iterator;
headers/cpp/std/bastring.h
200
basic_string(const_iterator __begin, const_iterator __end)
headers/cpp/std/bastring.h
222
basic_string& append(const_iterator first, const_iterator last)
headers/cpp/std/bastring.h
242
basic_string& assign(const_iterator first, const_iterator last)
headers/cpp/std/bastring.h
279
void insert(iterator p, const_iterator first, const_iterator last)
headers/cpp/std/bastring.h
319
const_iterator j1, const_iterator j2);
headers/cpp/std/bastring.h
437
const_iterator begin () const { return ibegin (); }
headers/cpp/std/bastring.h
438
const_iterator end () const { return iend (); }
headers/cpp/std/bastring.h
463
replace (iterator i1, iterator i2, const_iterator j1, const_iterator j2)
headers/cpp/stl_bvector.h
186
const_iterator& operator++() {
headers/cpp/stl_bvector.h
190
const_iterator operator++(int) {
headers/cpp/stl_bvector.h
191
const_iterator __tmp = *this;
headers/cpp/stl_bvector.h
195
const_iterator& operator--() {
headers/cpp/stl_bvector.h
199
const_iterator operator--(int) {
headers/cpp/stl_bvector.h
200
const_iterator __tmp = *this;
headers/cpp/stl_bvector.h
204
const_iterator& operator+=(difference_type __i) {
headers/cpp/stl_bvector.h
215
const_iterator& operator-=(difference_type __i) {
headers/cpp/stl_bvector.h
219
const_iterator operator+(difference_type __i) const {
headers/cpp/stl_bvector.h
220
const_iterator __tmp = *this;
headers/cpp/stl_bvector.h
223
const_iterator operator-(difference_type __i) const {
headers/cpp/stl_bvector.h
224
const_iterator __tmp = *this;
headers/cpp/stl_bvector.h
227
difference_type operator-(const_iterator __x) const {
headers/cpp/stl_bvector.h
233
bool operator==(const const_iterator& __x) const {
headers/cpp/stl_bvector.h
236
bool operator!=(const const_iterator& __x) const {
headers/cpp/stl_bvector.h
239
bool operator<(const_iterator __x) const {
headers/cpp/stl_bvector.h
392
typedef reverse_iterator<const_iterator> const_reverse_iterator;
headers/cpp/stl_bvector.h
497
const_iterator begin() const { return _M_start; }
headers/cpp/stl_bvector.h
499
const_iterator end() const { return _M_finish; }
headers/cpp/stl_bvector.h
513
return size_type(const_iterator(_M_end_of_storage, 0) - begin());
headers/cpp/stl_bvector.h
569
__BVECTOR(const_iterator __first, const_iterator __last,
headers/cpp/stl_bvector.h
720
const_iterator __first, const_iterator __last) {
headers/cpp/stl_deque.h
1013
const_iterator __first,
headers/cpp/stl_deque.h
1014
const_iterator __last)
headers/cpp/stl_deque.h
1519
const_iterator __first,
headers/cpp/stl_deque.h
1520
const_iterator __last,
headers/cpp/stl_deque.h
1538
const_iterator __mid = __first + (__n - __elemsbefore);
headers/cpp/stl_deque.h
1561
const_iterator __mid = __first + __elemsafter;
headers/cpp/stl_deque.h
496
typedef typename _Base::const_iterator const_iterator;
headers/cpp/stl_deque.h
499
typedef reverse_iterator<const_iterator> const_reverse_iterator;
headers/cpp/stl_deque.h
533
const_iterator begin() const { return _M_start; }
headers/cpp/stl_deque.h
534
const_iterator end() const { return _M_finish; }
headers/cpp/stl_deque.h
556
const_iterator __tmp = _M_finish;
headers/cpp/stl_deque.h
604
deque(const_iterator __first, const_iterator __last,
headers/cpp/stl_deque.h
619
const_iterator __mid = __x.begin() + difference_type(__len);
headers/cpp/stl_deque.h
799
const_iterator __first, const_iterator __last);
headers/cpp/stl_deque.h
890
const_iterator __first, const_iterator __last,
headers/cpp/stl_hash_map.h
129
hash_map(const_iterator __f, const_iterator __l)
headers/cpp/stl_hash_map.h
132
hash_map(const_iterator __f, const_iterator __l, size_type __n)
headers/cpp/stl_hash_map.h
135
hash_map(const_iterator __f, const_iterator __l, size_type __n,
headers/cpp/stl_hash_map.h
139
hash_map(const_iterator __f, const_iterator __l, size_type __n,
headers/cpp/stl_hash_map.h
156
const_iterator begin() const { return _M_ht.begin(); }
headers/cpp/stl_hash_map.h
157
const_iterator end() const { return _M_ht.end(); }
headers/cpp/stl_hash_map.h
170
void insert(const_iterator __f, const_iterator __l)
headers/cpp/stl_hash_map.h
177
const_iterator find(const key_type& __key) const
headers/cpp/stl_hash_map.h
188
pair<const_iterator, const_iterator>
headers/cpp/stl_hash_map.h
256
typedef typename _Ht::const_iterator const_iterator;
headers/cpp/stl_hash_map.h
312
hash_multimap(const_iterator __f, const_iterator __l)
headers/cpp/stl_hash_map.h
315
hash_multimap(const_iterator __f, const_iterator __l, size_type __n)
headers/cpp/stl_hash_map.h
318
hash_multimap(const_iterator __f, const_iterator __l, size_type __n,
headers/cpp/stl_hash_map.h
322
hash_multimap(const_iterator __f, const_iterator __l, size_type __n,
headers/cpp/stl_hash_map.h
340
const_iterator begin() const { return _M_ht.begin(); }
headers/cpp/stl_hash_map.h
341
const_iterator end() const { return _M_ht.end(); }
headers/cpp/stl_hash_map.h
354
void insert(const_iterator __f, const_iterator __l)
headers/cpp/stl_hash_map.h
361
const_iterator find(const key_type& __key) const
headers/cpp/stl_hash_map.h
368
pair<const_iterator, const_iterator>
headers/cpp/stl_hash_map.h
73
typedef typename _Ht::const_iterator const_iterator;
headers/cpp/stl_hash_set.h
127
hash_set(const_iterator __f, const_iterator __l)
headers/cpp/stl_hash_set.h
130
hash_set(const_iterator __f, const_iterator __l, size_type __n)
headers/cpp/stl_hash_set.h
133
hash_set(const_iterator __f, const_iterator __l, size_type __n,
headers/cpp/stl_hash_set.h
137
hash_set(const_iterator __f, const_iterator __l, size_type __n,
headers/cpp/stl_hash_set.h
169
void insert(const_iterator __f, const_iterator __l)
headers/cpp/stl_hash_set.h
248
typedef typename _Ht::const_iterator iterator;
headers/cpp/stl_hash_set.h
249
typedef typename _Ht::const_iterator const_iterator;
headers/cpp/stl_hash_set.h
306
hash_multiset(const_iterator __f, const_iterator __l)
headers/cpp/stl_hash_set.h
309
hash_multiset(const_iterator __f, const_iterator __l, size_type __n)
headers/cpp/stl_hash_set.h
312
hash_multiset(const_iterator __f, const_iterator __l, size_type __n,
headers/cpp/stl_hash_set.h
316
hash_multiset(const_iterator __f, const_iterator __l, size_type __n,
headers/cpp/stl_hash_set.h
345
void insert(const_iterator __f, const_iterator __l)
headers/cpp/stl_hash_set.h
69
typedef typename _Ht::const_iterator iterator;
headers/cpp/stl_hash_set.h
70
typedef typename _Ht::const_iterator const_iterator;
headers/cpp/stl_hashtable.h
139
const_iterator& operator++();
headers/cpp/stl_hashtable.h
140
const_iterator operator++(int);
headers/cpp/stl_hashtable.h
141
bool operator==(const const_iterator& __it) const
headers/cpp/stl_hashtable.h
143
bool operator!=(const const_iterator& __it) const
headers/cpp/stl_hashtable.h
326
const_iterator begin() const
headers/cpp/stl_hashtable.h
330
return const_iterator(_M_buckets[__n], this);
headers/cpp/stl_hashtable.h
334
const_iterator end() const { return const_iterator(0, this); }
headers/cpp/stl_hashtable.h
437
void insert_unique(const_iterator __f, const_iterator __l)
headers/cpp/stl_hashtable.h
446
void insert_equal(const_iterator __f, const_iterator __l)
headers/cpp/stl_hashtable.h
469
const_iterator find(const key_type& __key) const
headers/cpp/stl_hashtable.h
477
return const_iterator(__first, this);
headers/cpp/stl_hashtable.h
494
pair<const_iterator, const_iterator>
headers/cpp/stl_hashtable.h
501
void erase(const const_iterator& __it);
headers/cpp/stl_hashtable.h
502
void erase(const_iterator __first, const_iterator __last);
headers/cpp/stl_hashtable.h
608
const_iterator __tmp = *this;
headers/cpp/stl_hashtable.h
783
pair<typename hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>::const_iterator,
headers/cpp/stl_hashtable.h
784
typename hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>::const_iterator>
headers/cpp/stl_hashtable.h
788
typedef pair<const_iterator, const_iterator> _Pii;
headers/cpp/stl_hashtable.h
799
return _Pii(const_iterator(__first, this),
headers/cpp/stl_hashtable.h
800
const_iterator(__cur, this));
headers/cpp/stl_hashtable.h
803
return _Pii(const_iterator(__first, this),
headers/cpp/stl_hashtable.h
804
const_iterator(_M_buckets[__m], this));
headers/cpp/stl_hashtable.h
805
return _Pii(const_iterator(__first, this), end());
headers/cpp/stl_hashtable.h
899
hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>::erase(const_iterator __first,
headers/cpp/stl_hashtable.h
900
const_iterator __last)
headers/cpp/stl_hashtable.h
910
hashtable<_Val,_Key,_HF,_Ex,_Eq,_All>::erase(const const_iterator& __it)
headers/cpp/stl_list.h
270
typedef reverse_iterator<const_iterator> const_reverse_iterator;
headers/cpp/stl_list.h
313
const_iterator begin() const { return (_Node*)(_M_node->_M_next); }
headers/cpp/stl_list.h
316
const_iterator end() const { return _M_node; }
headers/cpp/stl_list.h
375
const_iterator __first, const_iterator __last);
headers/cpp/stl_list.h
428
list(const_iterator __first, const_iterator __last,
headers/cpp/stl_list.h
576
const_iterator __first, const_iterator __last)
headers/cpp/stl_list.h
620
const_iterator __first2 = __x.begin();
headers/cpp/stl_list.h
621
const_iterator __last2 = __x.end();
headers/cpp/stl_map.h
115
map(const_iterator __first, const_iterator __last)
headers/cpp/stl_map.h
119
map(const_iterator __first, const_iterator __last, const _Compare& __comp,
headers/cpp/stl_map.h
140
const_iterator begin() const { return _M_t.begin(); }
headers/cpp/stl_map.h
142
const_iterator end() const { return _M_t.end(); }
headers/cpp/stl_map.h
174
void insert(const_iterator __first, const_iterator __last) {
headers/cpp/stl_map.h
188
const_iterator find(const key_type& __x) const { return _M_t.find(__x); }
headers/cpp/stl_map.h
191
const_iterator lower_bound(const key_type& __x) const {
headers/cpp/stl_map.h
195
const_iterator upper_bound(const key_type& __x) const {
headers/cpp/stl_map.h
202
pair<const_iterator,const_iterator> equal_range(const key_type& __x) const {
headers/cpp/stl_map.h
81
typedef typename _Rep_type::const_iterator const_iterator;
headers/cpp/stl_multimap.h
114
multimap(const_iterator __first, const_iterator __last)
headers/cpp/stl_multimap.h
117
multimap(const_iterator __first, const_iterator __last,
headers/cpp/stl_multimap.h
137
const_iterator begin() const { return _M_t.begin(); }
headers/cpp/stl_multimap.h
139
const_iterator end() const { return _M_t.end(); }
headers/cpp/stl_multimap.h
164
void insert(const_iterator __first, const_iterator __last) {
headers/cpp/stl_multimap.h
177
const_iterator find(const key_type& __x) const { return _M_t.find(__x); }
headers/cpp/stl_multimap.h
180
const_iterator lower_bound(const key_type& __x) const {
headers/cpp/stl_multimap.h
184
const_iterator upper_bound(const key_type& __x) const {
headers/cpp/stl_multimap.h
190
pair<const_iterator,const_iterator> equal_range(const key_type& __x) const {
headers/cpp/stl_multimap.h
80
typedef typename _Rep_type::const_iterator const_iterator;
headers/cpp/stl_multiset.h
104
multiset(const_iterator __first, const_iterator __last)
headers/cpp/stl_multiset.h
108
multiset(const_iterator __first, const_iterator __last,
headers/cpp/stl_multiset.h
155
void insert(const_iterator __first, const_iterator __last) {
headers/cpp/stl_multiset.h
65
typedef typename _Rep_type::const_iterator iterator;
headers/cpp/stl_multiset.h
66
typedef typename _Rep_type::const_iterator const_iterator;
headers/cpp/stl_rope.h
1632
rope(const const_iterator& __s, const const_iterator& __e,
headers/cpp/stl_rope.h
1806
const_iterator begin() const {
headers/cpp/stl_rope.h
1807
return(const_iterator(_M_tree_ptr, 0));
headers/cpp/stl_rope.h
1811
const_iterator const_begin() const {
headers/cpp/stl_rope.h
1812
return(const_iterator(_M_tree_ptr, 0));
headers/cpp/stl_rope.h
1815
const_iterator end() const {
headers/cpp/stl_rope.h
1816
return(const_iterator(_M_tree_ptr, size()));
headers/cpp/stl_rope.h
1819
const_iterator const_end() const {
headers/cpp/stl_rope.h
1820
return(const_iterator(_M_tree_ptr, size()));
headers/cpp/stl_rope.h
1839
typedef reverse_iterator<const_iterator> const_reverse_iterator;
headers/cpp/stl_rope.h
1901
rope& append(const_iterator __s, const_iterator __e) {
headers/cpp/stl_rope.h
2017
void insert(size_t __p, const const_iterator& __i,
headers/cpp/stl_rope.h
2018
const const_iterator& __j) {
headers/cpp/stl_rope.h
2061
const const_iterator& __i, const const_iterator& __j) {
headers/cpp/stl_rope.h
2094
void replace(size_t __p, const const_iterator& __i,
headers/cpp/stl_rope.h
2095
const const_iterator& __j) {
headers/cpp/stl_rope.h
2133
const const_iterator& __i, const const_iterator& __j)
headers/cpp/stl_rope.h
2155
const const_iterator& __i, const const_iterator& __j)
headers/cpp/stl_rope.h
2172
void replace(const iterator& __p, const_iterator __i,
headers/cpp/stl_rope.h
2173
const_iterator __j)
headers/cpp/stl_rope.h
2206
rope substr(const_iterator __start, const_iterator __end) const {
headers/cpp/stl_rope.h
2213
rope<_CharT,_Alloc> substr(const_iterator __start) {
headers/cpp/stl_rope.h
2224
const_iterator __result = search(const_begin() + __pos, const_end(),
headers/cpp/stl_rope.h
2295
const_iterator end() { return const_end(); }
headers/cpp/stl_rope.h
2297
const_iterator begin() { return const_begin(); }
headers/cpp/stl_set.h
100
set(const_iterator __first, const_iterator __last)
headers/cpp/stl_set.h
104
set(const_iterator __first, const_iterator __last, const _Compare& __comp,
headers/cpp/stl_set.h
146
void insert(const_iterator __first, const_iterator __last) {
headers/cpp/stl_set.h
65
typedef typename _Rep_type::const_iterator iterator;
headers/cpp/stl_set.h
66
typedef typename _Rep_type::const_iterator const_iterator;
headers/cpp/stl_slist.h
371
slist(const_iterator __first, const_iterator __last,
headers/cpp/stl_slist.h
415
const_iterator begin() const
headers/cpp/stl_slist.h
416
{ return const_iterator((_Node*)_M_head._M_next);}
headers/cpp/stl_slist.h
419
const_iterator end() const { return const_iterator(0); }
headers/cpp/stl_slist.h
449
iterator previous(const_iterator __pos) {
headers/cpp/stl_slist.h
452
const_iterator previous(const_iterator __pos) const {
headers/cpp/stl_slist.h
453
return const_iterator((_Node*) __slist_previous(&_M_head, __pos._M_node));
headers/cpp/stl_slist.h
500
const_iterator __first, const_iterator __last) {
headers/cpp/stl_slist.h
543
const_iterator __first, const_iterator __last) {
headers/cpp/stl_slist.h
579
void insert(iterator __pos, const_iterator __first, const_iterator __last) {
headers/cpp/stl_slist.h
700
_M_insert_after_range(__p1, const_iterator((_Node*)__n2),
headers/cpp/stl_slist.h
701
const_iterator(0));
headers/cpp/stl_tree.h
1015
::insert_unique(const_iterator __first, const_iterator __last)
headers/cpp/stl_tree.h
1133
typename _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>::const_iterator
headers/cpp/stl_tree.h
1145
const_iterator __j = const_iterator(__y);
headers/cpp/stl_tree.h
1156
pair<const_iterator, const_iterator> __p = equal_range(__k);
headers/cpp/stl_tree.h
1182
typename _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>::const_iterator
headers/cpp/stl_tree.h
1195
return const_iterator(__y);
headers/cpp/stl_tree.h
1218
typename _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>::const_iterator
headers/cpp/stl_tree.h
1231
return const_iterator(__y);
headers/cpp/stl_tree.h
1247
pair<typename _Rb_tree<_Key, _Value, _KoV, _Compare, _Alloc>::const_iterator,
headers/cpp/stl_tree.h
1248
typename _Rb_tree<_Key, _Value, _KoV, _Compare, _Alloc>::const_iterator>
headers/cpp/stl_tree.h
1252
return pair<const_iterator,const_iterator>(lower_bound(__k),
headers/cpp/stl_tree.h
1279
for (const_iterator __it = begin(); __it != end(); ++__it) {
headers/cpp/stl_tree.h
626
typedef reverse_iterator<const_iterator> const_reverse_iterator;
headers/cpp/stl_tree.h
687
const_iterator begin() const { return _M_leftmost(); }
headers/cpp/stl_tree.h
689
const_iterator end() const { return _M_header; }
headers/cpp/stl_tree.h
722
void insert_unique(const_iterator __first, const_iterator __last);
headers/cpp/stl_tree.h
724
void insert_equal(const_iterator __first, const_iterator __last);
headers/cpp/stl_tree.h
745
const_iterator find(const key_type& __x) const;
headers/cpp/stl_tree.h
748
const_iterator lower_bound(const key_type& __x) const;
headers/cpp/stl_tree.h
750
const_iterator upper_bound(const key_type& __x) const;
headers/cpp/stl_tree.h
752
pair<const_iterator, const_iterator> equal_range(const key_type& __x) const;
headers/cpp/stl_tree.h
998
::insert_equal(const_iterator __first, const_iterator __last)
headers/cpp/stl_vector.h
174
typedef reverse_iterator<const_iterator> const_reverse_iterator;
headers/cpp/stl_vector.h
198
const_iterator begin() const { return _M_start; }
headers/cpp/stl_vector.h
200
const_iterator end() const { return _M_finish; }
headers/cpp/stl_vector.h
397
const_iterator __first, const_iterator __last);
headers/cpp/stl_vector.h
444
iterator _M_allocate_and_copy(size_type __n, const_iterator __first,
headers/cpp/stl_vector.h
445
const_iterator __last)
headers/cpp/stl_vector.h
779
const_iterator __first,
headers/cpp/stl_vector.h
780
const_iterator __last)
headers/libs/agg/agg_renderer_raster_text.h
194
const_iterator begin() const { return &m_span; }
headers/libs/agg/agg_renderer_scanline.h
159
typename Scanline::const_iterator span = sl.begin();
headers/libs/agg/agg_renderer_scanline.h
248
typename Scanline::const_iterator span = sl.begin();
headers/libs/agg/agg_renderer_scanline.h
288
typename Scanline::const_iterator span = sl.begin();
headers/libs/agg/agg_renderer_scanline.h
33
typename Scanline::const_iterator span = sl.begin();
headers/libs/agg/agg_renderer_scanline.h
354
typename Scanline::const_iterator span = sl.begin();
headers/libs/agg/agg_renderer_scanline.h
510
typename ScanlineAA::const_iterator span_aa;
headers/libs/agg/agg_renderer_scanline.h
81
typename Scanline::const_iterator span = sl.begin();
headers/libs/agg/agg_scanline_bin.h
130
const_iterator begin() const { return &m_spans[1]; }
headers/libs/agg/agg_scanline_bin.h
166
class const_iterator
headers/libs/agg/agg_scanline_bin.h
169
const_iterator(const span_array_type& spans) :
headers/libs/agg/agg_scanline_bin.h
245
const_iterator begin() const { return const_iterator(m_spans); }
headers/libs/agg/agg_scanline_boolean_algebra.h
112
void operator () (const typename Scanline1::const_iterator& span,
headers/libs/agg/agg_scanline_boolean_algebra.h
153
void operator () (const typename Scanline1::const_iterator& span1,
headers/libs/agg/agg_scanline_boolean_algebra.h
154
const typename Scanline2::const_iterator& span2,
headers/libs/agg/agg_scanline_boolean_algebra.h
265
void operator () (const typename Scanline1::const_iterator& span1,
headers/libs/agg/agg_scanline_boolean_algebra.h
266
const typename Scanline2::const_iterator& span2,
headers/libs/agg/agg_scanline_boolean_algebra.h
38
void operator () (const typename Scanline1::const_iterator&,
headers/libs/agg/agg_scanline_boolean_algebra.h
39
const typename Scanline2::const_iterator&,
headers/libs/agg/agg_scanline_boolean_algebra.h
436
void operator () (const typename Scanline1::const_iterator& span1,
headers/libs/agg/agg_scanline_boolean_algebra.h
437
const typename Scanline2::const_iterator& span2,
headers/libs/agg/agg_scanline_boolean_algebra.h
525
void operator () (const typename Scanline1::const_iterator& span1,
headers/libs/agg/agg_scanline_boolean_algebra.h
526
const typename Scanline2::const_iterator& span2,
headers/libs/agg/agg_scanline_boolean_algebra.h
59
void operator () (const typename Scanline1::const_iterator&,
headers/libs/agg/agg_scanline_boolean_algebra.h
60
const typename Scanline2::const_iterator&,
headers/libs/agg/agg_scanline_boolean_algebra.h
632
typename Scanline1::const_iterator span = sl1.begin();
headers/libs/agg/agg_scanline_boolean_algebra.h
674
typename Scanline1::const_iterator span1 = sl1.begin();
headers/libs/agg/agg_scanline_boolean_algebra.h
675
typename Scanline2::const_iterator span2 = sl2.begin();
headers/libs/agg/agg_scanline_boolean_algebra.h
76
void operator () (const typename Scanline1::const_iterator&,
headers/libs/agg/agg_scanline_boolean_algebra.h
853
typename Scanline1::const_iterator span1;// = sl1.begin();
headers/libs/agg/agg_scanline_boolean_algebra.h
854
typename Scanline2::const_iterator span2;// = sl2.begin();
headers/libs/agg/agg_scanline_boolean_algebra.h
91
void operator () (const typename Scanline1::const_iterator&,
headers/libs/agg/agg_scanline_p.h
160
const_iterator begin() const { return &m_spans[1]; }
headers/libs/agg/agg_scanline_p.h
203
class const_iterator
headers/libs/agg/agg_scanline_p.h
206
const_iterator(const span_array_type& spans) :
headers/libs/agg/agg_scanline_p.h
310
const_iterator begin() const { return const_iterator(m_spans); }
headers/libs/agg/agg_scanline_storage_aa.h
190
class const_iterator
headers/libs/agg/agg_scanline_storage_aa.h
200
const_iterator() : m_storage(0) {}
headers/libs/agg/agg_scanline_storage_aa.h
201
const_iterator(const embedded_scanline& sl) :
headers/libs/agg/agg_scanline_storage_aa.h
231
friend class const_iterator;
headers/libs/agg/agg_scanline_storage_aa.h
245
const_iterator begin() const { return const_iterator(*this); }
headers/libs/agg/agg_scanline_storage_aa.h
306
typename Scanline::const_iterator span_iterator = sl.begin();
headers/libs/agg/agg_scanline_storage_aa.h
549
class const_iterator
headers/libs/agg/agg_scanline_storage_aa.h
559
const_iterator() : m_ptr(0) {}
headers/libs/agg/agg_scanline_storage_aa.h
560
const_iterator(const embedded_scanline& sl) :
headers/libs/agg/agg_scanline_storage_aa.h
606
friend class const_iterator;
headers/libs/agg/agg_scanline_storage_aa.h
616
const_iterator begin() const { return const_iterator(*this); }
headers/libs/agg/agg_scanline_storage_bin.h
103
const_iterator begin() const { return const_iterator(*this); }
headers/libs/agg/agg_scanline_storage_bin.h
161
typename Scanline::const_iterator span_iterator = sl.begin();
headers/libs/agg/agg_scanline_storage_bin.h
355
class const_iterator
headers/libs/agg/agg_scanline_storage_bin.h
364
const_iterator() : m_ptr(0) {}
headers/libs/agg/agg_scanline_storage_bin.h
365
const_iterator(const embedded_scanline& sl) :
headers/libs/agg/agg_scanline_storage_bin.h
398
friend class const_iterator;
headers/libs/agg/agg_scanline_storage_bin.h
408
const_iterator begin() const { return const_iterator(*this); }
headers/libs/agg/agg_scanline_storage_bin.h
63
class const_iterator
headers/libs/agg/agg_scanline_storage_bin.h
66
const_iterator() : m_storage(0) {}
headers/libs/agg/agg_scanline_storage_bin.h
67
const_iterator(const embedded_scanline& sl) :
headers/libs/agg/agg_scanline_storage_bin.h
89
friend class const_iterator;
headers/libs/agg/agg_scanline_u.h
221
const_iterator begin() const { return &m_spans[1]; }
headers/libs/agg/agg_scanline_u.h
307
class const_iterator
headers/libs/agg/agg_scanline_u.h
310
const_iterator(const span_array_type& spans) :
headers/libs/agg/agg_scanline_u.h
434
const_iterator begin() const { return const_iterator(m_spans); }
headers/private/netservices/HttpForm.h
159
form_content_type _GetType(FormStorage::const_iterator it) const;
headers/private/netservices2/HttpFields.h
35
using ConstIterator = std::list<Field>::const_iterator;
headers/private/storage/AddOnMonitorHandler.h
108
const DirectoryList::const_iterator& end)
headers/private/storage/AddOnMonitorHandler.h
113
const DirectoryList::const_iterator& end)
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPFolder.cpp
226
UIDToFlagsMap::const_iterator found = fFlagsMap.find(uid);
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPFolder.cpp
306
UIDToFlagsMap::const_iterator pendingIterator = fPendingFlagsMap.begin();
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPFolder.cpp
316
UIDToRefMap::const_iterator iterator = fRefMap.begin();
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPFolder.cpp
326
UIDSet::const_iterator deleteIterator = deleteUIDs.begin();
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPFolder.cpp
409
IMAP::MessageUIDList::const_iterator iterator = uids.begin();
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPFolder.cpp
614
UIDToRefMap::const_iterator found = fRefMap.find(uid);
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPMailbox.cpp
65
MessageEntryMap::const_iterator found = fMessageEntries.find(uid);
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPMailbox.cpp
76
MessageEntryMap::const_iterator found = fMessageEntries.find(uid);
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPProtocol.cpp
179
WorkerMap::const_iterator found = fWorkerMap.find(&folder);
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPProtocol.cpp
249
WorkerMap::const_iterator found = fWorkerMap.find(folder);
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPProtocol.cpp
322
FolderNodeMap::const_iterator found = fFolderNodeMap.find(directory);
src/add-ons/print/drivers/gutenprint/GPCapabilities.cpp
118
DriverSpecificCapabilitiesType::const_iterator it =
src/add-ons/print/transports/ipp/IppContent.cpp
613
for (list<IppAttribute *>::const_iterator it = attrs.begin(); it != attrs.end(); it++) {
src/add-ons/print/transports/ipp/IppContent.cpp
807
for (list<IppAttribute *>::const_iterator it = attrs.begin(); it != attrs.end(); it++) {
src/add-ons/print/transports/ipp/IppContent.cpp
920
for (list<IppAttribute *>::const_iterator it = attrs.begin(); it != attrs.end(); it++) {
src/add-ons/print/transports/ipp/IppContent.cpp
966
for (list<IppAttribute *>::const_iterator it = attrs.begin(); it != attrs.end(); it++) {
src/apps/cortex/NodeManager/NodeManager.cpp
2001
for(port_ref_map::const_iterator itDest = initialNodes->begin();
src/apps/cortex/NodeManager/NodeManager.cpp
2032
for(vector<media_input>::const_iterator itInput = inputs.begin();
src/apps/cortex/NodeManager/NodeManager.cpp
2037
port_ref_map::const_iterator itSource = initialNodes->find(
src/apps/cortex/NodeManager/NodeManager.cpp
2389
for(con_map::const_iterator it = m_conSourceMap.begin();
src/apps/cortex/NodeManager/NodeManager.cpp
328
for(node_ref_map::const_iterator it = m_nodeRefMap.begin();
src/apps/cortex/NodeManager/NodeManager.cpp
377
for(list<NodeRef*>::const_iterator it = deadNodes.begin();
src/apps/cortex/NodeManager/NodeManager.cpp
387
for(node_ref_map::const_iterator it = m_nodeRefMap.begin();
src/apps/cortex/NodeManager/NodeManager.cpp
479
node_ref_map::const_iterator it = m_nodeRefMap.find(id);
src/apps/cortex/NodeManager/NodeManager.cpp
504
con_map::const_iterator it = m_conSourceMap.lower_bound(node);
src/apps/cortex/NodeManager/NodeManager.cpp
505
con_map::const_iterator itEnd = m_conSourceMap.upper_bound(node);
src/apps/cortex/NodeManager/NodeManager.cpp
527
con_map::const_iterator it = m_conDestinationMap.lower_bound(node);
src/apps/cortex/NodeManager/NodeManager.cpp
528
con_map::const_iterator itEnd = m_conDestinationMap.upper_bound(node);
src/apps/cortex/NodeManager/NodeManager.cpp
554
con_map::const_iterator it = m_conSourceMap.lower_bound(sourceNode);
src/apps/cortex/NodeManager/NodeManager.cpp
555
con_map::const_iterator itEnd = m_conSourceMap.upper_bound(sourceNode);
src/apps/cortex/NodeManager/NodeManager.cpp
698
for(con_map::const_iterator it = m_conSourceMap.begin();
src/apps/cortex/NodeManager/NodeManager.cpp
720
for(con_map::const_iterator it = m_conDestinationMap.begin();
src/apps/cortex/NodeManager/NodeManager.cpp
790
node_group_set::const_iterator it;
src/apps/cortex/NodeManager/NodeManager.cpp
811
node_group_set::const_iterator it;
src/apps/cortex/NodeManager/NodeRef.cpp
737
vector<media_input>::const_iterator it;
src/apps/cortex/NodeManager/NodeRef.cpp
778
vector<media_output>::const_iterator it;
src/apps/cortex/NodeManager/NodeRef.cpp
883
vector<media_input>::const_iterator it;
src/apps/cortex/NodeManager/NodeRef.cpp
910
vector<media_input>::const_iterator it;
src/apps/cortex/NodeManager/NodeRef.cpp
936
vector<media_output>::const_iterator it;
src/apps/cortex/NodeManager/NodeRef.cpp
962
vector<media_output>::const_iterator it;
src/apps/cortex/RouteApp/NodeSetIOContext.cpp
145
for(node_set::const_iterator it = m_nodes.begin();
src/apps/cortex/RouteApp/NodeSetIOContext.cpp
164
for(node_set::const_iterator it = m_nodes.begin();
src/apps/cortex/RouteApp/NodeSetIOContext.cpp
65
for(node_set::const_iterator it = m_nodes.begin();
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
117
icon_map::const_iterator it = m_iconMap.find(key);
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
138
icon_map::const_iterator it = m_iconMap.find(key);
src/apps/cortex/RouteApp/RouteAppNodeManager.cpp
541
for(connection_map::const_iterator it = connections.begin();
src/apps/cortex/TipManager/TipManagerImpl.cpp
338
for(list<_ViewEntry*>::const_iterator it = m_childViews.begin();
src/apps/cortex/ValControl/ValControl.cpp
189
for (layout_set::const_iterator it = fLayoutSet.begin();
src/apps/cortex/ValControl/ValControl.cpp
337
for(layout_set::const_iterator it = fLayoutSet.begin();
src/apps/cortex/ValControl/ValControl.cpp
447
for (layout_set::const_iterator it = fLayoutSet.begin();
src/apps/cortex/support/ProfileTarget.cpp
94
for(block_entry_map::const_iterator it = m_blockEntryMap.begin();
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
151
for (SignalDispositionMappings::const_iterator it
src/apps/deskbar/ExpandoMenuBar.cpp
486
TeamMenuItemMap::const_iterator iter
src/apps/devices/Device.h
41
typedef std::map<BString, BString>::const_iterator AttributeMapIterator;
src/apps/devices/DevicesView.h
43
typedef std::map<Category, Device*>::const_iterator CategoryMapIterator;
src/apps/diskusage/Snapshot.cpp
65
vector<FileInfo*>::const_iterator i = children.begin();
src/apps/haikudepot/edits_generic/EditManager.cpp
239
std::vector<Listener*>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
208
std::vector<ModelListenerRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
272
std::vector<DepotInfoRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
297
std::map<BString, DepotInfoRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
310
std::map<BString, DepotInfoRef>::const_iterator it = fDepots.find(name);
src/apps/haikudepot/model/Model.cpp
321
std::map<BString, DepotInfoRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
336
std::map<BString, PackageInfoRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
353
std::map<BString, PackageInfoRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
396
std::vector<PackageInfoRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
417
std::vector<PackageInfoRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
432
std::map<BString, PackageInfoRef>::const_iterator it = fPackages.find(name);
src/apps/haikudepot/model/Model.cpp
456
std::map<BString, PackageInfoRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
577
std::vector<ModelListenerRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
591
std::vector<ModelListenerRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
603
std::vector<ModelListenerRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
615
std::vector<PackageInfoListenerRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
631
std::vector<PackageInfoListenerRef>::const_iterator it;
src/apps/haikudepot/model/Model.cpp
710
std::vector<ModelListenerRef>::const_iterator it;
src/apps/haikudepot/model/PackageInfoListener.cpp
204
std::vector<PackageChangeEvent>::const_iterator it;
src/apps/haikudepot/packagemanagement/InstallPackageProcess.cpp
132
std::map<BString, DownloadProgress>::const_iterator it;
src/apps/haikudepot/packagemanagement/InstallPackageProcess.cpp
267
std::set<BString>::const_iterator it;
src/apps/haikudepot/packagemanagement/PackageManager.cpp
201
std::vector<DeskbarLink>::const_iterator it;
src/apps/haikudepot/packagemanagement/UninstallPackageProcess.cpp
132
std::set<BString>::const_iterator it;
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
222
std::vector<CategoryRef>::const_iterator it;
src/apps/haikudepot/packagemodel/PackageClassificationInfo.cpp
65
std::vector<CategoryRef>::const_iterator itInsertionPt = std::lower_bound(fCategories.begin(),
src/apps/haikudepot/packagemodel/PackageFilter.cpp
46
std::vector<PackageFilterRef>::const_iterator it;
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
297
PackageInstallationLocationSet::const_iterator it;
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
324
PackageInstallationLocationSet::const_iterator it;
src/apps/haikudepot/packagemodel/PackageLocalInfo.cpp
40
PackageInstallationLocationSet::const_iterator it;
src/apps/haikudepot/packagemodel/PackageScreenshotInfo.cpp
108
std::vector<ScreenshotInfoRef>::const_iterator it;
src/apps/haikudepot/packagemodel/PackageUserRatingInfo.cpp
147
std::vector<UserRatingRef>::const_iterator it;
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
503
std::map<BString, PackageInfoRef>::const_iterator it;
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
787
std::map<BString, PackageInfoRef>::const_iterator it = fFoundPackages.find(name);
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
856
std::map<BString, BString>::const_iterator it;
src/apps/haikudepot/server/LocalPkgDataLoadProcess.cpp
873
std::map<BString, DepotInfoRef>::const_iterator it = fDepots.find(name);
src/apps/haikudepot/server/ServerPkgDataUpdateProcess.cpp
99
std::vector<CategoryRef>::const_iterator it;
src/apps/haikudepot/textview/Paragraph.cpp
277
std::vector<TextSpan>::const_iterator it;
src/apps/haikudepot/textview/Paragraph.cpp
310
std::vector<TextSpan>::const_iterator it;
src/apps/haikudepot/textview/Paragraph.cpp
338
std::vector<TextSpan>::const_iterator it;
src/apps/haikudepot/textview/ParagraphLayout.cpp
491
std::vector<TextSpan>::const_iterator it;
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
325
std::vector<PackageInfoChangeEvent>::const_iterator it;
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
504
int32 insertionIndex = std::distance<std::vector<PackageInfoRef>::const_iterator>(
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
541
std::vector<PackageInfoRef>::const_iterator it;
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
578
std::vector<PackageInfoRef>::const_iterator it
src/apps/haikudepot/ui/FilterView.cpp
161
std::vector<CategoryRef>::const_iterator it;
src/apps/haikudepot/ui/MainWindow.cpp
1196
std::vector<PackageInfoRef>::const_iterator it;
src/apps/haikudepot/ui/MainWindow.cpp
872
std::vector<PackageInfoChangeEvent>::const_iterator it;
src/apps/haikudepot/ui/PackageInfoView.cpp
1433
std::vector<PackageInfoChangeEvent>::const_iterator it;
src/apps/haikudepot/ui/PackageListView.cpp
1173
std::vector<PackageInfoChangeEvent>::const_iterator it;
src/apps/haikudepot/ui/PackageListView.cpp
1252
std::vector<PackageInfoRef>::const_iterator it;
src/apps/haikudepot/ui/PackageListView.cpp
1277
std::vector<PackageInfoRef>::const_iterator it;
src/apps/haikudepot/ui/RatePackageWindow.cpp
288
std::vector<RatingStabilityRef>::const_iterator it;
src/apps/haikudepot/util/IdentityAndAccessUtils.cpp
39
std::set<BString>::const_iterator it;
src/apps/mail/QueryList.cpp
249
RefMap::const_iterator iterator = map.begin();
src/apps/mail/QueryList.cpp
52
ThreadVector::const_iterator threadIterator = fFetchThreads.begin();
src/apps/mail/QueryList.cpp
98
RefMap::const_iterator iterator = fRefs.begin();
src/apps/networkstatus/NetworkStatusView.cpp
307
for (std::map<BString, int32>::const_iterator it
src/apps/networkstatus/NetworkStatusView.cpp
387
for (std::map<BString, int32>::const_iterator it
src/apps/networkstatus/NetworkStatusView.cpp
452
for (std::map<BString, int32>::const_iterator it
src/apps/patchbay/PatchView.cpp
152
for (list<EndpointInfo>::const_iterator i = fProducers.begin();
src/apps/patchbay/PatchView.cpp
160
for (list<EndpointInfo>::const_iterator i = fConsumers.begin();
src/apps/patchbay/PatchView.cpp
366
for (list<EndpointInfo>::const_iterator i = fConsumers.begin();
src/apps/patchbay/PatchView.h
64
typedef list<EndpointInfo>::const_iterator const_endpoint_itor;
src/bin/debug/strace/TypeHandler.cpp
220
EnumMap::const_iterator i = fMap.find(value);
src/bin/debug/strace/TypeHandler.cpp
302
EnumMap::const_iterator j = fMap.find(value);
src/bin/debug/strace/TypeHandler.cpp
327
SelectMap::const_iterator i = fMap.find(index);
src/bin/debug/strace/signals.cpp
123
EnumTypeHandler::EnumMap::const_iterator i = kSignalsMap.find(signal);
src/bin/debug/strace/strace.cpp
217
map<string, Syscall *>::const_iterator i = sSyscallMap.find(name);
src/bin/debug/strace/strace.cpp
537
StatsMap::const_iterator iterator = sSyscallStats.begin();
src/bin/debug/strace/strace.cpp
549
StatsRefVector::const_iterator callIterator = calls.begin();
src/bin/diff_zip.cpp
228
EntryMap::const_iterator it = fEntries.find(entry->d_name);
src/bin/diff_zip.cpp
262
for (EntryMap::const_iterator it = fEntries.begin();
src/bin/multiuser/groupmod.cpp
142
for (StringSet::const_iterator it = usersToAdd.begin();
src/bin/package_repo/command_update.cpp
394
PackageInfos::const_iterator infoIter;
src/bin/pkgman/command_resolve_dependencies.cpp
219
for (BPackagePathMap::const_iterator it = specifiedPackagePaths.begin();
src/bin/pkgman/command_resolve_dependencies.cpp
248
BPackagePathMap::const_iterator it = packagePaths.find(package);
src/bin/pkgman/command_search.cpp
172
std::set<BSolverPackage*>::const_iterator setIterator = packagesSet.begin();
src/bin/pkgman/command_search.cpp
196
std::set<BSolverPackage*>::const_iterator setIterator = packagesSet.begin();
src/kits/app/TokenSpace.cpp
123
TokenMap::const_iterator iterator = fTokenMap.find(token);
src/kits/app/TokenSpace.cpp
139
TokenMap::const_iterator iterator = fTokenMap.find(token);
src/kits/app/TokenSpace.cpp
179
TokenMap::const_iterator iterator = fTokenMap.find(token);
src/kits/debugger/files/FileManager.cpp
757
for (LocatedFileMap::const_iterator it = fSourceLocationMappings.begin();
src/kits/debugger/files/FileManager.cpp
802
LocatedFileMap::const_iterator it = fSourceLocationMappings.find(
src/kits/debugger/model/Team.cpp
373
SignalDispositionMappings::const_iterator it
src/kits/debugger/settings/TeamSettings.cpp
89
for (SignalDispositionMappings::const_iterator it = mappings.begin();
src/kits/interface/ChannelControl.cpp
629
label_map::const_iterator iter = ((label_map*)fMultiLabels)->find(channel);
src/kits/interface/ChannelControl.cpp
641
label_map::const_iterator iter = ((label_map*)fMultiLabels)->find(channel);
src/kits/network/libnetservices/HttpForm.cpp
292
for (FormStorage::const_iterator it = fFields.begin();
src/kits/network/libnetservices/HttpForm.cpp
325
for (FormStorage::const_iterator it = fFields.begin();
src/kits/network/libnetservices/HttpForm.cpp
506
FormStorage::const_iterator it = fFields.find(fieldName);
src/kits/network/libnetservices/HttpForm.cpp
546
for (FormStorage::const_iterator it = fFields.begin();
src/kits/package/manager/PackageManager.cpp
963
PackagePathMap::const_iterator it = fPackagePaths.find(package);
src/kits/package/solver/libsolv/LibsolvSolver.cpp
813
SolvableMap::const_iterator it = fSolvablePackages.find(solvableId);
src/kits/package/solver/libsolv/LibsolvSolver.cpp
821
PackageMap::const_iterator it = fPackageSolvables.find(package);
src/kits/storage/AddOnMonitorHandler.cpp
601
for (; EntryList::const_iterator(it) != list.end(); it++) {
src/kits/storage/AddOnMonitorHandler.cpp
613
for (; EntryList::const_iterator(it) != list.end(); it++) {
src/kits/storage/AddOnMonitorHandler.cpp
658
const DirectoryList::const_iterator& end) const
src/kits/storage/AddOnMonitorHandler.cpp
669
const DirectoryList::const_iterator& end) const
src/kits/storage/AddOnMonitorHandler.cpp
671
for (; DirectoryList::const_iterator(it) != end; it++) {
src/kits/storage/mime/AssociatedTypes.cpp
137
std::set<std::string>::const_iterator i = types.begin();
src/kits/storage/mime/AssociatedTypes.cpp
216
for (std::set<std::string>::const_iterator i = newExtensions.begin();
src/kits/storage/mime/AssociatedTypes.cpp
225
for (std::set<std::string>::const_iterator i = oldExtensions.begin();
src/kits/storage/mime/AssociatedTypes.cpp
257
for (std::map<std::string, std::set<std::string> >::const_iterator i = fAssociatedTypes.begin();
src/kits/storage/mime/AssociatedTypes.cpp
264
for (std::set<std::string>::const_iterator type = i->second.begin();
src/kits/storage/mime/AssociatedTypes.cpp
87
std::set<std::string>::const_iterator i;
src/kits/storage/mime/Database.cpp
1514
std::set<BMessenger>::const_iterator i;
src/kits/storage/mime/InstalledTypes.cpp
484
std::map<std::string, Supertype>::const_iterator i;
src/kits/storage/mime/InstalledTypes.cpp
516
std::map<std::string, Supertype>::const_iterator i;
src/kits/storage/mime/SnifferRules.cpp
315
for (std::list<sniffer_rule>::const_iterator i = fRuleList.begin();
src/kits/storage/mime/SnifferRules.cpp
467
for (std::list<sniffer_rule>::const_iterator i = fRuleList.begin();
src/kits/storage/mime/Supertype.cpp
133
std::set<std::string>::const_iterator i;
src/kits/storage/mime/SupportingApps.cpp
102
std::set<std::string>::const_iterator i;
src/kits/storage/mime/SupportingApps.cpp
192
for (std::set<std::string>::const_iterator i = newTypes.begin();
src/kits/storage/mime/SupportingApps.cpp
196
for (std::set<std::string>::const_iterator i = oldTypes.begin();
src/kits/storage/mime/SupportingApps.cpp
206
for (std::set<std::string>::const_iterator i = strandedTypes.begin();
src/kits/storage/mime/SupportingApps.cpp
91
std::set<std::string>::const_iterator i;
src/kits/storage/sniffer/PatternList.cpp
63
std::vector<Pattern*>::const_iterator i;
src/kits/storage/sniffer/PatternList.cpp
85
std::vector<Pattern*>::const_iterator i;
src/kits/storage/sniffer/RPatternList.cpp
65
std::vector<RPattern*>::const_iterator i;
src/kits/storage/sniffer/RPatternList.cpp
86
std::vector<RPattern*>::const_iterator i;
src/kits/storage/sniffer/Rule.cpp
63
std::vector<DisjList*>::const_iterator i;
src/kits/storage/sniffer/Rule.cpp
84
std::vector<DisjList*>::const_iterator i;
src/kits/tracker/VirtualDirectoryManager.cpp
606
NodeRefInfoMap::const_iterator it = fInfos.find(nodeRef);
src/kits/translation/TranslatorRoster.cpp
1051
NodeRefList::const_iterator iterator = fDirectories.begin();
src/kits/translation/TranslatorRoster.cpp
1069
NodeRefList::const_iterator iterator = fDirectories.begin();
src/kits/translation/TranslatorRoster.cpp
1157
MessengerList::const_iterator iterator = fMessengers.begin();
src/kits/translation/TranslatorRoster.cpp
205
std::set<image_id>::const_iterator imageIterator = images.begin();
src/kits/translation/TranslatorRoster.cpp
701
TranslatorMap::const_iterator iterator = fTranslators.begin();
src/kits/translation/TranslatorRoster.cpp
725
TranslatorMap::const_iterator iterator = fTranslators.begin();
src/kits/translation/TranslatorRoster.cpp
784
TranslatorMap::const_iterator iterator = fTranslators.begin();
src/kits/translation/TranslatorRoster.cpp
835
TranslatorMap::const_iterator iterator = fTranslators.begin();
src/kits/translation/TranslatorRoster.cpp
962
TranslatorMap::const_iterator iterator = fTranslators.find(id);
src/kits/translation/TranslatorRoster.cpp
976
TranslatorMap::const_iterator iterator = fTranslators.begin();
src/kits/translation/TranslatorRoster.cpp
996
TranslatorMap::const_iterator iterator = fTranslators.begin();
src/preferences/network/NetworkWindow.cpp
234
SettingsMap::const_iterator iterator = fSettingsMap.begin();
src/preferences/network/NetworkWindow.cpp
389
for (PathMap::const_iterator addOnIterator = addOnMap.begin();
src/preferences/network/NetworkWindow.cpp
423
ItemMap::const_iterator iterator = fInterfaceItemMap.begin();
src/preferences/network/NetworkWindow.cpp
466
SettingsMap::const_iterator found = fSettingsMap.find(item);
src/preferences/network/NetworkWindow.cpp
548
SettingsMap::const_iterator iterator = fSettingsMap.begin();
src/preferences/network/NetworkWindow.cpp
567
SettingsMap::const_iterator iterator = fSettingsMap.begin();
src/preferences/network/NetworkWindow.cpp
581
SettingsMap::const_iterator iterator = fSettingsMap.begin();
src/preferences/time/ZoneView.cpp
317
ZonesByCountyMap::const_iterator countryIter = zonesByCountryMap.begin();
src/servers/app/ServerApp.cpp
3789
BitmapMap::const_iterator iterator = fBitmapMap.find(token);
src/servers/app/ServerApp.cpp
3802
PictureMap::const_iterator iterator = fPictureMap.find(token);
src/servers/app/ServerApp.cpp
562
BitmapMap::const_iterator iterator = fBitmapMap.begin();
src/servers/app/VirtualScreen.cpp
100
ScreenModeMap::const_iterator found = previousModes.find(screen);
src/servers/app/drawing/Painter/agg_renderer_scanline_subpix.h
29
typename Scanline::const_iterator span = sl.begin();
src/servers/app/drawing/Painter/agg_scanline_p_subpix.h
149
const_iterator begin() const { return &m_spans[1]; }
src/servers/app/drawing/Painter/agg_scanline_p_subpix_avrg_filtering.h
177
const_iterator begin() const { return &m_spans[1]; }
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
109
const_iterator begin() const { return const_iterator(*this); }
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
170
typename Scanline::const_iterator span_iterator = sl.begin();
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
411
class const_iterator
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
421
const_iterator() : m_ptr(0) {}
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
422
const_iterator(const embedded_scanline& sl) :
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
468
friend class const_iterator;
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
478
const_iterator begin() const { return const_iterator(*this); }
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
54
class const_iterator
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
64
const_iterator() : m_storage(0) {}
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
65
const_iterator(const embedded_scanline& sl) :
src/servers/app/drawing/Painter/agg_scanline_storage_subpix.h
95
friend class const_iterator;
src/servers/app/drawing/Painter/agg_scanline_u_subpix.h
117
const_iterator begin() const { return &m_spans[1]; }
src/servers/app/drawing/Painter/agg_scanline_u_subpix_avrg_filtering.h
146
const_iterator begin() const { return &m_spans[1]; }
src/servers/app/stackandtile/StackAndTile.cpp
527
SATWindowMap::const_iterator it = fSATWindowMap.find(
src/servers/app/stackandtile/StackAndTile.cpp
549
for (SATWindowMap::const_iterator it = fSATWindowMap.begin();
src/servers/input/MouseSettings.cpp
309
std::map<BString, MouseSettings*>::const_iterator itr;
src/servers/launch/Job.cpp
319
PortMap::const_iterator found = fPortMap.find(name);
src/servers/launch/Job.cpp
523
PortMap::const_iterator iterator = Ports().begin();
src/servers/launch/Job.cpp
587
PortMap::const_iterator iterator = fPortMap.begin();
src/servers/launch/Job.cpp
73
PortMap::const_iterator constIterator = other.Ports().begin();
src/servers/launch/LaunchDaemon.cpp
1196
TargetMap::const_iterator iterator = fTargets.begin();
src/servers/launch/LaunchDaemon.cpp
1266
JobMap::const_iterator iterator = fJobs.begin();
src/servers/launch/LaunchDaemon.cpp
1315
PortMap::const_iterator iterator = job->Ports().begin();
src/servers/launch/LaunchDaemon.cpp
1946
EventMap::const_iterator found = fEvents.find(eventName);
src/servers/launch/LaunchDaemon.cpp
395
JobMap::const_iterator found = fJobs.find(BString(name).ToLower());
src/servers/launch/LaunchDaemon.cpp
409
TargetMap::const_iterator found = fTargets.find(BString(name).ToLower());
src/servers/launch/LaunchDaemon.cpp
420
SessionMap::const_iterator found = fSessions.find(user);
src/servers/mail/MailDaemonApplication.cpp
489
AccountMap::const_iterator iterator = fAccounts.begin();
src/servers/net/NetServer.cpp
672
LooperMap::const_iterator iterator = fDeviceMap.find(device);
src/servers/net/Services.cpp
118
ConnectionList::const_iterator iterator = connections.begin();
src/servers/net/Services.cpp
124
ConnectionList::const_iterator otherIterator
src/servers/net/Services.cpp
314
ConnectionList::const_iterator iterator = service->connections.begin();
src/servers/net/Services.cpp
84
ConnectionList::const_iterator iterator = connections.begin();
src/servers/package/CommitTransactionHandler.cpp
1363
for (StringSet::const_iterator it = fAddedUsers.begin();
src/servers/package/CommitTransactionHandler.cpp
1372
for (StringSet::const_iterator it = fAddedGroups.begin();
src/servers/package/CommitTransactionHandler.cpp
168
for (PackageSet::const_iterator it = packagesAlreadyAdded.begin();
src/servers/package/CommitTransactionHandler.cpp
1730
for (PackageSet::const_iterator it = toActivate.begin();
src/servers/package/CommitTransactionHandler.cpp
174
for (PackageSet::const_iterator it = packagesAlreadyRemoved.begin();
src/servers/package/CommitTransactionHandler.cpp
247
for (PackageSet::const_iterator it = fPackagesAlreadyAdded.begin();
src/servers/package/CommitTransactionHandler.cpp
542
for (PackageSet::const_iterator it = fPackagesToDeactivate.begin();
src/servers/package/PackageManager.cpp
108
for (PackageSet::const_iterator it = packagesToActivate.begin();
src/servers/package/PackageManager.cpp
228
for (PackageSet::const_iterator it = packagesToActivate.begin();
src/servers/package/PackageManager.cpp
239
for (PackageSet::const_iterator it = packagesToDeactivate.begin();
src/servers/package/PackageManager.cpp
399
SolverPackageMap::const_iterator it = fSolverPackages.find(package);
src/servers/package/PackageManager.cpp
71
for (PackageSet::const_iterator it = packagesToDeactivate.begin();
src/servers/package/PackageManager.cpp
94
for (PackageSet::const_iterator it = packagesToDeactivate.begin();
src/servers/package/ProblemWindow.cpp
152
for (SolutionMap::const_iterator it = fSolutions.begin();
src/servers/package/ProblemWindow.cpp
303
for (SolutionMap::const_iterator it = fSolutions.begin();
src/servers/registrar/AuthenticationManager.cpp
420
for (StringSet::const_iterator it = fMembers.begin();
src/servers/registrar/AuthenticationManager.cpp
445
for (StringSet::const_iterator it = fMembers.begin();
src/servers/registrar/AuthenticationManager.cpp
458
for (StringSet::const_iterator it = fMembers.begin();
src/servers/registrar/AuthenticationManager.cpp
504
map<uid_t, User*>::const_iterator it = fUsersByID.find(uid);
src/servers/registrar/AuthenticationManager.cpp
510
map<string, User*>::const_iterator it = fUsersByName.find(name);
src/servers/registrar/AuthenticationManager.cpp
524
for (map<uid_t, User*>::const_iterator it = fUsersByID.begin();
src/servers/registrar/AuthenticationManager.cpp
544
for (map<uid_t, User*>::const_iterator it = fUsersByID.begin();
src/servers/registrar/AuthenticationManager.cpp
580
for (map<uid_t, User*>::const_iterator it = fUsersByID.begin();
src/servers/registrar/AuthenticationManager.cpp
623
for (map<gid_t, Group*>::const_iterator it = fGroupsByID.begin();
src/servers/registrar/AuthenticationManager.cpp
633
map<gid_t, Group*>::const_iterator it = fGroupsByID.find(gid);
src/servers/registrar/AuthenticationManager.cpp
639
map<string, Group*>::const_iterator it = fGroupsByName.find(name);
src/servers/registrar/AuthenticationManager.cpp
647
for (map<gid_t, Group*>::const_iterator it = fGroupsByID.begin();
src/servers/registrar/AuthenticationManager.cpp
671
for (map<gid_t, Group*>::const_iterator it = fGroupsByID.begin();
src/servers/registrar/AuthenticationManager.cpp
698
for (map<gid_t, Group*>::const_iterator it = fGroupsByID.begin();
src/tests/add-ons/kernel/file_systems/bfs/btree/test.cpp
259
std::set<std::string>::const_iterator found;
src/tests/kits/net/netservices2/TestServer.cpp
197
for (std::vector<std::string>::const_iterator iter = args.begin(); iter != args.end(); ++iter) {
src/tests/kits/net/service/TestServer.cpp
207
for (std::vector<std::string>::const_iterator iter = args.begin();
src/tests/kits/shared/KeymapTest.cpp
86
for (table_map_t::const_iterator p = tables.begin();
src/tests/kits/storage/ResourcesTest.cpp
158
for (ResInfoSet::const_iterator it = fResources.begin();
src/tests/system/kernel/util/VectorMapTest.cpp
264
typedef typename ReferenceMap::const_iterator ReferenceConstIterator;
src/tests/system/kernel/util/VectorSetTest.cpp
144
typedef typename ReferenceSet::const_iterator ReferenceConstIterator;
src/tests/system/kernel/util/VectorTest.cpp
142
typedef typename std::vector<Value>::const_iterator ReferenceConstIterator;
src/tools/cppunit/BTestSuite.cpp
57
for ( map<string, CppUnit::Test *>::const_iterator it = fTests.begin();
src/tools/cppunit/TestShell.cpp
101
for (std::vector<CppUnit::Test*>::const_iterator i = tests.begin();
src/tools/cppunit/TestShell.cpp
225
set<string>::const_iterator i;
src/tools/cppunit/TestShell.cpp
240
std::vector<CppUnit::Test*>::const_iterator j;
src/tools/cppunit/TestShell.cpp
367
SuiteMap::const_iterator j;
src/tools/cppunit/TestShell.cpp
376
TestMap::const_iterator i;
src/tools/cppunit/TestShell.cpp
455
::CppUnit::TestResultCollector::TestFailures::const_iterator iFailure;
src/tools/cppunit/TestShell.cpp
523
for (SuiteMap::const_iterator i = fSuites.begin(); i != fSuites.end(); i++) {
src/tools/cppunit/TestShell.cpp
72
for (TestMap::const_iterator i = map.begin();
src/tools/cppunit/cppunit/TestFactoryRegistry.cpp
73
Registries::const_iterator foundIt = m_registries.find( name );
src/tools/cppunit/cppunit/TestRunner.cpp
118
for ( vector<Test *>::const_iterator it = m_suite->getTests().begin();
src/tools/cppunit/cppunit/TestSuite.cpp
55
for ( vector<Test *>::const_iterator it = m_tests.begin();
src/tools/cppunit/cppunit/TextOutputter.cpp
41
TestResultCollector::TestFailures::const_iterator itFailure = m_result->failures().begin();
src/tools/cppunit/cppunit/TextTestResult.cpp
48
TestFailures::const_iterator itFailure = failures().begin();
src/tools/cppunit/cppunit/XmlOutputter.cpp
100
Attributes::const_iterator itAttribute = m_attributes.begin();
src/tools/cppunit/cppunit/XmlOutputter.cpp
221
TestResultCollector::TestFailures::const_iterator itFailure = failures.begin();
src/tools/cppunit/cppunit/XmlOutputter.cpp
79
Nodes::const_iterator itNode = m_nodes.begin();
src/tools/fs_shell/fssh.cpp
236
CommandMap::const_iterator it = fCommands.find(name);
src/tools/fs_shell/fssh.cpp
247
for (CommandMap::const_iterator it = fCommands.begin();
src/tools/update_package_requires/update_package_requires.cpp
57
for (ProvidesList::const_iterator it = providesList.begin();