Searched refs:const_iterator (Results 301 - 325 of 4405) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/containers/sequences/vector.bool/
H A Dconstruct_size_value.pass.cpp27 for (typename C::const_iterator i = c.cbegin(), e = c.cend(); i != e; ++i)
H A Dconstruct_size_value_alloc.pass.cpp29 for (typename C::const_iterator i = c.cbegin(), e = c.cend(); i != e; ++i)
/external/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
H A Derase_range.pass.cpp16 // iterator erase(const_iterator first, const_iterator last)
39 C::const_iterator i = c.find(2);
40 C::const_iterator j = next(i, 1);
76 C::const_iterator i = c.find(2);
77 C::const_iterator j = next(i, 1);
/external/libcxx/test/containers/unord/unord.multiset/
H A Derase_range.pass.cpp16 // iterator erase(const_iterator first, const_iterator last)
38 C::const_iterator i = c.find(2);
39 C::const_iterator j = next(i, 2);
73 C::const_iterator i = c.find(2);
74 C::const_iterator j = next(i, 2);
/external/libcxx/test/containers/unord/unord.set/
H A Derase_range.pass.cpp16 // iterator erase(const_iterator first, const_iterator last)
38 C::const_iterator i = c.find(2);
39 C::const_iterator j = next(i);
72 C::const_iterator i = c.find(2);
73 C::const_iterator j = next(i);
/external/libcxx/test/re/re.submatch/re.submatch.op/
H A Dstream.pass.cpp27 typedef std::sub_match<typename string::const_iterator> SM;
/external/libcxx/test/strings/basic.string/string.iterators/
H A Dbegin.pass.cpp13 // const_iterator begin() const;
26 typename S::const_iterator cb = cs.begin();
/external/llvm/include/llvm/Analysis/
H A DIVUsers.h161 typedef ilist<IVStrideUse>::const_iterator const_iterator; typedef in class:llvm::IVUsers
164 const_iterator begin() const { return IVUses.begin(); }
165 const_iterator end() const { return IVUses.end(); }
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h195 typedef Segments::const_iterator const_iterator;
196 const_iterator begin() const { return segments.begin(); }
197 const_iterator end() const { return segments.end(); }
203 typedef VNInfoList::const_iterator const_vni_iterator;
229 const_iterator find(SlotIndex Pos) const {
331 const_iterator r = find(index);
338 const_iterator I = FindSegmentContaining(Idx);
351 const_iterator I = FindSegmentContaining(Idx);
359 const_iterator
[all...]
H A DLivePhysRegs.h128 typedef SparseSet<unsigned>::const_iterator const_iterator; typedef in class:llvm::LivePhysRegs
129 const_iterator begin() const { return LiveRegs.begin(); }
130 const_iterator end() const { return LiveRegs.end(); }
/external/llvm/lib/Analysis/
H A DTrace.cpp37 for (const_iterator i = begin(), e = end(); i != e; ++i) {
/external/oprofile/libutil++/
H A Dglob_filter.cpp29 vector<string>::const_iterator cit;
H A Dstring_filter.cpp39 vector<string>::const_iterator cit;
/external/stlport/test/eh/
H A Dtest_push_front.h38 typename C::const_iterator next = c.begin();
/external/webrtc/src/system_wrappers/source/
H A Dmap.cc76 std::map<int, MapItem*>::const_iterator it = map_.begin();
100 std::map<int, MapItem*>::const_iterator it = map_.find(item->item_id_);
119 std::map<int, MapItem*>::const_iterator it = map_.find(item->item_id_);
131 std::map<int, MapItem*>::const_iterator it = map_.find(id);
/external/chromium_org/chrome/browser/spellchecker/
H A Dfeedback.cc52 for (std::vector<uint32>::const_iterator hash_it = removed_hashes.begin();
64 RendererHashesMap::const_iterator renderer_it =
72 RendererHashesMap::const_iterator renderer_it =
77 for (HashCollection::const_iterator hash_it = renderer_hashes.begin();
80 HashMisspellingMap::const_iterator misspelling_it =
94 for (HashCollection::const_iterator hash_it = renderer_hashes.begin();
144 for (RendererHashesMap::const_iterator renderer_it = renderers_.begin();
164 for (HashMisspellingMap::const_iterator misspelling_it =
181 const TextHashesMap::const_iterator text_it = text_.find(misspelled_text);
/external/lldb/source/Breakpoint/
H A DWatchpointList.cpp63 wp_collection::const_iterator pos, end = m_watchpoints.end();
76 wp_collection::const_iterator pos, end = m_watchpoints.end();
94 wp_collection::const_iterator pos, end = m_watchpoints.end();
129 WatchpointList::wp_collection::const_iterator
141 wp_collection::const_iterator pos = GetIDConstIterator(watch_id);
177 wp_collection::const_iterator pos = m_watchpoints.begin();
191 wp_collection::const_iterator pos = m_watchpoints.begin();
202 wp_collection::const_iterator pos, end = m_watchpoints.end();
233 wp_collection::const_iterator pos, end = m_watchpoints.end();
/external/stlport/stlport/stl/
H A D_hash_map.h76 typedef typename _Ht::const_iterator const_iterator; typedef in class:hash_map
148 hash_map(const_iterator __f, const_iterator __l)
151 hash_map(const_iterator __f, const_iterator __l, size_type __n)
154 hash_map(const_iterator __f, const_iterator __l, size_type __n,
158 hash_map(const_iterator __f, const_iterator __
267 typedef typename _Ht::const_iterator const_iterator; typedef in class:hash_multimap
[all...]
H A D_hash_set.h70 typedef typename _Ht::const_iterator const_iterator; typedef in class:hash_set
149 hash_set(const_iterator __f, const_iterator __l)
152 hash_set(const_iterator __f, const_iterator __l, size_type __n)
155 hash_set(const_iterator __f, const_iterator __l, size_type __n,
159 hash_set(const_iterator __f, const_iterator __
256 typedef typename _Ht::const_iterator const_iterator; typedef in class:hash_multiset
[all...]
/external/chromium_org/extensions/browser/api/declarative/
H A Ddeclarative_rule.h64 typedef typename Conditions::const_iterator const_iterator; typedef in class:extensions::DeclarativeConditionSet
79 const_iterator begin() const { return conditions_.begin(); }
80 const_iterator end() const { return conditions_.end(); }
281 for (typename std::vector<const ConditionT*>::const_iterator it =
290 typename URLMatcherIdToCondition::const_iterator triggered =
299 for (typename Conditions::const_iterator i = conditions_.begin();
315 for (AnyVector::const_iterator i = conditions.begin();
329 for (typename Conditions::const_iterator i = result.begin();
336 for (url_matcher::URLMatcherConditionSet::Vector::const_iterator
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocation.cpp223 GeoNotifierSet::const_iterator end = m_requestsAwaitingCachedPosition.end();
224 for (GeoNotifierSet::const_iterator iter = m_requestsAwaitingCachedPosition.begin(); iter != end; ++iter) {
310 GeoNotifierVector::const_iterator end = notifiers.end();
311 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it)
317 GeoNotifierVector::const_iterator end = notifiers.end();
318 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it)
324 GeoNotifierVector::const_iterator end = notifiers.end();
325 for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it)
353 GeoNotifierVector::const_iterator end = notifiers.end();
354 for (GeoNotifierVector::const_iterator i
[all...]
/external/chromium_org/components/invalidation/
H A Dregistration_manager.cc80 for (ObjectIdSet::const_iterator it = to_unregister.begin();
85 for (ObjectIdSet::const_iterator it = to_register.begin();
102 RegistrationStatusMap::const_iterator it = registration_statuses_.find(id);
118 for (RegistrationStatusMap::const_iterator it =
129 RegistrationStatusMap::const_iterator it = registration_statuses_.find(id);
165 for (RegistrationStatusMap::const_iterator it =
185 for (RegistrationStatusMap::const_iterator it =
205 RegistrationStatusMap::const_iterator it = registration_statuses_.find(id);
259 RegistrationStatusMap::const_iterator it = registration_statuses_.find(id);
286 for (RegistrationStatusMap::const_iterator i
[all...]
/external/lldb/source/Target/
H A DPathMappingList.cpp93 const_iterator pos, end = rhs.m_pairs.end();
188 const_iterator pos, end = m_pairs.end();
210 const_iterator pos, end = m_pairs.end();
235 const_iterator pos, end = m_pairs.end();
290 PathMappingList::const_iterator
293 const_iterator pos;
294 const_iterator begin = m_pairs.begin();
295 const_iterator end = m_pairs.end();
337 const_iterator pos;
338 const_iterator begi
[all...]
/external/chromium_org/ash/wm/
H A Dresize_shadow_controller.cc18 for (WindowShadowMap::const_iterator it = window_shadows_.begin();
68 WindowShadowMap::const_iterator it = window_shadows_.find(window);
H A Droot_window_layout_manager.cc35 aura::Window::Windows::const_iterator i;
38 aura::Window::Windows::const_iterator j;

Completed in 2287 milliseconds

<<11121314151617181920>>