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

<<31323334353637383940>>

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.modifiers/
insert_value.pass.cpp 12 // iterator insert (const_iterator p, const value_type& v);
43 typedef C::const_iterator CI;
63 typedef C::const_iterator CI;
94 typedef C::const_iterator CI;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.cons/
init.pass.cpp 25 for (C::const_iterator i = c.begin(), e = c.end(); i != e; ++i, ++n)
size_value.pass.cpp 26 for (C::const_iterator i = c.begin(), e = c.end(); i != e; ++i, ++n)
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.ops/
splice_after_one.pass.cpp 12 // void splice_after(const_iterator p, forward_list&& x, const_iterator i);
28 C::const_iterator i = c.begin();
42 C::const_iterator i = c.begin();
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/
max_bucket_count.pass.cpp 26 typedef C::const_iterator I;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/
max_bucket_count.pass.cpp 26 typedef C::const_iterator I;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/unord.multimap.modifiers/
erase_range.pass.cpp 16 // iterator erase(const_iterator first, const_iterator last)
37 C::const_iterator i = c.find(2);
38 C::const_iterator j = next(i, 2);
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/iterator.range/
begin_const.pass.cpp 21 std::vector<int>::const_iterator i = begin(v);
end_const.pass.cpp 21 std::vector<int>::const_iterator i = end(v);
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_insert/
iter_initializer_list.pass.cpp 12 // iterator insert(const_iterator p, initializer_list<charT> il);
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/
types.pass.cpp 29 // typedef implementation-defined const_iterator; // See 23.1
31 // typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
62 typename std::iterator_traits<typename S::const_iterator>::iterator_category,
69 std::reverse_iterator<typename S::const_iterator> >::value), "");
  /ndk/tests/device/test-gnustl-full/unit/
uninitialized_test.cpp 95 vector<NotTrivialCopyStruct>::const_iterator it(dst.begin()), end(dst.end());
173 vector<unsigned int>::const_iterator it(dst.begin());
188 vector<unsigned int>::const_iterator it(dst.begin());
203 vector<float>::const_iterator it(dst.begin());
  /ndk/tests/device/test-stlport/unit/
uninitialized_test.cpp 95 vector<NotTrivialCopyStruct>::const_iterator it(dst.begin()), end(dst.end());
173 vector<unsigned int>::const_iterator it(dst.begin());
188 vector<unsigned int>::const_iterator it(dst.begin());
203 vector<float>::const_iterator it(dst.begin());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 207 const_iterator prev_it = end();
208 for (const_iterator it = begin(); it != end(); ++it)
212 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
232 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
tree_policy.hpp 85 typedef typename const_node_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
88 // Finds an entry by __order. Returns a const_iterator to the
89 // entry with the __order order, or a const_iterator to the
92 inline const_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.tcc 50 for (std::__regex::_StateSet::const_iterator __i = __s.begin();
71 std::__regex::_StateSet::const_iterator __first = __s.begin();
72 std::__regex::_StateSet::const_iterator __second = __t.begin();
136 for (_StateSet::const_iterator __i = __s.begin(); __i != __s.end(); ++__i)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 207 const_iterator prev_it = end();
208 for (const_iterator it = begin(); it != end(); ++it)
212 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
232 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
tree_policy.hpp 86 typedef typename const_node_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
89 // Finds an entry by __order. Returns a const_iterator to the
90 // entry with the __order order, or a const_iterator to the
93 inline const_iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_grep_matcher.tcc 50 for (std::__regex::_StateSet::const_iterator __i = __s.begin();
71 std::__regex::_StateSet::const_iterator __first = __s.begin();
72 std::__regex::_StateSet::const_iterator __second = __t.begin();
136 for (_StateSet::const_iterator __i = __s.begin(); __i != __s.end(); ++__i)
  /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/bin_search_tree_/
debug_fn_imps.hpp 207 const_iterator prev_it = end();
208 for (const_iterator it = begin(); it != end(); ++it)
212 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
232 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
tree_policy.hpp 86 typedef typename const_node_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
89 // Finds an entry by __order. Returns a const_iterator to the
90 // entry with the __order order, or a const_iterator to the
93 inline const_iterator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 207 const_iterator prev_it = end();
208 for (const_iterator it = begin(); it != end(); ++it)
212 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
232 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tree_policy.hpp 85 typedef typename const_node_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
88 // Finds an entry by __order. Returns a const_iterator to the
89 // entry with the __order order, or a const_iterator to the
92 inline const_iterator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 207 const_iterator prev_it = end();
208 for (const_iterator it = begin(); it != end(); ++it)
212 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
232 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tree_policy.hpp 85 typedef typename const_node_iterator::value_type const_iterator; typedef in class:__gnu_pbds::tree_order_statistics_node_update
88 // Finds an entry by __order. Returns a const_iterator to the
89 // entry with the __order order, or a const_iterator to the
92 inline const_iterator

Completed in 409 milliseconds

<<31323334353637383940>>