HomeSort by relevance Sort by last modified time
    Searched full:const_iterator (Results 501 - 525 of 3365) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 54 typedef typename types_traits<Key, Data, Allocator, false>::pointer const_iterator; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
57 typedef const_iterator value_type;
58 typedef const_iterator const_reference;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 55 inline typename PB_DS_CLASS_C_DEC::const_iterator
74 inline typename PB_DS_CLASS_C_DEC::const_iterator
78 return const_iterator(NULL, NULL, const_cast<PB_DS_CLASS_C_DEC* const>(this));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 65 const_iterator prev_it = end();
67 for (const_iterator it = begin(); it != end(); ++it)
72 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 68 typedef typename _Base::const_iterator _BaseConstIte;
85 typedef _STLP_PRIV _List_iterator<value_type, _Const_traits<value_type> > const_iterator; typedef in class:list
138 list(const_iterator __first, const_iterator __last,
153 const_iterator begin() const { return const_iterator(_M_impl.begin()._M_node); }
156 const_iterator end() const { return const_iterator(_M_impl.end()._M_node); }
221 void insert(iterator __pos, const_iterator __first, const_iterator __last
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
deque 55 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,deque>
56 const_iterator;
66 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
159 const_iterator
161 { return const_iterator(_Base::begin(), this); }
167 const_iterator
169 { return const_iterator(_Base::end(), this); }
188 const_iterator
190 { return const_iterator(_Base::begin(), this); }
192 const_iterator
    [all...]
vector 51 typedef typename _Base::const_iterator _Base_const_iterator;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,vector>
61 const_iterator;
71 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
177 const_iterator
179 { return const_iterator(_Base::begin(), this); }
185 const_iterator
187 { return const_iterator(_Base::end(), this); }
206 const_iterator
208 { return const_iterator(_Base::begin(), this);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 54 typedef typename types_traits<Key, Data, Allocator, false>::pointer const_iterator; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
57 typedef const_iterator value_type;
58 typedef const_iterator const_reference;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 55 inline typename PB_DS_CLASS_C_DEC::const_iterator
74 inline typename PB_DS_CLASS_C_DEC::const_iterator
78 return const_iterator(NULL, NULL, const_cast<PB_DS_CLASS_C_DEC* const>(this));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 65 const_iterator prev_it = end();
67 for (const_iterator it = begin(); it != end(); ++it)
72 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 68 typedef typename _Base::const_iterator _BaseConstIte;
85 typedef _STLP_PRIV _List_iterator<value_type, _Const_traits<value_type> > const_iterator; typedef in class:list
138 list(const_iterator __first, const_iterator __last,
153 const_iterator begin() const { return const_iterator(_M_impl.begin()._M_node); }
156 const_iterator end() const { return const_iterator(_M_impl.end()._M_node); }
221 void insert(iterator __pos, const_iterator __first, const_iterator __last
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
deque 55 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,deque>
56 const_iterator;
66 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
159 const_iterator
161 { return const_iterator(_Base::begin(), this); }
167 const_iterator
169 { return const_iterator(_Base::end(), this); }
188 const_iterator
190 { return const_iterator(_Base::begin(), this); }
192 const_iterator
    [all...]
vector 51 typedef typename _Base::const_iterator _Base_const_iterator;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,vector>
61 const_iterator;
71 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
177 const_iterator
179 { return const_iterator(_Base::begin(), this); }
185 const_iterator
187 { return const_iterator(_Base::end(), this); }
206 const_iterator
208 { return const_iterator(_Base::begin(), this);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 54 typedef typename types_traits<Key, Data, Allocator, false>::pointer const_iterator; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
57 typedef const_iterator value_type;
58 typedef const_iterator const_reference;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 55 inline typename PB_DS_CLASS_C_DEC::const_iterator
74 inline typename PB_DS_CLASS_C_DEC::const_iterator
78 return const_iterator(NULL, NULL, const_cast<PB_DS_CLASS_C_DEC* const>(this));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 65 const_iterator prev_it = end();
67 for (const_iterator it = begin(); it != end(); ++it)
72 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 54 typedef typename types_traits<Key, Data, Allocator, false>::pointer const_iterator; typedef in struct:__gnu_pbds::detail::dumconst_node_iterator
57 typedef const_iterator value_type;
58 typedef const_iterator const_reference;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 55 inline typename PB_DS_CLASS_C_DEC::const_iterator
74 inline typename PB_DS_CLASS_C_DEC::const_iterator
78 return const_iterator(0, 0, const_cast<PB_DS_CLASS_C_DEC* const>(this));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 64 const_iterator prev_it = end();
66 for (const_iterator it = begin(); it != end(); ++it)
71 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 56 typedef typename __traits_type::pointer const_iterator; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
59 typedef const_iterator value_type;
60 typedef const_iterator const_reference;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 55 inline typename PB_DS_CLASS_C_DEC::const_iterator
74 inline typename PB_DS_CLASS_C_DEC::const_iterator
78 return const_iterator(0, 0, const_cast<PB_DS_CLASS_C_DEC* const>(this));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 61 const_iterator prev_it = end();
63 for (const_iterator it = begin(); it != end(); ++it)
68 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 68 typedef typename _Base::const_iterator _BaseConstIte;
85 typedef _STLP_PRIV _List_iterator<value_type, _Const_traits<value_type> > const_iterator; typedef in class:list
138 list(const_iterator __first, const_iterator __last,
153 const_iterator begin() const { return const_iterator(_M_impl.begin()._M_node); }
156 const_iterator end() const { return const_iterator(_M_impl.end()._M_node); }
221 void insert(iterator __pos, const_iterator __first, const_iterator __last
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
unordered_map 43 typedef /unspecified/ const_iterator;
90 const_iterator begin() const noexcept;
91 const_iterator end() const noexcept;
92 const_iterator cbegin() const noexcept;
93 const_iterator cend() const noexcept;
98 iterator emplace_hint(const_iterator position, Args&&... args);
102 iterator insert(const_iterator hint, const value_type& obj);
104 iterator insert(const_iterator hint, P&& obj);
109 iterator erase(const_iterator position);
111 iterator erase(const_iterator first, const_iterator last)
    [all...]
__tree     [all...]
  /external/chromium/net/http/
http_util.cc 218 std::string::const_iterator bytes_unit_begin = ranges_specifier.begin();
219 std::string::const_iterator bytes_unit_end = bytes_unit_begin +
221 std::string::const_iterator byte_range_set_begin = bytes_unit_end + 1;
222 std::string::const_iterator byte_range_set_end = ranges_specifier.end();
237 std::string::const_iterator first_byte_pos_begin =
239 std::string::const_iterator first_byte_pos_end =
253 std::string::const_iterator last_byte_pos_begin =
255 std::string::const_iterator last_byte_pos_end =
284 string::const_iterator it =
330 bool HttpUtil::IsNonCoalescingHeader(string::const_iterator name_begin
    [all...]

Completed in 628 milliseconds

<<21222324252627282930>>