HomeSort by relevance Sort by last modified time
    Searched defs:iterator (Results 1251 - 1275 of 3929) sorted by null

<<51525354555657585960>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h 115 /// Iterator-related typedefs.
120 typedef typename _Hashtable::iterator iterator; typedef in class:unordered_map
147 * @param __first An input iterator.
148 * @param __last An input iterator.
244 * Returns a read/write iterator that points to the first element in the
247 iterator
253 * Returns a read-only (constant) iterator that points to the first
266 * Returns a read/write iterator that points one past the last element in
269 iterator
801 typedef typename _Hashtable::iterator iterator; typedef in class:unordered_multimap
    [all...]
unordered_set.h 110 /// Iterator-related typedefs.
115 typedef typename _Hashtable::iterator iterator; typedef in class:unordered_set
141 * @param __first An input iterator.
142 * @param __last An input iterator.
239 * Returns a read-only (constant) iterator that points to the first
242 iterator
253 * Returns a read-only (constant) iterator that points one past the last
256 iterator
266 * Returns a read-only (constant) iterator that points to the firs
720 typedef typename _Hashtable::iterator iterator; typedef in class:unordered_multiset
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
map.h 50 typedef typename _Base::iterator _Base_iterator;
63 iterator; typedef in class:__debug::map
71 typedef std::reverse_iterator<iterator> reverse_iterator;
142 iterator
144 { return iterator(_Base::begin(), this); }
150 iterator
152 { return iterator(_Base::end(), this); }
207 std::pair<iterator, bool>
211 return std::pair<iterator, bool>(iterator(__res.first, this)
    [all...]
multimap.h 51 typedef typename _Base::iterator _Base_iterator;
64 iterator; typedef in class:__debug::multimap
72 typedef std::reverse_iterator<iterator> reverse_iterator;
141 iterator
143 { return iterator(_Base::begin(), this); }
149 iterator
151 { return iterator(_Base::end(), this); }
199 iterator
202 return iterator(_Base::emplace(std::forward<_Args>(__args)...), this);
206 iterator
    [all...]
multiset.h 50 typedef typename _Base::iterator _Base_iterator;
63 iterator; typedef in class:__debug::multiset
71 typedef std::reverse_iterator<iterator> reverse_iterator;
140 iterator
142 { return iterator(_Base::begin(), this); }
148 iterator
150 { return iterator(_Base::end(), this); }
198 iterator
201 return iterator(_Base::emplace(std::forward<_Args>(__args)...), this);
205 iterator
    [all...]
set.h 50 typedef typename _Base::iterator _Base_iterator;
63 iterator; typedef in class:__debug::set
71 typedef std::reverse_iterator<iterator> reverse_iterator;
140 iterator
142 { return iterator(_Base::begin(), this); }
148 iterator
150 { return iterator(_Base::end(), this); }
198 std::pair<iterator, bool>
202 return std::pair<iterator, bool>(iterator(__res.first, this)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 158 typedef point_iterator iterator; typedef in class:__gnu_pbds::detail::PB_DS_BIN_TREE_NAME
216 inline iterator
222 inline iterator
270 inline iterator
273 inline iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 133 typedef const_iterator iterator; typedef in class:__gnu_pbds::detail::binary_heap
187 inline iterator
193 inline iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 42 #include <iterator>
127 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp>
172 typedef iterator_ iterator; typedef in class:__gnu_pbds::detail::PB_DS_LU_NAME
176 typedef const_iterator_ iterator; typedef in class:__gnu_pbds::detail::PB_DS_LU_NAME
245 inline iterator
251 inline iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
base.h 301 * If features the usual random-access iterator functionality.
365 typedef _PseudoSequenceIterator<_Tp, uint64_t> iterator; typedef in class:__gnu_parallel::_PseudoSequence
374 /** @brief Begin iterator. */
375 iterator
377 { return iterator(_M_val, 0); }
379 /** @brief End iterator. */
380 iterator
382 { return iterator(_M_val, _M_count); }
391 * @param __a First iterator.
392 * @param __b Second iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
map.h 56 typedef typename _Base::iterator iterator; typedef in class:__profile::map
62 typedef std::reverse_iterator<iterator> reverse_iterator;
139 iterator
147 iterator
246 std::pair<iterator, bool>
251 return std::pair<iterator, bool>(iterator(__res.first),
256 iterator
268 std::pair<iterator, bool
    [all...]
multimap.h 56 typedef typename _Base::iterator iterator; typedef in class:__profile::multimap
132 iterator
134 { return iterator(_Base::begin()); }
140 iterator
142 { return iterator(_Base::end()); }
190 iterator
193 return iterator(_Base::emplace(std::forward<_Args>(__args)...));
197 iterator
200 return iterator(_Base::emplace_hint(__pos
    [all...]
multiset.h 56 typedef typename _Base::iterator iterator; typedef in class:__profile::multiset
132 iterator
134 { return iterator(_Base::begin()); }
140 iterator
142 { return iterator(_Base::end()); }
190 iterator
192 { return iterator(_Base::emplace(std::forward<_Args>(__args)...)); }
195 iterator
198 return iterator(_Base::emplace_hint(__pos
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_bvector.h 137 : public std::iterator<std::random_access_iterator_tag, bool>
218 typedef _Bit_iterator iterator; typedef in struct:_Bit_iterator
229 iterator&
236 iterator
239 iterator __tmp = *this;
244 iterator&
251 iterator
254 iterator __tmp = *this;
259 iterator&
266 iterator
    [all...]
stl_map.h 147 typedef typename _Rep_type::iterator iterator; typedef in class:map
215 * @param __first An input iterator.
216 * @param __last An input iterator.
230 * @param __first An input iterator.
231 * @param __last An input iterator.
315 * Returns a read/write iterator that points to the first pair in the
319 iterator
324 * Returns a read-only (constant) iterator that points to the first pair
333 * Returns a read/write iterator that points one past the las
    [all...]
stl_multimap.h 145 typedef typename _Rep_type::iterator iterator; typedef in class:multimap
211 * @param __first An input iterator.
212 * @param __last An input iterator.
225 * @param __first An input iterator.
226 * @param __last An input iterator.
309 * Returns a read/write iterator that points to the first pair in the
313 iterator
318 * Returns a read-only (constant) iterator that points to the first pair
327 * Returns a read/write iterator that points one past the last pair i
    [all...]
stl_multiset.h 124 // DR 103. set::iterator is required to be modifiable,
126 typedef typename _Rep_type::const_iterator iterator; typedef in class:multiset
152 * @param __first An input iterator.
153 * @param __last An input iterator.
166 * @param __first An input iterator.
167 * @param __last An input iterator.
290 * Returns a read-only (constant) iterator that points to the first
294 iterator
299 * Returns a read-only (constant) iterator that points one past the last
303 iterator
    [all...]
stl_set.h 119 /// Iterator-related typedefs.
125 // DR 103. set::iterator is required to be modifiable,
127 typedef typename _Rep_type::const_iterator iterator; typedef in class:set
154 * @param __first An input iterator.
155 * @param __last An input iterator.
169 * @param __first An input iterator.
170 * @param __last An input iterator.
293 * Returns a read-only (constant) iterator that points to the first
297 iterator
302 * Returns a read-only (constant) iterator that points one past the las
    [all...]
unordered_map.h 115 /// Iterator-related typedefs.
120 typedef typename _Hashtable::iterator iterator; typedef in class:unordered_map
147 * @param __first An input iterator.
148 * @param __last An input iterator.
244 * Returns a read/write iterator that points to the first element in the
247 iterator
253 * Returns a read-only (constant) iterator that points to the first
266 * Returns a read/write iterator that points one past the last element in
269 iterator
801 typedef typename _Hashtable::iterator iterator; typedef in class:unordered_multimap
    [all...]
unordered_set.h 110 /// Iterator-related typedefs.
115 typedef typename _Hashtable::iterator iterator; typedef in class:unordered_set
141 * @param __first An input iterator.
142 * @param __last An input iterator.
239 * Returns a read-only (constant) iterator that points to the first
242 iterator
253 * Returns a read-only (constant) iterator that points one past the last
256 iterator
266 * Returns a read-only (constant) iterator that points to the firs
720 typedef typename _Hashtable::iterator iterator; typedef in class:unordered_multiset
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
map.h 50 typedef typename _Base::iterator _Base_iterator;
63 iterator; typedef in class:__debug::map
71 typedef std::reverse_iterator<iterator> reverse_iterator;
142 iterator
144 { return iterator(_Base::begin(), this); }
150 iterator
152 { return iterator(_Base::end(), this); }
207 std::pair<iterator, bool>
211 return std::pair<iterator, bool>(iterator(__res.first, this)
    [all...]
multimap.h 51 typedef typename _Base::iterator _Base_iterator;
64 iterator; typedef in class:__debug::multimap
72 typedef std::reverse_iterator<iterator> reverse_iterator;
141 iterator
143 { return iterator(_Base::begin(), this); }
149 iterator
151 { return iterator(_Base::end(), this); }
199 iterator
202 return iterator(_Base::emplace(std::forward<_Args>(__args)...), this);
206 iterator
    [all...]
multiset.h 50 typedef typename _Base::iterator _Base_iterator;
63 iterator; typedef in class:__debug::multiset
71 typedef std::reverse_iterator<iterator> reverse_iterator;
140 iterator
142 { return iterator(_Base::begin(), this); }
148 iterator
150 { return iterator(_Base::end(), this); }
198 iterator
201 return iterator(_Base::emplace(std::forward<_Args>(__args)...), this);
205 iterator
    [all...]
set.h 50 typedef typename _Base::iterator _Base_iterator;
63 iterator; typedef in class:__debug::set
71 typedef std::reverse_iterator<iterator> reverse_iterator;
140 iterator
142 { return iterator(_Base::begin(), this); }
148 iterator
150 { return iterator(_Base::end(), this); }
198 std::pair<iterator, bool>
202 return std::pair<iterator, bool>(iterator(__res.first, this)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 158 typedef point_iterator iterator; typedef in class:__gnu_pbds::detail::PB_DS_BIN_TREE_NAME
216 inline iterator
222 inline iterator
270 inline iterator
273 inline iterator

Completed in 851 milliseconds

<<51525354555657585960>>