Searched refs:const_iterator (Results 201 - 225 of 1104) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttributeList.cpp81 LDAPAttributeList::const_iterator LDAPAttributeList::begin() const{
86 LDAPAttributeList::const_iterator LDAPAttributeList::end() const{
96 LDAPAttributeList::const_iterator i;
126 StringList::const_iterator j;
173 LDAPAttributeList::const_iterator i;
183 LDAPAttributeList::const_iterator i;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp113 typedef typename _ATraits::const_iterator a_const_iterator;
255 struct const_iterator struct in struct:__gnu_pbds::detail::pat_trie_base::_Inode
266 const_iterator(node_pointer_pointer p_p_cur = 0, function in struct:__gnu_pbds::detail::pat_trie_base::_Inode::const_iterator
272 operator==(const const_iterator& other) const
276 operator!=(const const_iterator& other) const
279 const_iterator&
288 const_iterator
291 const_iterator ret_it(*this);
320 struct iterator : public const_iterator
332 : const_iterator(p_p_cu
[all...]
H A Dinsert_join_fn_imps.hpp168 for (typename inode::const_iterator it = p_r->begin();
418 keys_diff_ind(typename access_traits::const_iterator b_l,
419 typename access_traits::const_iterator e_l,
420 typename access_traits::const_iterator b_r,
421 typename access_traits::const_iterator e_r)
443 typename synth_access_traits::const_iterator left_b_it = pref_begin(p_l);
444 typename synth_access_traits::const_iterator left_e_it = pref_end(p_l);
445 typename synth_access_traits::const_iterator right_b_it = pref_begin(p_r);
446 typename synth_access_traits::const_iterator right_e_it = pref_end(p_r);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp113 typedef typename _ATraits::const_iterator a_const_iterator;
255 struct const_iterator struct in struct:__gnu_pbds::detail::pat_trie_base::_Inode
266 const_iterator(node_pointer_pointer p_p_cur = 0, function in struct:__gnu_pbds::detail::pat_trie_base::_Inode::const_iterator
272 operator==(const const_iterator& other) const
276 operator!=(const const_iterator& other) const
279 const_iterator&
288 const_iterator
291 const_iterator ret_it(*this);
320 struct iterator : public const_iterator
332 : const_iterator(p_p_cu
[all...]
H A Dinsert_join_fn_imps.hpp168 for (typename inode::const_iterator it = p_r->begin();
418 keys_diff_ind(typename access_traits::const_iterator b_l,
419 typename access_traits::const_iterator e_l,
420 typename access_traits::const_iterator b_r,
421 typename access_traits::const_iterator e_r)
443 typename synth_access_traits::const_iterator left_b_it = pref_begin(p_l);
444 typename synth_access_traits::const_iterator left_e_it = pref_end(p_l);
445 typename synth_access_traits::const_iterator right_b_it = pref_begin(p_r);
446 typename synth_access_traits::const_iterator right_e_it = pref_end(p_r);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dhashtable.h103 const_iterator; typedef in struct:_Hashtable_iterator
154 const_iterator; typedef in struct:_Hashtable_const_iterator
183 const_iterator&
186 const_iterator
190 operator==(const const_iterator& __it) const
194 operator!=(const const_iterator& __it) const
322 const_iterator; typedef in class:hashtable
404 const_iterator
409 return const_iterator(_M_buckets[__n], this);
413 const_iterator
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dhashtable.h103 const_iterator; typedef in struct:_Hashtable_iterator
154 const_iterator; typedef in struct:_Hashtable_const_iterator
183 const_iterator&
186 const_iterator
190 operator==(const const_iterator& __it) const
194 operator!=(const const_iterator& __it) const
322 const_iterator; typedef in class:hashtable
404 const_iterator
409 return const_iterator(_M_buckets[__n], this);
413 const_iterator
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dunordered_map.h126 typedef typename _Hashtable::const_iterator const_iterator; typedef in class:unordered_map
333 const_iterator
337 const_iterator
355 const_iterator
359 const_iterator
419 emplace_hint(const_iterator __pos, _Args&&... __args)
425 extract(const_iterator __pos)
443 insert(const_iterator, node_type&& __nh)
534 try_emplace(const_iterator __hin
1274 typedef typename _Hashtable::const_iterator const_iterator; typedef in class:unordered_multimap
[all...]
H A Dstl_set.h147 typedef typename _Rep_type::const_iterator iterator;
148 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:set
488 emplace_hint(const_iterator __pos, _Args&&... __args)
546 insert(const_iterator __position, const value_type& __x)
551 insert(const_iterator __position, value_type&& __x)
585 extract(const_iterator __pos)
603 insert(const_iterator __hint, node_type&& __nh)
654 erase(const_iterator __position)
706 erase(const_iterator __firs
846 -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) function in class:set
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dunordered_map.h126 typedef typename _Hashtable::const_iterator const_iterator; typedef in class:unordered_map
333 const_iterator
337 const_iterator
355 const_iterator
359 const_iterator
419 emplace_hint(const_iterator __pos, _Args&&... __args)
425 extract(const_iterator __pos)
443 insert(const_iterator, node_type&& __nh)
515 try_emplace(const_iterator __hin
1269 typedef typename _Hashtable::const_iterator const_iterator; typedef in class:unordered_multimap
[all...]
H A Dstl_set.h147 typedef typename _Rep_type::const_iterator iterator;
148 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:set
488 emplace_hint(const_iterator __pos, _Args&&... __args)
546 insert(const_iterator __position, const value_type& __x)
551 insert(const_iterator __position, value_type&& __x)
585 extract(const_iterator __pos)
603 insert(const_iterator __hint, node_type&& __nh)
654 erase(const_iterator __position)
706 erase(const_iterator __firs
846 -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x))) function in class:set
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAssembler.h67 using const_iterator = pointee_iterator<SectionListType::const_iterator>;
71 pointee_iterator<SymbolDataListType::const_iterator>;
78 std::vector<IndirectSymbolData>::const_iterator;
82 std::vector<DataRegionData>::const_iterator;
345 const_iterator begin() const { return Sections.begin(); }
348 const_iterator end() const { return Sections.end(); }
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dcref.cc176 for (Objects::const_iterator p = objects->begin();
204 for (Archives::const_iterator p = this->archives_.begin();
254 for (Objects::const_iterator po = objects->begin();
261 for (Object::Symbols::const_iterator ps = symbols->begin();
295 for (Archives::const_iterator p = this->archives_.begin();
300 for (Cref_table::const_iterator pc = table.begin();
307 Objects::const_iterator po;
H A Darchive.cc447 class Archive::const_iterator class in class:gold::Archive
464 const_iterator(Archive* archive, off_t off) function in class:gold::Archive::const_iterator
476 const_iterator&
490 const_iterator
493 const_iterator ret = *this;
499 operator==(const const_iterator p) const
503 operator!=(const const_iterator p) const
521 Archive::const_iterator::read_next_header()
569 Archive::const_iterator
572 return Archive::const_iterator(thi
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dcref.cc176 for (Objects::const_iterator p = objects->begin();
204 for (Archives::const_iterator p = this->archives_.begin();
254 for (Objects::const_iterator po = objects->begin();
261 for (Object::Symbols::const_iterator ps = symbols->begin();
295 for (Archives::const_iterator p = this->archives_.begin();
300 for (Cref_table::const_iterator pc = table.begin();
307 Objects::const_iterator po;
H A Darchive.cc454 class Archive::const_iterator class in class:gold::Archive
471 const_iterator(Archive* archive, off_t off) function in class:gold::Archive::const_iterator
483 const_iterator&
497 const_iterator
500 const_iterator ret = *this;
506 operator==(const const_iterator p) const
510 operator!=(const const_iterator p) const
528 Archive::const_iterator::read_next_header()
576 Archive::const_iterator
579 return Archive::const_iterator(thi
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dcref.cc176 for (Objects::const_iterator p = objects->begin();
204 for (Archives::const_iterator p = this->archives_.begin();
254 for (Objects::const_iterator po = objects->begin();
261 for (Object::Symbols::const_iterator ps = symbols->begin();
295 for (Archives::const_iterator p = this->archives_.begin();
300 for (Cref_table::const_iterator pc = table.begin();
307 Objects::const_iterator po;
H A Darchive.cc447 class Archive::const_iterator class in class:gold::Archive
464 const_iterator(Archive* archive, off_t off) function in class:gold::Archive::const_iterator
476 const_iterator&
490 const_iterator
493 const_iterator ret = *this;
499 operator==(const const_iterator p) const
503 operator!=(const const_iterator p) const
521 Archive::const_iterator::read_next_header()
569 Archive::const_iterator
572 return Archive::const_iterator(thi
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValueMap.h133 using const_iterator = ValueMapConstIterator<MapT, KeyT>;
137 inline const_iterator begin() const { return const_iterator(Map.begin()); }
138 inline const_iterator end() const { return const_iterator(Map.end()); }
159 const_iterator find(const KeyT &Val) const {
160 return const_iterator(Map.find_as(Val));
166 typename MapT::const_iterator I = Map.find_as(Val);
381 using BaseT = typename DenseMapT::const_iterator;
/netbsd-current/external/bsd/atf/dist/tools/
H A Dprocess.hpp71 typedef args_vector::const_iterator const_iterator; typedef in class:tools::process::argv_array
84 const_iterator begin(void) const;
85 const_iterator end(void) const;
93 for (typename C::const_iterator iter = c.begin(); iter != c.end();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DStatistic.cpp69 using const_iterator = std::vector<TrackingStatistic *>::const_iterator;
76 const_iterator begin() const { return Stats.begin(); }
77 const_iterator end() const { return Stats.end(); }
78 iterator_range<const_iterator> statistics() const {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h198 using const_iterator = HexagonPacket::const_iterator;
200 using const_packet_range = iterator_range<HexagonPacket::const_iterator>;
220 const_iterator cbegin() const { return (Packet.begin()); }
221 const_iterator cend() const { return (Packet.end()); }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp53 #include <ext/pb_ds/detail/binary_heap_/const_iterator.hpp>
131 const_iterator; typedef in class:__gnu_pbds::detail::binary_heap
133 typedef const_iterator iterator;
190 inline const_iterator
196 inline const_iterator
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp53 #include <ext/pb_ds/detail/binary_heap_/const_iterator.hpp>
131 const_iterator; typedef in class:__gnu_pbds::detail::binary_heap
133 typedef const_iterator iterator;
190 inline const_iterator
196 inline const_iterator
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp118 typename CHECK_CTX::CheckersTy::const_iterator
166 CheckersTy::const_iterator checkers_begin() { return Checkers.begin(); }
167 CheckersTy::const_iterator checkers_end() { return Checkers.end(); }
213 CheckersTy::const_iterator checkers_begin() { return Checkers.begin(); }
214 CheckersTy::const_iterator checkers_end() { return Checkers.end(); }
283 CheckersTy::const_iterator checkers_begin() { return Checkers.begin(); }
284 CheckersTy::const_iterator checkers_end() { return Checkers.end(); }
330 CheckersTy::const_iterator checkers_begin() { return Checkers.begin(); }
331 CheckersTy::const_iterator checkers_end() { return Checkers.end(); }
378 CheckersTy::const_iterator checkers_begi
[all...]

Completed in 461 milliseconds

1234567891011>>