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

<<41424344454647484950>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 207 const_iterator prev_it = end();
208 for (const_iterator it = begin(); it != end(); ++it)
212 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
232 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tree_policy.hpp 85 typedef typename const_node_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
88 // Finds an entry by __order. Returns a const_iterator to the
89 // entry with the __order order, or a const_iterator to the
92 inline const_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 207 const_iterator prev_it = end();
208 for (const_iterator it = begin(); it != end(); ++it)
212 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
232 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
tree_policy.hpp 85 typedef typename const_node_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
88 // Finds an entry by __order. Returns a const_iterator to the
89 // entry with the __order order, or a const_iterator to the
92 inline const_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_grep_matcher.tcc 50 for (std::__regex::_StateSet::const_iterator __i = __s.begin();
71 std::__regex::_StateSet::const_iterator __first = __s.begin();
72 std::__regex::_StateSet::const_iterator __second = __t.begin();
136 for (_StateSet::const_iterator __i = __s.begin(); __i != __s.end(); ++__i)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 207 const_iterator prev_it = end();
208 for (const_iterator it = begin(); it != end(); ++it)
212 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
232 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
tree_policy.hpp 86 typedef typename const_node_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
89 // Finds an entry by __order. Returns a const_iterator to the
90 // entry with the __order order, or a const_iterator to the
93 inline const_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_grep_matcher.tcc 50 for (std::__regex::_StateSet::const_iterator __i = __s.begin();
71 std::__regex::_StateSet::const_iterator __first = __s.begin();
72 std::__regex::_StateSet::const_iterator __second = __t.begin();
136 for (_StateSet::const_iterator __i = __s.begin(); __i != __s.end(); ++__i)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
tree_policy.hpp 79 typedef typename node_const_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
82 /// Finds an entry by __order. Returns a const_iterator to the
83 /// entry with the __order order, or a const_iterator to the
86 inline const_iterator
  /external/chromium/chrome/browser/chromeos/
network_message_observer.cc 186 for (WifiNetworkVector::const_iterator it = cros->wifi_networks().begin();
196 for (CellularNetworkVector::const_iterator it =
208 for (VirtualNetworkVector::const_iterator it =
220 for (WifiNetworkVector::const_iterator it = cros->wifi_networks().begin();
223 for (CellularNetworkVector::const_iterator it =
227 for (VirtualNetworkVector::const_iterator it =
265 CellularDataPlanVector::const_iterator iter = plans->begin();
  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc 108 for (std::set<std::string>::const_iterator it = plugins.begin();
133 for (std::vector<ContentSettingBubbleModel::PopupItem>::const_iterator
171 for (ContentSettingBubbleModel::RadioItems::const_iterator i =
189 for (std::vector<GtkWidget*>::const_iterator i = radio_group_gtk_.begin();
196 for (std::vector<ContentSettingBubbleModel::DomainList>::const_iterator i =
207 for (std::set<std::string>::const_iterator j = i->hosts.begin();
291 for (ContentSettingBubbleGtk::RadioGroupGtk::const_iterator i =
  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.cc 151 for (RadioGroup::const_iterator i = radio_group_.begin();
177 PopupLinks::const_iterator i(popup_links_.find(source));
217 for (std::set<std::string>::const_iterator it = plugins.begin();
241 for (std::vector<ContentSettingBubbleModel::PopupItem>::const_iterator
261 for (ContentSettingBubbleModel::RadioItems::const_iterator i =
289 for (std::vector<ContentSettingBubbleModel::DomainList>::const_iterator i =
297 for (std::set<std::string>::const_iterator j = i->hosts.begin();
  /external/chromium/net/spdy/
spdy_session_pool.cc 166 SpdySessionsMap::const_iterator spdy_session_pool_it = sessions_.begin();
167 for (SpdySessionsMap::const_iterator it = sessions_.begin();
170 for (SpdySessionList::const_iterator session = sessions->begin();
219 SpdyAliasMap::const_iterator it = aliases_.find(endpoint);
302 SpdySessionsMap::const_iterator it = sessions_.find(pair);
385 for (SpdySessionsMap::const_iterator it = old_map.begin();
412 SpdySessionsMap::const_iterator map_it = sessions_.begin();
  /prebuilts/gcc/linux-x86/host/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();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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/chromium/net/websockets/
websocket_handshake_handler.cc 57 bool GetHeaderName(std::string::const_iterator line_begin,
58 std::string::const_iterator line_end,
59 std::string::const_iterator* name_begin,
60 std::string::const_iterator* name_end) {
61 std::string::const_iterator colon = std::find(line_begin, line_end, ':');
83 std::string::const_iterator line_begin = lines.token_begin();
84 std::string::const_iterator line_end = lines.token_end();
85 std::string::const_iterator name_begin;
86 std::string::const_iterator name_end;
363 for (spdy::SpdyHeaderBlock::const_iterator iter = headers.begin()
    [all...]
  /external/oprofile/libpp/
profile_spec.cpp 193 parse_table_t::const_iterator it = parse_table.find(tag);
310 list<string>::const_iterator it = args.begin();
311 list<string>::const_iterator end = args.end();
332 vector<string>::const_iterator ip_it = image_path.begin();
344 vector<string>::const_iterator im = temp_image_or_lib.begin();
345 vector<string>::const_iterator last = temp_image_or_lib.end();
523 vector<string>::const_iterator cit = sessions.begin();
524 vector<string>::const_iterator end = sessions.end();
546 list<string>::const_iterator it = files.begin();
547 list<string>::const_iterator fend = files.end()
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
PropertyMapHashTable.h 91 // This is the implementation for 'iterator' and 'const_iterator',
137 typedef ordered_iterator<const ValueType> const_iterator; typedef in class:JSC::PropertyTable
153 const_iterator begin() const;
154 const_iterator end() const;
281 const_iterator end = other.end();
282 for (const_iterator iter = other.begin(); iter != end; ++iter) {
314 inline PropertyTable::const_iterator PropertyTable::begin() const
316 return const_iterator(skipDeletedEntries(table()));
319 inline PropertyTable::const_iterator PropertyTable::end() const
321 return const_iterator(table() + usedCount())
    [all...]
  /external/webkit/Source/WebCore/wml/
WMLSelectElement.cpp 331 Vector<unsigned>::const_iterator end = m_defaultOptionIndices.end();
332 for (Vector<unsigned>::const_iterator it = m_defaultOptionIndices.begin(); it != end; ++it)
434 Vector<String>::const_iterator end = indexStrings.end();
435 for (Vector<String>::const_iterator it = indexStrings.begin(); it != end; ++it) {
466 Vector<String>::const_iterator end = indexStrings.end();
467 for (Vector<String>::const_iterator it = indexStrings.begin(); it != end; ++it) {
497 Vector<unsigned>::const_iterator end = m_defaultOptionIndices.end();
498 for (Vector<unsigned>::const_iterator it = m_defaultOptionIndices.begin(); it != end; ++it) {
524 Vector<unsigned>::const_iterator end = m_defaultOptionIndices.end();
525 for (Vector<unsigned>::const_iterator it = m_defaultOptionIndices.begin(); it != end; ++it)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
unordered_map 68 typedef typename _Base::const_iterator const_iterator;
181 emplace_hint(const_iterator __it, _Args&&... __args)
208 insert(const_iterator __iter, const value_type& __v)
233 insert(const_iterator __iter, _Pair&& __v)
369 typedef typename _Base::const_iterator const_iterator;
470 emplace_hint(const_iterator __it, _Args&&... __args)
497 insert(const_iterator __iter, const value_type& __v)
521 insert(const_iterator __iter, _Pair&& __v
    [all...]
unordered_set 67 typedef typename _Base::const_iterator const_iterator;
180 emplace_hint(const_iterator __it, _Args&&... __args)
207 insert(const_iterator __iter, const value_type& __v)
225 insert(const_iterator __iter, value_type&& __v)
335 typedef typename _Base::const_iterator const_iterator;
442 emplace_hint(const_iterator __it, _Args&&... __args)
469 insert(const_iterator __iter, const value_type& __v)
487 insert(const_iterator __iter, value_type&& __v
    [all...]
  /external/chromium/chrome/browser/
background_application_list_model.cc 75 for (ExtensionList::const_iterator cursor = extensions->begin();
202 ApplicationMap::const_iterator found = applications_.find(id);
226 for (ExtensionList::const_iterator cursor = extensions_.begin();
302 ExtensionList::const_iterator old_cursor = extensions_.begin();
303 ExtensionList::const_iterator new_cursor = extensions.begin();

Completed in 750 milliseconds

<<41424344454647484950>>