HomeSort by relevance Sort by last modified time
    Searched defs:const_iterator (Results 76 - 100 of 128) sorted by null

1 2 34 5 6

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
map.h 62 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, map>
63 const_iterator; typedef in class:std::__debug::map
70 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
141 const_iterator
143 { return const_iterator(_Base::begin(), this); }
149 const_iterator
151 { return const_iterator(_Base::end(), this); }
170 const_iterator
172 { return const_iterator(_Base::begin(), this); }
174 const_iterator
    [all...]
multimap.h 63 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
64 multimap> const_iterator; typedef in class:std::__debug::multimap
71 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
140 const_iterator
142 { return const_iterator(_Base::begin(), this); }
148 const_iterator
150 { return const_iterator(_Base::end(), this); }
169 const_iterator
171 { return const_iterator(_Base::begin(), this); }
173 const_iterator
    [all...]
multiset.h 62 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
63 multiset> const_iterator; typedef in class:std::__debug::multiset
70 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
137 const_iterator
139 { return const_iterator(_Base::begin(), this); }
145 const_iterator
147 { return const_iterator(_Base::end(), this); }
166 const_iterator
168 { return const_iterator(_Base::begin(), this); }
170 const_iterator
    [all...]
safe_iterator.h 84 typedef typename _Sequence::const_iterator const_iterator; typedef
85 return __is_same<const_iterator, _Safe_iterator>::value;
598 // operators but also operator- must accept mixed iterator/const_iterator
set.h 62 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, set>
63 const_iterator; typedef in class:std::__debug::set
70 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
137 const_iterator
139 { return const_iterator(_Base::begin(), this); }
145 const_iterator
147 { return const_iterator(_Base::end(), this); }
166 const_iterator
168 { return const_iterator(_Base::begin(), this); }
170 const_iterator
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 218 typedef const_point_iterator const_iterator; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
293 inline const_iterator
299 inline const_iterator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 138 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp>
191 typedef const_iterator_ const_iterator; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
260 inline const_iterator
266 inline const_iterator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rb_tree_map_/
rb_tree_.hpp 140 typedef typename base_type::const_iterator const_point_iterator;
142 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/splay_tree_/
splay_tree_.hpp 162 typedef typename base_type::const_iterator const_point_iterator;
164 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /external/webkit/JavaScriptCore/wtf/
HashTable.h 99 typedef HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits> const_iterator; typedef in class:WTF::HashTableConstIterator
140 HashTableConstIterator(const const_iterator& other)
146 const_iterator& operator=(const const_iterator& other)
166 const_iterator& operator++()
178 bool operator==(const const_iterator& other) const
183 bool operator!=(const const_iterator& other) const
199 void checkValidity(const const_iterator& other) const
206 void checkValidity(const const_iterator&) const { }
217 mutable const_iterator* m_next
227 typedef HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits> const_iterator; typedef in class:WTF::HashTableIterator
288 typedef HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits> const_iterator; typedef in class:WTF::HashTable
1079 typedef HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits> const_iterator; typedef
    [all...]
Vector.h 475 typedef const T* const_iterator; typedef in class:WTF::Vector
527 const_iterator begin() const { return data(); }
528 const_iterator end() const { return begin() + m_size; }
1004 typedef typename Vector<T, inlineCapacity>::const_iterator iterator;
  /external/stlport/stlport/stl/
_string_sum.h 90 typedef typename _BString::const_iterator const_iterator; typedef in class:__bstr_sum
104 const_iterator begin() const { return _M_get_storage().begin(); }
105 const_iterator end() const { return _M_get_storage().end(); }
  /external/stlport/stlport/stl/pointers/
