Searched refs:const_iterator (Results 201 - 225 of 1542) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/ADT/
H A DUniqueVector.h55 typename std::map<T, unsigned>::const_iterator MI = Map.find(Entry);
/external/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h85 SelectionsMap::const_iterator sItr = selections.find(nItr);
/external/llvm/lib/Analysis/
H A DDominanceFrontier.cpp79 for (DomTreeNode::const_iterator NI = currentNode->begin(),
99 DomSetType::const_iterator CDFI = S.begin(), CDFE = S.end();
114 for (const_iterator I = begin(), E = end(); I != E; ++I) {
124 for (std::set<BasicBlock*>::const_iterator I = BBs.begin(), E = BBs.end();
/external/oprofile/libpp/
H A Dsample_container.h31 typedef samples_storage::const_iterator samples_iterator;
/external/stlport/test/eh/
H A Dtest.cpp8 typename T::const_iterator it;
/external/stlport/test/unit/
H A Dmultiset_test.cpp76 //Check const_iterator on a mutable multiset
77 mset::const_iterator ci;
82 pair<mset::const_iterator, mset::const_iterator> cp;
89 //Check const_iterator on a const multiset
109 fn_mset::const_iterator i = s1.begin();
/external/webkit/Source/WebCore/bindings/js/
H A DPageScriptDebugServer.cpp160 HashSet<Page*>::const_iterator end = pages.end();
161 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it)
204 HashSet<RefPtr<Widget> >::const_iterator end = children->end();
205 for (HashSet<RefPtr<Widget> >::const_iterator it = children->begin(); it != end; ++it) {
/external/webkit/Source/WebCore/bridge/
H A Druntime_root.cpp56 RootObjectSet::const_iterator end = rootObjectSet()->end();
57 for (RootObjectSet::const_iterator it = rootObjectSet()->begin(); it != end; ++it) {
66 RootObjectSet::const_iterator end = rootObjectSet()->end();
67 for (RootObjectSet::const_iterator it = rootObjectSet()->begin(); it != end; ++it) {
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCache.cpp183 ResourceMap::const_iterator end = m_resources.end();
184 for (ResourceMap::const_iterator it = m_resources.begin(); it != end; ++it)
213 HashMap<String, RefPtr<ApplicationCacheResource> >::const_iterator end = m_resources.end();
215 for (HashMap<String, RefPtr<ApplicationCacheResource> >::const_iterator it = m_resources.begin(); it != end; ++it) {
/external/webkit/Source/WebCore/rendering/
H A DVerticalPositionCache.h48 const HashMap<RenderObject*, int>::const_iterator it = mapToCheck.find(renderer);
/external/webkit/Source/WebCore/svg/
H A DSVGFontElement.cpp111 const UnicodeRanges::const_iterator end = ranges.end();
112 for (UnicodeRanges::const_iterator it = ranges.begin(); it != end; ++it) {
150 KerningPairVector::const_iterator it = kerningPairs.end() - 1;
151 const KerningPairVector::const_iterator begin = kerningPairs.begin() - 1;
H A DSVGPathByteStream.h60 typedef Data::const_iterator DataIterator;
/external/webkit/Tools/MiniBrowser/win/
H A DMiniBrowser.cpp76 for (std::set<BrowserWindow*>::const_iterator it = m_browserWindows.begin(), end = m_browserWindows.end(); it != end; ++it) {
/external/llvm/unittests/Support/
H A DPath.cpp88 for (SmallVector<StringRef, 40>::const_iterator i = paths.begin(),
92 for (sys::path::const_iterator ci = sys::path::begin(*i),
261 v_t::const_iterator a0 = std::find(visited.begin(), visited.end(), "a0");
262 v_t::const_iterator aa1 = std::find(visited.begin(), visited.end(), "aa1");
263 v_t::const_iterator ab1 = std::find(visited.begin(), visited.end(), "ab1");
264 v_t::const_iterator dontlookhere = std::find(visited.begin(), visited.end(),
266 v_t::const_iterator da1 = std::find(visited.begin(), visited.end(), "da1");
267 v_t::const_iterator z0 = std::find(visited.begin(), visited.end(), "z0");
268 v_t::const_iterator za1 = std::find(visited.begin(), visited.end(), "za1");
269 v_t::const_iterator po
[all...]
/external/stlport/stlport/stl/debug/
H A D_deque.h70 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator; typedef in class:deque
91 const_iterator begin() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.begin()); }
92 const_iterator end() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.end()); }
183 deque(const_iterator __first, const_iterator __last,
225 void assign(const_iterator __first, const_iterator __last) {
334 const_iterator __firs
[all...]
H A D_vector.h121 _STLP_PRIV _DbgTraits<_STLP_PRIV _Vector_const_traits<value_type, typename _Base::iterator> > > const_iterator; typedef in class:vector
147 const_iterator begin() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.begin()); }
149 const_iterator end() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.end()); }
227 vector(const_iterator __first, const_iterator __last ,
314 const_iterator __first, const_iterator __last) {
395 void assign(const_iterator __firs
[all...]
/external/chromium/chrome/browser/autofill/
H A Daddress_field.cc79 std::vector<AutofillField*>::const_iterator* iter,
86 std::vector<AutofillField*>::const_iterator q = *iter;
176 std::vector<AutofillField*>::const_iterator* iter,
196 std::vector<AutofillField*>::const_iterator* iter,
257 std::vector<AutofillField*>::const_iterator* iter,
279 std::vector<AutofillField*>::const_iterator* iter,
334 std::vector<AutofillField*>::const_iterator* iter,
355 std::vector<AutofillField*>::const_iterator* iter,
H A Dform_structure.h104 std::vector<AutofillField*>::const_iterator begin() const {
107 std::vector<AutofillField*>::const_iterator end() const {
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_index.h104 void CombineMatchesInPlace(const Index::const_iterator& index_i,
116 void CombineMatches(const Index::const_iterator& index_i,
/external/chromium/chrome/browser/
H A Dcommand_updater.cc33 const CommandMap::const_iterator command(commands_.find(id));
79 for (CommandMap::const_iterator it = commands_.begin();
/external/chromium/net/base/
H A Dhost_mapping_rules.cc34 for (ExclusionRuleList::const_iterator it = exclusion_rules_.begin();
42 for (MapRuleList::const_iterator it = map_rules_.begin();
H A Dpem_tokenizer.cc45 std::vector<PEMType>::const_iterator it;
95 for (std::vector<std::string>::const_iterator it =
/external/llvm/include/llvm/
H A DModule.h131 typedef GlobalListType::const_iterator const_global_iterator;
136 typedef FunctionListType::const_iterator const_iterator; typedef in class:llvm::Module
141 typedef AliasListType::const_iterator const_alias_iterator;
146 typedef NamedMDListType::const_iterator const_named_metadata_iterator;
148 typedef LibraryListType::const_iterator lib_iterator;
523 const_iterator begin() const { return FunctionList.begin(); }
525 const_iterator end () const { return FunctionList.end(); }
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp154 for (HashList::const_iterator HI = Buckets[i].begin(),
168 for (HashList::const_iterator HI = Buckets[i].begin(),
187 for (HashList::const_iterator HI = Buckets[i].begin(),
196 for (ArrayRef<HashDataContents*>::const_iterator
242 for (StringMap<DataArray>::const_iterator
245 for (DataArray::const_iterator DI = EI->second.begin(),
253 for (HashList::const_iterator HI = Buckets[i].begin(),
258 for (std::vector<HashData*>::const_iterator
/external/llvm/lib/CodeGen/
H A DEdgeBundles.cpp44 for (MachineFunction::const_iterator I = MF->begin(), E = MF->end(); I != E;
84 for (MachineFunction::const_iterator I = MF->begin(), E = MF->end();

Completed in 437 milliseconds

1234567891011>>