/frameworks/compile/mclinker/unittests/ |
GCFactoryListTraitsTest.cpp | 66 llvm::iplist<Node>::const_iterator it = m_pNodeList.begin(); \ 104 for (llvm::iplist<Node>::const_iterator I = m_pNodeList.begin(),
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.ops/ |
find.pass.cpp | 15 // const_iterator find(const key_type& k) const; 58 typedef M::const_iterator R;
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multimap/multimap.ops/ |
find.pass.cpp | 15 // const_iterator find(const key_type& k) const; 53 typedef M::const_iterator R;
|
lower_bound.pass.cpp | 15 // const_iterator lower_bound(const key_type& k) const; 55 typedef M::const_iterator R;
|
upper_bound.pass.cpp | 15 // const_iterator upper_bound(const key_type& k) const; 55 typedef M::const_iterator R;
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multiset/ |
erase_iter_iter.pass.cpp | 14 // iterator erase(const_iterator first, const_iterator last);
|
find.pass.cpp | 15 // const_iterator find(const key_type& k) const; 58 typedef M::const_iterator R;
|
lower_bound.pass.cpp | 15 // const_iterator lower_bound(const key_type& k) const; 55 typedef M::const_iterator R;
|
upper_bound.pass.cpp | 15 // const_iterator upper_bound(const key_type& k) const; 55 typedef M::const_iterator R;
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/set/ |
erase_iter_iter.pass.cpp | 14 // iterator erase(const_iterator first, const_iterator last);
|
find.pass.cpp | 15 // const_iterator find(const key_type& k) const; 58 typedef M::const_iterator R;
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.capacity/ |
resize_size.pass.cpp | 42 typedef C::const_iterator CI; 58 typedef C::const_iterator CI;
|
resize_size_value.pass.cpp | 42 typedef C::const_iterator CI; 58 typedef C::const_iterator CI;
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.cons/ |
assign_size_value.pass.cpp | 44 typedef C::const_iterator CI; 58 typedef C::const_iterator CI;
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.modifiers/ |
erase_iter_iter.pass.cpp | 12 // iterator erase(const_iterator f, const_iterator l)
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.cons/ |
move.pass.cpp | 33 for (C::const_iterator i = c.begin(), e = c.end(); i != e; ++i, ++n) 48 for (C::const_iterator i = c.begin(), e = c.end(); i != e; ++i, ++n)
|
move_alloc.pass.cpp | 33 for (C::const_iterator i = c.begin(), e = c.end(); i != e; ++i, ++n) 48 for (C::const_iterator i = c.begin(), e = c.end(); i != e; ++i, ++n)
|
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.submatch/ |
types.pass.cpp | 61 static_assert((std::is_same<std::ssub_match, std::sub_match<std::string::const_iterator> >::value), ""); 62 static_assert((std::is_same<std::wssub_match, std::sub_match<std::wstring::const_iterator> >::value), "");
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_hashtable.c | 124 # define __const_iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::const_iterator 159 typename _BucketVector::const_iterator __bpos(__buckets.begin() + __n); 167 typename _BucketVector::const_iterator __bcur(__bpos); 303 ::erase(const_iterator __it) { 334 ::erase(const_iterator __first, const_iterator __last) { 516 typename _BucketVector::const_iterator __src_b(__ht._M_buckets.begin()), 534 #undef const_iterator macro
|
_rope.h | 1098 typedef _Rope_const_iterator<_CharT,_Alloc> const_iterator; typedef in class:rope [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
rope_test.cpp | 167 crope::const_iterator i(r.begin()), j(r.end()); 171 crope::const_iterator k;
|
/ndk/tests/device/test-stlport/unit/ |
rope_test.cpp | 167 crope::const_iterator i(r.begin()), j(r.end()); 171 crope::const_iterator k;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
forward_list.tcc | 206 _M_insert_after(const_iterator __pos, _Args&&... __args) 300 const_iterator __first2 = __list.cbegin(); 301 const_iterator __last2 = __list.cend(); 339 splice_after(const_iterator __pos, forward_list&& __list) 346 const_iterator __before = __list.cbefore_begin(); 356 splice_after(const_iterator __pos, forward_list&& __list, 357 const_iterator __before, const_iterator __last)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/ |
constructors_destructor_fn_imps.hpp | 103 const_iterator first_it = other.begin(); 104 const_iterator last_it = other.end();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_/ |
binomial_heap_.hpp | 87 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::binomial_heap_
|