_deque.h 36 typedef _Deque_iterator<_ValueT, _Const_traits<_ValueT> > const_iterator; typedef in struct:_DequeIteCast
58 static const_iterator to_value_type_cite (const_storage_iterator const& __ite) {
59 const_iterator tmp;
67 static const_storage_iterator to_storage_type_cite (const_iterator const& __ite) {
122 typedef _STLP_PRIV _Deque_iterator<value_type, _Const_traits<value_type> > const_iterator; typedef in class:deque
129 const_iterator begin() const { return ite_cast_traits::to_value_type_cite(_M_impl.begin()); }
130 const_iterator end() const { return ite_cast_traits::to_value_type_cite(_M_impl.end()); }
208 deque(const_iterator __first, const_iterator __last,
261 void assign(const_iterator __first, const_iterator __last
    [all...]
_set.h 97 typedef typename _Rep_type::const_iterator const_base_iterator;
105 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:set
119 static base_iterator _S_to_storage_ite(const_iterator __ite)
124 static base_iterator _S_to_storage_ite(const_iterator __ite)
183 set(const_iterator __first, const_iterator __last)
187 set(const_iterator __first, const_iterator __last,
213 const_iterator begin() const { return _S_to_value_ite(_M_t.begin());
352 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:multiset
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 90 typedef typename _BString::const_iterator const_iterator; typedef in class:__bstr_sum
104 const_iterator begin() const { return _M_get_storage().begin(); }
105 const_iterator end() const { return _M_get_storage().end(); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 36 typedef _Deque_iterator<_ValueT, _Const_traits<_ValueT> > const_iterator; typedef in struct:_DequeIteCast
58 static const_iterator to_value_type_cite (const_storage_iterator const& __ite) {
59 const_iterator tmp;
67 static const_storage_iterator to_storage_type_cite (const_iterator const& __ite) {
122 typedef _STLP_PRIV _Deque_iterator<value_type, _Const_traits<value_type> > const_iterator; typedef in class:deque
129 const_iterator begin() const { return ite_cast_traits::to_value_type_cite(_M_impl.begin()); }
130 const_iterator end() const { return ite_cast_traits::to_value_type_cite(_M_impl.end()); }
208 deque(const_iterator __first, const_iterator __last,
261 void assign(const_iterator __first, const_iterator __last
    [all...]
_set.h 97 typedef typename _Rep_type::const_iterator const_base_iterator;
105 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:set
119 static base_iterator _S_to_storage_ite(const_iterator __ite)
124 static base_iterator _S_to_storage_ite(const_iterator __ite)
183 set(const_iterator __first, const_iterator __last)
187 set(const_iterator __first, const_iterator __last,
213 const_iterator begin() const { return _S_to_value_ite(_M_t.begin());
352 typedef typename _Priv_Rep_type::const_iterator const_iterator; typedef in class:multiset
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_vector.h 188 const_iterator; typedef in class:vector
189 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
433 const_iterator
435 { return const_iterator(this->_M_impl._M_start); }
451 const_iterator
453 { return const_iterator(this->_M_impl._M_finish); }
497 const_iterator
499 { return const_iterator(this->_M_impl._M_start); }
506 const_iterator
508 { return const_iterator(this->_M_impl._M_finish);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
assoc_container.hpp 98 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::container_base
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 158 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp>
211 typedef const_iterator_ const_iterator; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
312 inline const_iterator
318 inline const_iterator
595 static const_iterator s_const_end_it;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 159 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp>
213 typedef const_iterator_ const_iterator; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
323 inline const_iterator
329 inline const_iterator
639 static const_iterator s_const_end_it;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 187 typedef const_point_iterator const_iterator; typedef in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
353 inline const_iterator
361 inline const_iterator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 128 typedef typename synth_e_access_traits::const_iterator const_e_iterator;
181 typedef typename Node_And_It_Traits::const_iterator const_point_iterator;
183 typedef const_point_iterator const_iterator; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
263 inline const_iterator
264 erase(const_iterator);
292 inline const_iterator
298 inline const_iterator
396 keys_diff_ind(typename e_access_traits::const_iterator, typename e_access_traits::const_iterator, typename e_access_traits::const_iterator, typename e_access_traits::const_iterator)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
throw_allocator.h 163 typedef map_type::const_iterator const_iterator; typedef in class:throw_allocator_base
338 const_iterator found_it = _S_map.find(p);
365 const_iterator found_it = _S_map.find(p);
390 const_iterator it = _S_map.begin();
419 const_iterator begin = throw_allocator_base::_S_map.begin();
420 const_iterator end = throw_allocator_base::_S_map.end();
  /external/protobuf/src/google/protobuf/
repeated_field.h 118 typedef const Element* const_iterator; typedef in class:google::protobuf::RepeatedField
121 const_iterator begin() const;
123 const_iterator end() const;
351 typedef internal::RepeatedPtrIterator<const Element> const_iterator; typedef in class:google::protobuf::RepeatedPtrField
354 const_iterator begin() const;
356 const_iterator end() const;
554 inline typename RepeatedField<Element>::const_iterator
564 inline typename RepeatedField<Element>::const_iterator
    [all...]

Completed in 922 milliseconds

1 2 34 5 6