Searched refs:const_iterator (Results 276 - 300 of 1542) sorted by relevance

<<11121314151617181920>>

/external/clang/include/clang/Analysis/
H A DCFG.h277 typedef std::reverse_iterator<ImplTy::const_iterator> const_iterator; typedef in class:clang::CFGBlock::ElementList
279 typedef ImplTy::const_iterator const_reverse_iterator;
293 const_iterator begin() const { return Impl.rbegin(); }
294 const_iterator end() const { return Impl.rend(); }
360 typedef ElementList::const_iterator const_iterator;
369 const_iterator begin() const { return Elements.begin(); }
370 const_iterator end() const { return Elements.end(); }
384 typedef AdjacentBlocks::const_iterator const_pred_iterato
668 typedef CFGBlockListTy::const_iterator const_iterator; typedef in class:clang::CFGBlock::CFG
[all...]
/external/llvm/include/llvm/Bitcode/
H A DArchive.h213 typedef MembersList::const_iterator const_iterator; typedef in class:llvm::Archive
219 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
229 inline const_iterator begin() const { return members.begin(); }
231 inline const_iterator end () const { return members.end(); }
/external/llvm/include/llvm/
H A DFunction.h78 typedef BasicBlockListType::const_iterator const_iterator; typedef in class:llvm::Function
81 typedef ArgumentListType::const_iterator const_arg_iterator;
353 const_iterator begin() const { return BasicBlocks.begin(); }
355 const_iterator end () const { return BasicBlocks.end(); }
/external/chromium/chrome/browser/history/
H A Din_memory_url_index.cc353 for (String16Vector::const_iterator term_iter = terms.begin();
477 for (String16Vector::const_iterator iter = words.begin(); iter != words.end();
509 for (string16::const_iterator iter = uni_word.begin();
523 for (string16::const_iterator iter = uni_word.begin();
590 Char16Vector::const_iterator c_iter = uni_chars.begin();
634 for (Char16Vector::const_iterator c_iter = uni_chars.begin();
664 for (TermMatches::const_iterator iter = sorted_matches.begin() + 1;
678 for (TermMatches::const_iterator i = matches.begin(); i != matches.end(); ++i)
689 std::vector<size_t>::const_iterator offset_iter = offsets.begin();
690 for (TermMatches::const_iterator term_ite
[all...]
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp448 AnimationsMap::const_iterator end = m_runningAnimations.end();
449 for (AnimationsMap::const_iterator it = m_runningAnimations.begin(); it != end; ++it) {
758 LayerMap::const_iterator end = layerCloneMap->end();
759 for (LayerMap::const_iterator it = layerCloneMap->begin(); it != end; ++it) {
965 LayerMap::const_iterator end = layerCloneMap->end();
966 for (LayerMap::const_iterator it = layerCloneMap->begin(); it != end; ++it) {
985 LayerMap::const_iterator end = layerCloneMap->end();
986 for (LayerMap::const_iterator it = layerCloneMap->begin(); it != end; ++it)
995 LayerMap::const_iterator end = layerCloneMap->end();
996 for (LayerMap::const_iterator i
[all...]
/external/stlport/stlport/stl/debug/
H A D_slist.h92 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _SlistDbgTraits<_Const_traits<value_type> > > const_iterator; typedef in class:slist
158 slist(const_iterator __first, const_iterator __last,
186 const_iterator before_begin() const
187 { return const_iterator(&_M_iter_list, _M_non_dbg_impl.before_begin()); }
191 const_iterator begin() const
192 { return const_iterator(&_M_iter_list, _M_non_dbg_impl.begin());}
196 const_iterator end() const
197 { return const_iterator(&_M_iter_list, _M_non_dbg_impl.end()); }
224 iterator previous(const_iterator __po
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DHashMap.h52 typedef HashTableConstIteratorAdapter<HashTableType, ValueType> const_iterator; typedef in class:WTF::HashMap
63 const_iterator begin() const;
64 const_iterator end() const;
67 const_iterator find(const KeyType&) const;
93 template<typename T, typename HashTranslator> const_iterator find(const T&) const;
181 inline typename HashMap<T, U, V, W, X>::const_iterator HashMap<T, U, V, W, X>::begin() const
187 inline typename HashMap<T, U, V, W, X>::const_iterator HashMap<T, U, V, W, X>::end() const
199 inline typename HashMap<T, U, V, W, X>::const_iterator HashMap<T, U, V, W, X>::find(const KeyType& key) const
221 inline typename HashMap<T, U, V, W, X>::const_iterator
330 typedef typename HashMap<T, U, V, W, X>::const_iterator const_iterato typedef
[all...]
/external/chromium/chrome/browser/autofill/
H A Dcredit_card_field.cc51 std::vector<AutofillField*>::const_iterator* iter,
54 std::vector<AutofillField*>::const_iterator q = *iter;
89 std::vector<AutofillField*>::const_iterator p = q;
/external/chromium/chrome/browser/
H A Dlanguage_combobox_model.cc81 LocaleDataMap::const_iterator it =
117 LocaleDataMap::const_iterator it =
126 LocaleDataMap::const_iterator it =
/external/chromium/chrome/browser/profiles/
H A Dprofile_dependency_manager.cc53 for (std::vector<ProfileKeyedServiceFactory*>::const_iterator it =
58 for (std::vector<ProfileKeyedServiceFactory*>::const_iterator it =
81 for (EdgeMap::const_iterator it = edges_.begin();
/external/chromium/chrome/browser/search_engines/
H A Dsearch_host_to_urls_map.cc89 for (TemplateURLSet::const_iterator url_set_iterator = urls.begin();
111 HostToURLsMap::const_iterator iter = host_to_urls_map_.find(host);
121 HostToURLsMap::const_iterator urls_for_host = host_to_urls_map_.find(host);
/external/chromium/net/proxy/
H A Dproxy_list.cc49 std::vector<ProxyServer>::const_iterator iter = proxies_.begin();
51 ProxyRetryInfoMap::const_iterator bad_proxy =
109 std::vector<ProxyServer>::const_iterator iter = proxies_.begin();
/external/llvm/include/llvm/Analysis/
H A DLoopIterator.h42 typedef std::vector<BasicBlock*>::const_iterator POIterator;
89 DenseMap<BasicBlock*, unsigned>::const_iterator I = PostNumbers.find(BB);
95 DenseMap<BasicBlock*, unsigned>::const_iterator I = PostNumbers.find(BB);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h189 typedef RowVector::const_iterator RowIter;
191 typedef SequenceVector::const_iterator SequenceIter;
239 typedef LineTableMapTy::const_iterator LineTableConstIter;
/external/llvm/lib/VMCore/
H A DTypeFinder.cpp44 for (Module::const_iterator FI = M.begin(), E = M.end(); FI != E; ++FI) {
52 for (Function::const_iterator BB = FI->begin(), E = FI->end();
54 for (BasicBlock::const_iterator II = BB->begin(),
/external/webkit/Source/WebCore/platform/network/
H A DBlobRegistryImpl.cpp87 for (BlobDataItemList::const_iterator iter = items.begin(); iter != items.end(); ++iter) {
101 BlobDataItemList::const_iterator iter = items.begin();
136 for (BlobDataItemList::const_iterator iter = blobData->items().begin(); iter != blobData->items().end(); ++iter) {
/external/webkit/Source/WebCore/rendering/
H A DRenderCounter.cpp545 CounterMap::const_iterator end = map->end();
546 for (CounterMap::const_iterator it = map->begin(); it != end; ++it) {
597 CounterDirectiveMap::const_iterator end = directiveMap->end();
599 for (CounterDirectiveMap::const_iterator it = directiveMap->begin(); it != end; ++it)
605 for (CounterDirectiveMap::const_iterator it = directiveMap->begin(); it != end; ++it) {
649 CounterDirectiveMap::const_iterator newMapEnd = newCounterDirectives->end();
650 CounterDirectiveMap::const_iterator oldMapEnd = oldCounterDirectives->end();
651 for (CounterDirectiveMap::const_iterator it = newCounterDirectives->begin(); it != newMapEnd; ++it) {
652 CounterDirectiveMap::const_iterator oldMapIt = oldCounterDirectives->find(it->first);
664 for (CounterDirectiveMap::const_iterator i
[all...]
/external/chromium/base/
H A Dvalues.h320 explicit key_iterator(ValueMap::const_iterator itr) { itr_ = itr; }
330 ValueMap::const_iterator itr_;
350 typedef ValueVector::const_iterator const_iterator; typedef in class:ListValue
420 ListValue::const_iterator begin() const { return list_.begin(); }
421 ListValue::const_iterator end() const { return list_.end(); }
/external/chromium/net/base/
H A Dcookie_monster_perftest.cc59 for (std::vector<std::string>::const_iterator it = cookies.begin();
66 for (std::vector<std::string>::const_iterator it = cookies.begin();
87 for (std::vector<GURL>::const_iterator it = gurls.begin();
94 for (std::vector<GURL>::const_iterator it = gurls.begin();
141 for (std::vector<std::string>::const_iterator it = domain_list.begin();
183 for (std::vector<std::string>::const_iterator it = domain_list.begin();
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Djid.cc276 Jid::prepNode(const std::string str, std::string::const_iterator start,
277 std::string::const_iterator end, bool *valid) {
281 for (std::string::const_iterator i = start; i < end; i++) {
333 Jid::prepResource(const std::string str, std::string::const_iterator start,
334 std::string::const_iterator end, bool *valid) {
338 for (std::string::const_iterator i = start; i < end; i++) {
377 Jid::prepDomain(const std::string str, std::string::const_iterator start,
378 std::string::const_iterator end, bool *valid) {
399 Jid::prepDomain(const std::string str, std::string::const_iterator start,
400 std::string::const_iterator en
[all...]
/external/clang/include/clang/Driver/
H A DArgList.h34 SmallVectorImpl<Arg*>::const_iterator Current;
58 arg_iterator(SmallVectorImpl<Arg*>::const_iterator it,
103 typedef arglist_type::const_iterator const_iterator; typedef in class:clang::driver::ArgList
138 const_iterator begin() const { return Args.begin(); }
139 const_iterator end() const { return Args.end(); }
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h286 typedef BasicBlockListType::const_iterator const_iterator;
287 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
298 const_iterator begin() const { return BasicBlocks.begin(); }
300 const_iterator end () const { return BasicBlocks.end(); }
458 typedef MachineFunction::const_iterator nodes_iterator;
/external/regex-re2/util/
H A Dsparse_array.h111 typedef typename vector<IndexValue>::const_iterator const_iterator; typedef in class:re2::SparseArray
128 const_iterator begin() const {
131 const_iterator end() const {
171 const_iterator find(int i) const;
348 typename SparseArray<Value>::const_iterator
/external/valgrind/tsan/
H A Dts_race_verifier.cc141 for (vector<CallSite>::const_iterator it = writes.begin();
145 for (vector<CallSite>::const_iterator it = reads.begin();
160 for (vector<CallSite>::const_iterator it = writes.begin();
166 for (vector<CallSite>::const_iterator it = reads.begin();
431 for (vector<string>::const_iterator it = fileNames.begin();
435 for (vector<string>::const_iterator it = raceInfos.begin();
/external/webkit/Source/WebCore/inspector/
H A DInspectorValues.h164 typedef Dictionary::const_iterator const_iterator; typedef in class:WebCore::InspectorObject
184 const_iterator find(const String& name) const;
204 const_iterator begin() const { return m_data.begin(); }
205 const_iterator end() const { return m_data.end(); }
246 inline InspectorObject::const_iterator InspectorObject::find(const String& name) const

Completed in 1476 milliseconds

<<11121314151617181920>>