Searched refs:const_iterator (Results 51 - 75 of 4405) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_data_provider.cc53 for (std::set<parser::Photo>::const_iterator photo_it =
64 for (parser::Albums::const_iterator album_it = library.albums.begin();
69 for (parser::Album::const_iterator id_it = album.begin();
72 IdIndex::const_iterator photo_it = photo_id_index.find(id);
87 for (parser::Albums::const_iterator album_it = library.albums.begin();
92 for (parser::Album::const_iterator id_it = album.begin();
95 IdIndex::const_iterator photo_it = photo_id_index.find(id);
108 IdIndex::const_iterator original_it = originals_id_index.find(id);
118 for (DirIndex::const_iterator dir_it = dir_index_.begin();
129 DirIndex::const_iterator dir_i
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_scanner.h45 std::vector<AutofillField*>::const_iterator cursor_;
48 std::vector<AutofillField*>::const_iterator saved_cursor_;
/external/chromium_org/content/renderer/android/
H A Daddress_detector.h22 virtual bool FindContent(const base::string16::const_iterator& begin,
23 const base::string16::const_iterator& end,
H A Demail_detector.h26 virtual bool FindContent(const base::string16::const_iterator& begin,
27 const base::string16::const_iterator& end,
/external/chromium_org/net/cookies/
H A Dparsed_cookie.cc73 inline bool SeekTo(std::string::const_iterator* it,
74 const std::string::const_iterator& end,
81 inline bool SeekPast(std::string::const_iterator* it,
82 const std::string::const_iterator& end,
87 inline bool SeekBackPast(std::string::const_iterator* it,
88 const std::string::const_iterator& end,
106 for (std::string::const_iterator i = value.begin(); i != value.end(); ++i) {
125 for (std::string::const_iterator i = value.begin() + skip;
146 for (std::string::const_iterator i = value.begin(); i != value.end(); ++i) {
236 for (PairList::const_iterator i
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeListsNodeData.cpp38 NodeListAtomicNameCacheMap::const_iterator atomicNameCacheEnd = m_atomicNameCaches.end();
39 for (NodeListAtomicNameCacheMap::const_iterator it = m_atomicNameCaches.begin(); it != atomicNameCacheEnd; ++it)
/external/libcxx/test/containers/sequences/list/list.modifiers/
H A Derase_iter_db1.pass.cpp12 // Call erase(const_iterator position) with end()
30 std::list<int>::const_iterator i = l1.end();
38 std::list<int, min_allocator<int>>::const_iterator i = l1.end();
/external/libcxx/test/containers/sequences/vector/vector.modifiers/
H A Derase_iter_db1.pass.cpp12 // Call erase(const_iterator position) with end()
30 std::vector<int>::const_iterator i = l1.end();
38 std::vector<int, min_allocator<int>>::const_iterator i = l1.end();
/external/libcxx/test/containers/unord/unord.map/
H A Dmax_bucket_count.pass.cpp28 typedef C::const_iterator I;
37 typedef C::const_iterator I;
/external/libcxx/test/containers/unord/unord.multimap/
H A Dbucket_count.pass.cpp26 typedef C::const_iterator I;
33 typedef C::const_iterator I;
H A Dmax_bucket_count.pass.cpp28 typedef C::const_iterator I;
37 typedef C::const_iterator I;
/external/libcxx/test/re/re.results/re.results.acc/
H A Dbegin_end.pass.cpp14 // const_iterator begin() const;
15 // const_iterator end() const;
27 std::match_results<const char*>::const_iterator i = m.begin();
28 std::match_results<const char*>::const_iterator e = m.end();
H A Dcbegin_cend.pass.cpp14 // const_iterator cbegin() const;
15 // const_iterator cend() const;
27 std::match_results<const char*>::const_iterator i = m.cbegin();
28 std::match_results<const char*>::const_iterator e = m.cend();
/external/libcxx/test/strings/basic.string/string.modifiers/string_erase/
H A Derase_iter_db1.pass.cpp12 // Call erase(const_iterator position) with end()
29 std::string::const_iterator i = l1.end();
37 S::const_iterator i = l1.end();
H A Derase_iter_db2.pass.cpp12 // Call erase(const_iterator position) with iterator from another container
30 std::string::const_iterator i = l2.begin();
39 S::const_iterator i = l2.begin();
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnames.h33 typedef collection::const_iterator const_iterator; typedef in class:DWARFDebugPubnames
/external/openfst/src/include/fst/
H A Dslist.h46 typedef typename list<T>::const_iterator const_iterator;
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.iter/
H A Diterators.pass.cpp14 // const_iterator begin() const;
15 // const_iterator end() const;
16 // const_iterator cbegin() const;
17 // const_iterator cend() const;
40 C::const_iterator i = c.begin();
41 C::const_iterator j = c.end();
49 C::const_iterator i = c.cbegin();
50 C::const_iterator j = c.cend();
72 C::const_iterator j;
88 C::const_iterator
[all...]
/external/libcxx/test/containers/sequences/vector.bool/
H A Diterators.pass.cpp14 // const_iterator begin() const;
15 // const_iterator end() const;
16 // const_iterator cbegin() const;
17 // const_iterator cend() const;
40 C::const_iterator i = c.begin();
41 C::const_iterator j = c.end();
49 C::const_iterator i = c.cbegin();
50 C::const_iterator j = c.cend();
59 C::const_iterator j;
75 C::const_iterator
[all...]
/external/libcxx/test/support/
H A Dnasty_containers.hpp25 typedef typename nested_container::const_iterator const_iterator; typedef in class:nasty_vector
52 const_iterator begin() const _NOEXCEPT { return v_.begin(); }
54 const_iterator end() const _NOEXCEPT { return v_.end(); }
61 const_iterator cbegin() const _NOEXCEPT { return v_.cbegin(); }
62 const_iterator cend() const _NOEXCEPT { return v_.cend(); }
98 template <class... Args> iterator emplace(const_iterator pos, Args&&... args)
103 iterator insert(const_iterator pos, const value_type& x) { return v_.insert(pos, x); }
105 iterator insert(const_iterator pos, value_type&& x) { return v_.insert(pos, std::forward<value_type>(x)); }
107 iterator insert(const_iterator po
146 typedef typename nested_container::const_iterator const_iterator; typedef in class:nasty_list
[all...]
/external/chromium_org/ash/
H A Dcancel_mode.cc16 for (Shell::RootWindowControllerList::const_iterator i = controllers.begin();
/external/chromium_org/base/prefs/
H A Dpref_value_map.h23 typedef std::map<std::string, base::Value*>::const_iterator const_iterator; typedef in class:PrefValueMap
50 const_iterator begin() const;
51 const_iterator end() const;
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_data_remover_helper.cc15 for (std::vector<content::WebPluginInfo>::const_iterator it = plugins.begin();
/external/chromium_org/components/policy/core/browser/
H A Dpolicy_error_map.h23 typedef PolicyMapType::const_iterator const_iterator; typedef in class:policy::PolicyErrorMap
87 const_iterator begin();
88 const_iterator end();
/external/chromium_org/components/policy/core/common/
H A Dpolicy_map.h47 typedef PolicyMapType::const_iterator const_iterator; typedef in class:policy::PolicyMap
111 const_iterator begin() const;
112 const_iterator end() const;

Completed in 508 milliseconds

1234567891011>>