Home
last modified time | relevance | path

Searched refs:const_iterator (Results 1 – 25 of 783) sorted by relevance

12345678910>>...32

/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
Dtrie_policy_base.hpp98 typedef typename const_node_iterator::value_type const_iterator; typedef in pb_ds::detail::trie_policy_base
112 virtual const_iterator
136 typename e_access_traits::const_iterator,
137 typename e_access_traits::const_iterator>
144 …ode_iterator nd_it, typename e_access_traits::const_iterator b_r, typename e_access_traits::const_…
153const_iterator b_l, typename e_access_traits::const_iterator e_l, typename e_access_traits::const_…
159 …ode_iterator nd_it, typename e_access_traits::const_iterator b_r, typename e_access_traits::const_… in common_prefix_len()
163 typename e_access_traits::const_iterator b_l = pref_range.first; in common_prefix_len()
164 typename e_access_traits::const_iterator e_l = pref_range.second; in common_prefix_len()
223const_iterator b_l, typename e_access_traits::const_iterator e_l, typename e_access_traits::const_… in less()
Dprefix_search_node_update_imp.hpp49 typename PB_DS_CLASS_C_DEC::const_iterator,
50 typename PB_DS_CLASS_C_DEC::const_iterator>
75 typename PB_DS_CLASS_C_DEC::const_iterator,
76 typename PB_DS_CLASS_C_DEC::const_iterator>
78 prefix_range(typename e_access_traits::const_iterator b, typename e_access_traits::const_iterator e… in prefix_range()
84 const_iterator(non_const_ret.first), in prefix_range()
85 const_iterator(non_const_ret.second))); in prefix_range()
93 prefix_range(typename e_access_traits::const_iterator b, typename e_access_traits::const_iterator e) in prefix_range()
127 …node_iterator nd_it, typename e_access_traits::const_iterator b, typename e_access_traits::const_i… in next_child()
/NextBSD/contrib/libstdc++/include/ext/pb_ds/
Dtrie_policy.hpp93 …, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator; typedef
96 typedef typename std::iterator_traits<const_iterator>::value_type e_type;
108 inline static const_iterator
113 inline static const_iterator
122 inline static const_iterator
125 inline static const_iterator
128 inline static const_iterator
131 inline static const_iterator
170 typedef typename e_access_traits::const_iterator const_e_iterator;
180 typedef typename const_node_iterator::value_type const_iterator; typedef in pb_ds::trie_prefix_search_node_update
[all …]
/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
Dsynth_e_access_traits.hpp85 …se_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_ite…
91 …se_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_ite…
133 …se_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_ite… in equal_prefixes()
162 …se_type::const_iterator b_l, typename base_type::const_iterator e_l, typename base_type::const_ite… in cmp_prefixes()
Dchild_iterator.hpp47 struct iterator : public const_iterator
59 : const_iterator(p_p_cur, p_p_end) in iterator()
64 { return const_iterator::m_p_p_cur == other.m_p_p_cur; } in operator ==()
68 { return const_iterator::m_p_p_cur != other.m_p_p_cur; } in operator !=()
73 const_iterator::operator++(); in operator ++()
88 _GLIBCXX_DEBUG_ONLY(const_iterator::assert_referencible();) in operator ->()
89 return const_iterator::m_p_p_cur; in operator ->()
95 _GLIBCXX_DEBUG_ONLY(const_iterator::assert_referencible();) in operator *()
96 return *const_iterator::m_p_p_cur; in operator *()
Dconst_child_iterator.hpp47 struct const_iterator struct
62 const_iterator(node_pointer_pointer p_p_cur = NULL, in const_iterator() argument
68 operator==(const const_iterator& other) const in operator ==() argument
72 operator!=(const const_iterator& other) const in operator !=() argument
75 inline const_iterator&
84 inline const_iterator argument
87 const_iterator ret_it(*this); in operator ++() argument
/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDTextDiagnosticBuffer.h29 typedef DiagList::const_iterator const_iterator; typedef
33 const_iterator err_begin() const { return Errors.begin(); } in err_begin()
34 const_iterator err_end() const { return Errors.end(); } in err_end()
36 const_iterator warn_begin() const { return Warnings.begin(); } in warn_begin()
37 const_iterator warn_end() const { return Warnings.end(); } in warn_end()
39 const_iterator remark_begin() const { return Remarks.begin(); } in remark_begin()
40 const_iterator remark_end() const { return Remarks.end(); } in remark_end()
42 const_iterator note_begin() const { return Notes.begin(); } in note_begin()
43 const_iterator note_end() const { return Notes.end(); } in note_end()
/NextBSD/contrib/llvm/include/llvm/Support/
HDPath.h50 class const_iterator
57 friend const_iterator begin(StringRef path);
58 friend const_iterator end(StringRef path);
63 const_iterator &operator++(); // preincrement
64 const_iterator &operator++(int); // postincrement
65 bool operator==(const const_iterator &RHS) const;
66 bool operator!=(const const_iterator &RHS) const { return !(*this == RHS); }
69 ptrdiff_t operator-(const const_iterator &RHS) const;
98 const_iterator begin(StringRef path);
103 const_iterator end(StringRef path);
[all …]
/NextBSD/contrib/libc++/include/
Dset40 typedef implementation-defined const_iterator;
42 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
86 const_iterator begin() const noexcept;
88 const_iterator end() const noexcept;
95 const_iterator cbegin() const noexcept;
96 const_iterator cend() const noexcept;
109 iterator emplace_hint(const_iterator position, Args&&... args);
112 iterator insert(const_iterator position, const value_type& v);
113 iterator insert(const_iterator position, value_type&& v);
118 iterator erase(const_iterator position);
[all …]
Dforward_list35 typedef <details> const_iterator;
73 const_iterator begin() const noexcept;
75 const_iterator end() const noexcept;
77 const_iterator cbegin() const noexcept;
78 const_iterator cend() const noexcept;
81 const_iterator before_begin() const noexcept;
82 const_iterator cbefore_begin() const noexcept;
97 iterator emplace_after(const_iterator p, Args&&... args);
98 iterator insert_after(const_iterator p, const value_type& v);
99 iterator insert_after(const_iterator p, value_type&& v);
[all …]
Dunordered_set42 typedef /unspecified/ const_iterator;
99 const_iterator begin() const noexcept;
100 const_iterator end() const noexcept;
101 const_iterator cbegin() const noexcept;
102 const_iterator cend() const noexcept;
107 iterator emplace_hint(const_iterator position, Args&&... args);
110 iterator insert(const_iterator hint, const value_type& obj);
111 iterator insert(const_iterator hint, value_type&& obj);
116 iterator erase(const_iterator position);
119 iterator erase(const_iterator first, const_iterator last);
[all …]
/NextBSD/contrib/libc++/include/ext/
Dhash_set40 typedef /unspecified/ const_iterator;
62 const_iterator begin() const;
63 const_iterator end() const;
69 void erase(const_iterator position);
71 void erase(const_iterator first, const_iterator last);
80 const_iterator find(const key_type& k) const;
83 pair<const_iterator, const_iterator> equal_range(const key_type& k) const;
126 typedef /unspecified/ const_iterator;
148 const_iterator begin() const;
149 const_iterator end() const;
[all …]
/NextBSD/contrib/libstdc++/include/debug/
Dmultiset.h67 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
68 multiset> const_iterator; typedef
75 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
111 const_iterator
113 { return const_iterator(_Base::begin(), this); } in begin()
119 const_iterator
121 { return const_iterator(_Base::end(), this); } in end()
219 const_iterator
221 { return const_iterator(_Base::find(__x), this); } in find()
231 const_iterator
[all …]
Dset.h67 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, set>
68 const_iterator; typedef
75 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
111 const_iterator
113 { return const_iterator(_Base::begin(), this); } in begin()
119 const_iterator
121 { return const_iterator(_Base::end(), this); } in end()
224 const_iterator
226 { return const_iterator(_Base::find(__x), this); } in find()
236 const_iterator
[all …]
Dmap.h67 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, map>
68 const_iterator; typedef
75 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
113 const_iterator
115 { return const_iterator(_Base::begin(), this); } in begin()
121 const_iterator
123 { return const_iterator(_Base::end(), this); } in end()
230 const_iterator
232 { return const_iterator(_Base::find(__x), this); } in find()
240 const_iterator
[all …]
Dmultimap.h67 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
68 multimap> const_iterator; typedef
75 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
111 const_iterator
113 { return const_iterator(_Base::begin(), this); } in begin()
119 const_iterator
121 { return const_iterator(_Base::end(), this); } in end()
217 const_iterator
219 { return const_iterator(_Base::find(__x), this); } in find()
227 const_iterator
[all …]
Dsafe_iterator.tcc45 typedef typename _Sequence::const_iterator const_iterator; in _M_can_advance() typedef
53 const_iterator __begin = in _M_can_advance()
63 const_iterator __end = in _M_can_advance()
123 typedef typename _Sequence::const_iterator const_iterator; in _M_invalidate_single() typedef
138 const_iterator* __victim = static_cast<const_iterator*>(__iter2); in _M_invalidate_single()
Dhash_multimap.h74 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
75 hash_multimap> const_iterator; typedef
130 const_iterator
132 { return const_iterator(_Base::begin(), this); } in begin()
134 const_iterator
136 { return const_iterator(_Base::end(), this); } in end()
158 const_iterator
160 { return const_iterator(_Base::find(__key), this); } in find()
174 std::pair<const_iterator, const_iterator>
177 typedef typename _Base::const_iterator _Base_iterator; in equal_range()
[all …]
/NextBSD/contrib/libucl/include/
Ducl++.h107 class const_iterator {
119 const_iterator(const Ucl &obj) { in const_iterator() function
125 const_iterator() {} in const_iterator() function
126 const_iterator(const const_iterator &other) { in const_iterator() function
129 ~const_iterator() {} in ~const_iterator()
131 const_iterator& operator=(const const_iterator &other) {
136 bool operator==(const const_iterator &other) const
145 bool operator!=(const const_iterator &other) const
150 const_iterator& operator++()
404 const_iterator begin() const in begin()
[all …]
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDDIE.h486 class const_iterator; variable
489 friend class const_iterator; variable
508 class const_iterator
509 : public iterator_facade_base<const_iterator, std::forward_iterator_tag,
514 const_iterator() = default;
516 const_iterator(typename IntrusiveBackList<T>::iterator X) : N(X.N) {} in const_iterator() function
517 explicit const_iterator(const T *N) : N(N) {} in const_iterator() function
519 const_iterator &operator++() {
527 bool operator==(const const_iterator &X) const { return N == X.N; }
528 bool operator!=(const const_iterator &X) const { return N != X.N; }
[all …]
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDCallGraph.h114 typedef FunctionMapTy::const_iterator const_iterator; typedef
121 inline const_iterator begin() const { return FunctionMap.begin(); } in begin()
122 inline const_iterator end() const { return FunctionMap.end(); } in end()
126 const_iterator I = FunctionMap.find(F);
133 const_iterator I = FunctionMap.find(F);
183 typedef std::vector<CallRecord>::const_iterator const_iterator; typedef
190 inline const_iterator begin() const { return CalledFunctions.begin(); } in begin()
191 inline const_iterator end() const { return CalledFunctions.end(); } in end()
331 typedef CallGraph::const_iterator const_iterator; typedef
338 inline const_iterator begin() const { return G->begin(); } in begin()
[all …]
HDDominanceFrontier.h72 typedef typename DomSetMapType::const_iterator const_iterator; typedef
74 const_iterator begin() const { return Frontiers.begin(); } in begin()
76 const_iterator end() const { return Frontiers.end(); } in end()
78 const_iterator find(BlockT *B) const { return Frontiers.find(B); } in find()
144 typedef DominanceFrontierBase<BasicBlock>::const_iterator const_iterator; typedef
162 const_iterator begin() const { return Base.begin(); } in begin()
166 const_iterator end() const { return Base.end(); } in end()
170 const_iterator find(BasicBlock *B) const { return Base.find(B); } in find()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Utility/
HDIterable.h33 template <typename C, typename E, E (*A)(typename C::const_iterator &)> class AdaptedConstIterator
36 typedef typename C::const_iterator BackingIterator;
155 template <typename C1, typename E1, E1 (*A1)(typename C1::const_iterator &)>
156 …friend AdaptedConstIterator<C1, E1, A1> operator+(typename C1::const_iterator::difference_type, Ad…
158 template <typename C1, typename E1, E1 (*A1)(typename C1::const_iterator &)>
159 …friend typename C1::const_iterator::difference_type operator-(AdaptedConstIterator<C1, E1, A1> &, …
161 template <typename C1, typename E1, E1 (*A1)(typename C1::const_iterator &)>
165 template <typename C, typename E, E (*A)(typename C::const_iterator &)>
171 template <typename C, typename E, E (*A)(typename C::const_iterator &)>
177 template <typename C, typename E, E (*A)(typename C::const_iterator &)>
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDRangeMap.h228 typename Collection::const_iterator pos, end, prev; in IsSorted()
383 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryIndexThatContains()
384 typename Collection::const_iterator end = m_entries.end(); in FindEntryIndexThatContains()
385 … typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan); in FindEntryIndexThatContains()
410 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContains()
411 typename Collection::const_iterator end = m_entries.end(); in FindEntryThatContains()
412 … typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan); in FindEntryThatContains()
438 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContains()
439 typename Collection::const_iterator end = m_entries.end(); in FindEntryThatContains()
440 … typename Collection::const_iterator pos = std::lower_bound (begin, end, range, BaseLessThan); in FindEntryThatContains()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDCallGraph.h70 typedef FunctionMapTy::const_iterator const_iterator; typedef
73 const_iterator begin() const { return FunctionMap.begin(); } in begin()
74 const_iterator end() const { return FunctionMap.end(); } in end()
87 typedef llvm::SetVector<CallGraphNode *>::const_iterator const_nodes_iterator;
148 typedef SmallVectorImpl<CallRecord>::const_iterator const_iterator; typedef
153 inline const_iterator begin() const { return CalledFunctions.begin(); } in begin()
154 inline const_iterator end() const { return CalledFunctions.end(); } in end()
193 typedef NodeType::const_iterator ChildIteratorType;
233 typedef mapped_iterator<clang::CallGraph::const_iterator,

12345678910>>...32