HomeSort by relevance Sort by last modified time
    Searched refs:const_iterator (Results 251 - 275 of 6265) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 61 const_iterator prev_it = end();
63 for (const_iterator it = begin(); it != end(); ++it)
68 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 61 const_iterator prev_it = end();
63 for (const_iterator it = begin(); it != end(); ++it)
68 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 61 const_iterator prev_it = end();
63 for (const_iterator it = begin(); it != end(); ++it)
68 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
  /external/chromium_org/components/omnibox/
autocomplete_result.h 26 typedef ACMatches::const_iterator const_iterator; typedef in class:AutocompleteResult
87 const_iterator begin() const;
89 const_iterator end() const;
98 const_iterator default_match() const { return default_match_; }
191 const_iterator default_match_;
  /external/chromium_org/net/proxy/
proxy_server.h 90 static ProxyServer FromURI(std::string::const_iterator uri_begin,
91 std::string::const_iterator uri_end,
112 static ProxyServer FromPacString(std::string::const_iterator pac_string_begin,
113 std::string::const_iterator pac_string_end);
162 std::string::const_iterator host_and_port_begin,
163 std::string::const_iterator host_and_port_end);
  /external/libcxx/test/containers/sequences/deque/deque.cons/
iter_iter.pass.cpp 28 typedef typename C::const_iterator const_iterator; typedef
32 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i, ++f)
42 typedef typename C::const_iterator const_iterator; typedef
46 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i, ++f)
  /external/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h 49 typedef SS2IntervalMap::const_iterator const_iterator; typedef in class:llvm::LiveStacks
50 const_iterator begin() const { return S2IMap.begin(); }
51 const_iterator end() const { return S2IMap.end(); }
68 SS2IntervalMap::const_iterator I = S2IMap.find(Slot);
79 std::map<int, const TargetRegisterClass*>::const_iterator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
iter_iter.pass.cpp 28 typedef typename C::const_iterator const_iterator; typedef
32 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i, ++f)
42 typedef typename C::const_iterator const_iterator; typedef
46 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i, ++f)
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider.cc 53 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_it = dir_index_.find(album)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_scanner.h 45 std::vector<AutofillField*>::const_iterator cursor_;
48 std::vector<AutofillField*>::const_iterator saved_cursor_;
  /external/chromium_org/content/renderer/android/
phone_number_detector.h 27 virtual bool FindContent(const base::string16::const_iterator& begin,
28 const base::string16::const_iterator& end,
  /external/chromium_org/net/cookies/
parsed_cookie.cc 73 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 it = pairs_.begin()
    [all...]