HomeSort by relevance Sort by last modified time
    Searched full:const_iterator (Results 726 - 750 of 3365) sorted by null

<<21222324252627282930>>

  /external/llvm/include/llvm/ADT/
SetVector.h 45 typedef typename vector_type::const_iterator iterator;
46 typedef typename vector_type::const_iterator const_iterator; typedef in class:llvm::SetVector
73 /// \brief Get a const_iterator to the beginning of the SetVector.
74 const_iterator begin() const {
83 /// \brief Get a const_iterator to the end of the SetVector.
84 const_iterator end() const {
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
debug_map_base.hpp 80 typedef typename key_repository::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::debug_map_base
121 const_iterator
258 typename PB_DS_CLASS_C_DEC::const_iterator
263 typedef const_iterator iterator_type;
291 const_iterator prime_it = m_keys.begin();
294 const_iterator sec_it = prime_it;
  /external/llvm/lib/Support/
PathV2.cpp 154 const_iterator begin(StringRef path) {
155 const_iterator i;
162 const_iterator end(StringRef path) {
163 const_iterator i;
169 const_iterator &const_iterator::operator++() {
222 const_iterator &const_iterator::operator--() {
252 bool const_iterator::operator==(const const_iterator &RHS) const
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
ListHashSet.h 74 typedef ListHashSetConstIterator<ValueType, inlineCapacity, HashArg> const_iterator; typedef in class:WTF::ListHashSet
91 const_iterator begin() const;
92 const_iterator end() const;
102 const_iterator find(const ValueType&) const;
109 template<typename T, typename HashTranslator> const_iterator find(const T&) const;
129 const_iterator makeConstIterator(Node*) const;
252 typedef ListHashSetConstIterator<ValueArg, inlineCapacity, HashArg> const_iterator; typedef in class:WTF::ListHashSetIterator
283 operator const_iterator() const { return m_iterator; }
288 const_iterator m_iterator;
295 typedef ListHashSetConstIterator<ValueArg, inlineCapacity, HashArg> const_iterator; typedef in class:WTF::ListHashSetConstIterator
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
string 89 typedef implementation-defined const_iterator;
91 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
125 const_iterator begin() const noexcept;
127 const_iterator end() const noexcept;
134 const_iterator cbegin() const noexcept;
135 const_iterator cend() const noexcept;
195 iterator insert(const_iterator p, value_type c);
196 iterator insert(const_iterator p, size_type n, value_type c);
198 iterator insert(const_iterator p, InputIterator first, InputIterator last);
199 iterator insert(const_iterator p, initializer_list<value_type>)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.tcc 58 _M_insert_after(const_iterator __pos, _Args&&... __args)
152 const_iterator __first2 = __list.cbegin();
153 const_iterator __last2 = __list.cend();
172 _M_default_insert_after(const_iterator __pos, size_type __n)
174 const_iterator __saved_pos = __pos;
228 _M_splice_after(const_iterator __pos,
229 const_iterator __before, const_iterator __last)
247 splice_after(const_iterator __pos, forward_list&&,
248 const_iterator __i
    [all...]
  /external/clang/lib/Driver/
ArgList.cpp 69 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
81 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
95 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
110 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
127 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
145 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
165 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
186 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
287 for (const_iterator it = begin(), ie = end(); it != ie; ++it)
  /external/llvm/lib/Option/
ArgList.cpp 68 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
80 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
95 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
110 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
127 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
145 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
165 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
186 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
272 for (const_iterator it = begin(), ie = end(); it != ie; ++it)
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/unord.multimap.cnstr/
assign_move.pass.cpp 62 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
65 C::const_iterator i = eq.first;
127 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
130 C::const_iterator i = eq.first;
192 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
195 C::const_iterator i = eq.first;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 164 for (typename internal_node::const_iterator it = p_r->begin();
412 keys_diff_ind(typename e_access_traits::const_iterator b_l, typename e_access_traits::const_iterator e_l, typename e_access_traits::const_iterator b_r, typename e_access_traits::const_iterator e_r)
434 typename synth_e_access_traits::const_iterator left_b_it = pref_begin(p_l);
435 typename synth_e_access_traits::const_iterator left_e_it = pref_end(p_l);
436 typename synth_e_access_traits::const_iterator right_b_it = pref_begin(p_r);
437 typename synth_e_access_traits::const_iterator right_e_it = pref_end(p_r);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 164 for (typename internal_node::const_iterator it = p_r->begin();
412 keys_diff_ind(typename e_access_traits::const_iterator b_l, typename e_access_traits::const_iterator e_l, typename e_access_traits::const_iterator b_r, typename e_access_traits::const_iterator e_r)
434 typename synth_e_access_traits::const_iterator left_b_it = pref_begin(p_l);
435 typename synth_e_access_traits::const_iterator left_e_it = pref_end(p_l);
436 typename synth_e_access_traits::const_iterator right_b_it = pref_begin(p_r);
437 typename synth_e_access_traits::const_iterator right_e_it = pref_end(p_r);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 164 for (typename internal_node::const_iterator it = p_r->begin();
412 keys_diff_ind(typename e_access_traits::const_iterator b_l, typename e_access_traits::const_iterator e_l, typename e_access_traits::const_iterator b_r, typename e_access_traits::const_iterator e_r)
434 typename synth_e_access_traits::const_iterator left_b_it = pref_begin(p_l);
435 typename synth_e_access_traits::const_iterator left_e_it = pref_end(p_l);
436 typename synth_e_access_traits::const_iterator right_b_it = pref_begin(p_r);
437 typename synth_e_access_traits::const_iterator right_e_it = pref_end(p_r);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 164 for (typename internal_node::const_iterator it = p_r->begin();
412 keys_diff_ind(typename e_access_traits::const_iterator b_l, typename e_access_traits::const_iterator e_l, typename e_access_traits::const_iterator b_r, typename e_access_traits::const_iterator e_r)
434 typename synth_e_access_traits::const_iterator left_b_it = pref_begin(p_l);
435 typename synth_e_access_traits::const_iterator left_e_it = pref_end(p_l);
436 typename synth_e_access_traits::const_iterator right_b_it = pref_begin(p_r);
437 typename synth_e_access_traits::const_iterator right_e_it = pref_end(p_r);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 164 for (typename internal_node::const_iterator it = p_r->begin();
412 keys_diff_ind(typename e_access_traits::const_iterator b_l, typename e_access_traits::const_iterator e_l, typename e_access_traits::const_iterator b_r, typename e_access_traits::const_iterator e_r)
434 typename synth_e_access_traits::const_iterator left_b_it = pref_begin(p_l);
435 typename synth_e_access_traits::const_iterator left_e_it = pref_end(p_l);
436 typename synth_e_access_traits::const_iterator right_b_it = pref_begin(p_r);
437 typename synth_e_access_traits::const_iterator right_e_it = pref_end(p_r);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 164 for (typename internal_node::const_iterator it = p_r->begin();
412 keys_diff_ind(typename e_access_traits::const_iterator b_l, typename e_access_traits::const_iterator e_l, typename e_access_traits::const_iterator b_r, typename e_access_traits::const_iterator e_r)
434 typename synth_e_access_traits::const_iterator left_b_it = pref_begin(p_l);
435 typename synth_e_access_traits::const_iterator left_e_it = pref_end(p_l);
436 typename synth_e_access_traits::const_iterator right_b_it = pref_begin(p_r);
437 typename synth_e_access_traits::const_iterator right_e_it = pref_end(p_r);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 164 for (typename internal_node::const_iterator it = p_r->begin();
412 keys_diff_ind(typename e_access_traits::const_iterator b_l, typename e_access_traits::const_iterator e_l, typename e_access_traits::const_iterator b_r, typename e_access_traits::const_iterator e_r)
434 typename synth_e_access_traits::const_iterator left_b_it = pref_begin(p_l);
435 typename synth_e_access_traits::const_iterator left_e_it = pref_end(p_l);
436 typename synth_e_access_traits::const_iterator right_b_it = pref_begin(p_r);
437 typename synth_e_access_traits::const_iterator right_e_it = pref_end(p_r);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 164 for (typename internal_node::const_iterator it = p_r->begin();
412 keys_diff_ind(typename e_access_traits::const_iterator b_l, typename e_access_traits::const_iterator e_l, typename e_access_traits::const_iterator b_r, typename e_access_traits::const_iterator e_r)
434 typename synth_e_access_traits::const_iterator left_b_it = pref_begin(p_l);
435 typename synth_e_access_traits::const_iterator left_e_it = pref_end(p_l);
436 typename synth_e_access_traits::const_iterator right_b_it = pref_begin(p_r);
437 typename synth_e_access_traits::const_iterator right_e_it = pref_end(p_r);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
insert_join_fn_imps.hpp 166 for (typename inode::const_iterator it = p_r->begin();
416 keys_diff_ind(typename access_traits::const_iterator b_l,
417 typename access_traits::const_iterator e_l,
418 typename access_traits::const_iterator b_r,
419 typename access_traits::const_iterator e_r)
441 typename synth_access_traits::const_iterator left_b_it = pref_begin(p_l);
442 typename synth_access_traits::const_iterator left_e_it = pref_end(p_l);
443 typename synth_access_traits::const_iterator right_b_it = pref_begin(p_r);
444 typename synth_access_traits::const_iterator right_e_it = pref_end(p_r);
  /external/ceres-solver/include/ceres/
ordered_groups.h 64 typename map<T, int>::const_iterator it = element_to_group_.find(element);
118 for (typename set<T>::const_iterator element_it = it->second.begin();
133 typename map<T, int>::const_iterator it = element_to_group_.find(element);
141 typename map<T, int>::const_iterator it = element_to_group_.find(element);
148 typename map<int, set<T> >::const_iterator it =
  /external/ceres-solver/internal/ceres/
visibility.cc 92 for (set<int>::const_iterator it = visibility_set.begin();
104 for (vector<set<int> >::const_iterator it = inverse_visibility.begin();
108 for (set<int>::const_iterator camera1 = inverse_visibility_set.begin();
111 set<int>::const_iterator camera2 = camera1;
130 for (HashMap<pair<int, int>, int>::const_iterator it = camera_pairs.begin();
  /external/chromium/chrome/browser/autocomplete/
extension_app_provider.cc 41 for (ExtensionApps::const_iterator app = extension_apps_.begin();
46 std::string::const_iterator name_iter =
52 std::string::const_iterator url_iter =
95 for (ExtensionList::const_iterator app = extensions->begin();
120 std::string::const_iterator iter,
  /external/clang/include/clang/Serialization/
ContinuousRangeMap.h 84 typedef typename Representation::const_iterator const_iterator; typedef in class:clang::ContinuousRangeMap
88 const_iterator begin() const { return Rep.begin(); }
89 const_iterator end() const { return Rep.end(); }
100 const_iterator find(Int K) const {
  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 49 CheckerRegistry::CheckerInfoList::const_iterator e = checkers.end();
50 CheckerRegistry::CheckerInfoList::const_iterator i =
67 llvm::StringMap<size_t>::const_iterator packageSize =
126 for (CheckerInfoList::const_iterator i = Checkers.begin(), e = Checkers.end();
136 for (CheckerInfoList::const_iterator i = Checkers.begin(), e = Checkers.end();
  /external/llvm/include/llvm/Analysis/
Trace.h 87 typedef BasicBlockListType::const_iterator const_iterator; typedef in class:llvm::Trace
88 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
92 const_iterator begin() const { return BasicBlocks.begin(); }
94 const_iterator end () const { return BasicBlocks.end(); }
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 39 typedef SectionData::const_iterator const_iterator; typedef in class:mcld::BranchIsland
43 typedef RelocationListType::const_iterator const_reloc_iterator;
63 const_iterator begin() const;
67 const_iterator end() const;

Completed in 925 milliseconds

<<21222324252627282930>>