/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
range_access.h | 46 template<class _Container> 48 begin(_Container& __cont) -> decltype(__cont.begin()) 56 template<class _Container> 58 begin(const _Container& __cont) -> decltype(__cont.begin()) 66 template<class _Container> 68 end(_Container& __cont) -> decltype(__cont.end()) 76 template<class _Container> 78 end(const _Container& __cont) -> decltype(__cont.end())
|
stl_iterator.h | 395 template<typename _Container> 400 _Container* container; 404 typedef _Container container_type; 408 back_insert_iterator(_Container& __x) : container(&__x) { } 423 operator=(typename _Container::const_reference __value) 430 operator=(const typename _Container::value_type& __value) 437 operator=(typename _Container::value_type&& __value) 471 template<typename _Container> 472 inline back_insert_iterator<_Container> 473 back_inserter(_Container& __x [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
range_access.h | 46 template<class _Container> 48 begin(_Container& __cont) -> decltype(__cont.begin()) 56 template<class _Container> 58 begin(const _Container& __cont) -> decltype(__cont.begin()) 66 template<class _Container> 68 end(_Container& __cont) -> decltype(__cont.end()) 76 template<class _Container> 78 end(const _Container& __cont) -> decltype(__cont.end())
|
stl_iterator.h | 395 template<typename _Container> 400 _Container* container; 404 typedef _Container container_type; 408 back_insert_iterator(_Container& __x) : container(&__x) { } 423 operator=(typename _Container::const_reference __value) 430 operator=(const typename _Container::value_type& __value) 437 operator=(typename _Container::value_type&& __value) 471 template<typename _Container> 472 inline back_insert_iterator<_Container> 473 back_inserter(_Container& __x [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
range_access.h | 46 template<class _Container> 48 begin(_Container& __cont) -> decltype(__cont.begin()) 56 template<class _Container> 58 begin(const _Container& __cont) -> decltype(__cont.begin()) 66 template<class _Container> 68 end(_Container& __cont) -> decltype(__cont.end()) 76 template<class _Container> 78 end(const _Container& __cont) -> decltype(__cont.end())
|
stl_iterator.h | 395 template<typename _Container> 400 _Container* container; 404 typedef _Container container_type; 408 back_insert_iterator(_Container& __x) : container(&__x) { } 423 operator=(typename _Container::const_reference __value) 430 operator=(const typename _Container::value_type& __value) 437 operator=(typename _Container::value_type&& __value) 471 template<typename _Container> 472 inline back_insert_iterator<_Container> 473 back_inserter(_Container& __x [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
range_access.h | 46 template<class _Container> 48 begin(_Container& __cont) -> decltype(__cont.begin()) 56 template<class _Container> 58 begin(const _Container& __cont) -> decltype(__cont.begin()) 66 template<class _Container> 68 end(_Container& __cont) -> decltype(__cont.end()) 76 template<class _Container> 78 end(const _Container& __cont) -> decltype(__cont.end())
|
stl_iterator.h | 403 template<typename _Container> 408 _Container* container; 412 typedef _Container container_type; 416 back_insert_iterator(_Container& __x) : container(&__x) { } 431 operator=(typename _Container::const_reference __value) 438 operator=(const typename _Container::value_type& __value) 445 operator=(typename _Container::value_type&& __value) 479 template<typename _Container> 480 inline back_insert_iterator<_Container> 481 back_inserter(_Container& __x [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
range_access.h | 46 template<class _Container> 48 begin(_Container& __cont) -> decltype(__cont.begin()) 56 template<class _Container> 58 begin(const _Container& __cont) -> decltype(__cont.begin()) 66 template<class _Container> 68 end(_Container& __cont) -> decltype(__cont.end()) 76 template<class _Container> 78 end(const _Container& __cont) -> decltype(__cont.end())
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
range_access.h | 46 template<class _Container> 48 begin(_Container& __cont) -> decltype(__cont.begin()) 56 template<class _Container> 58 begin(const _Container& __cont) -> decltype(__cont.begin()) 66 template<class _Container> 68 end(_Container& __cont) -> decltype(__cont.end()) 76 template<class _Container> 78 end(const _Container& __cont) -> decltype(__cont.end())
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
range_access.h | 46 template<class _Container> 48 begin(_Container& __cont) -> decltype(__cont.begin()) 56 template<class _Container> 58 begin(const _Container& __cont) -> decltype(__cont.begin()) 66 template<class _Container> 68 end(_Container& __cont) -> decltype(__cont.end()) 76 template<class _Container> 78 end(const _Container& __cont) -> decltype(__cont.end())
|
/external/stlport/stlport/stl/debug/ |
_iterator.h | 118 template <class _Container> 121 typedef typename _Container::value_type value_type; 122 typedef typename _Container::reference reference; 123 typedef typename _Container::pointer pointer; 126 typedef typename _Container::iterator _Nonconst_iterator; 127 typedef typename _Container::const_iterator _Const_iterator; 128 typedef _Container _Container_type; 133 typedef typename _Container::_Iterator_category _Iterator_category; 144 _Container* _Get_container_ptr() const { 145 return (_Container*)__stl_debugger::_Get_container_ptr(this) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_iterator.h | 118 template <class _Container> 121 typedef typename _Container::value_type value_type; 122 typedef typename _Container::reference reference; 123 typedef typename _Container::pointer pointer; 126 typedef typename _Container::iterator _Nonconst_iterator; 127 typedef typename _Container::const_iterator _Const_iterator; 128 typedef _Container _Container_type; 133 typedef typename _Container::_Iterator_category _Iterator_category; 144 _Container* _Get_container_ptr() const { 145 return (_Container*)__stl_debugger::_Get_container_ptr(this) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_iterator.h | 118 template <class _Container> 121 typedef typename _Container::value_type value_type; 122 typedef typename _Container::reference reference; 123 typedef typename _Container::pointer pointer; 126 typedef typename _Container::iterator _Nonconst_iterator; 127 typedef typename _Container::const_iterator _Const_iterator; 128 typedef _Container _Container_type; 133 typedef typename _Container::_Iterator_category _Iterator_category; 144 _Container* _Get_container_ptr() const { 145 return (_Container*)__stl_debugger::_Get_container_ptr(this) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_iterator.h | 118 template <class _Container> 121 typedef typename _Container::value_type value_type; 122 typedef typename _Container::reference reference; 123 typedef typename _Container::pointer pointer; 126 typedef typename _Container::iterator _Nonconst_iterator; 127 typedef typename _Container::const_iterator _Const_iterator; 128 typedef _Container _Container_type; 133 typedef typename _Container::_Iterator_category _Iterator_category; 144 _Container* _Get_container_ptr() const { 145 return (_Container*)__stl_debugger::_Get_container_ptr(this) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_iterator.h | 118 template <class _Container> 121 typedef typename _Container::value_type value_type; 122 typedef typename _Container::reference reference; 123 typedef typename _Container::pointer pointer; 126 typedef typename _Container::iterator _Nonconst_iterator; 127 typedef typename _Container::const_iterator _Const_iterator; 128 typedef _Container _Container_type; 133 typedef typename _Container::_Iterator_category _Iterator_category; 144 _Container* _Get_container_ptr() const { 145 return (_Container*)__stl_debugger::_Get_container_ptr(this) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_iterator.h | 118 template <class _Container> 121 typedef typename _Container::value_type value_type; 122 typedef typename _Container::reference reference; 123 typedef typename _Container::pointer pointer; 126 typedef typename _Container::iterator _Nonconst_iterator; 127 typedef typename _Container::const_iterator _Const_iterator; 128 typedef _Container _Container_type; 133 typedef typename _Container::_Iterator_category _Iterator_category; 144 _Container* _Get_container_ptr() const { 145 return (_Container*)__stl_debugger::_Get_container_ptr(this) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_iterator.h | 118 template <class _Container> 121 typedef typename _Container::value_type value_type; 122 typedef typename _Container::reference reference; 123 typedef typename _Container::pointer pointer; 126 typedef typename _Container::iterator _Nonconst_iterator; 127 typedef typename _Container::const_iterator _Const_iterator; 128 typedef _Container _Container_type; 133 typedef typename _Container::_Iterator_category _Iterator_category; 144 _Container* _Get_container_ptr() const { 145 return (_Container*)__stl_debugger::_Get_container_ptr(this) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_algos.h | 46 template<typename _Container> 48 __insert_top_n(_Container& __output, 49 const typename _Container::value_type& __value, 50 typename _Container::size_type __n) 52 typename _Container::iterator __it = __output.begin(); 53 typename _Container::size_type __count = 0; 77 template<typename _Container> 79 __top_n(const _Container& __input, _Container& __output, 80 typename _Container::size_type __n [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_algos.h | 46 template<typename _Container> 48 __insert_top_n(_Container& __output, 49 const typename _Container::value_type& __value, 50 typename _Container::size_type __n) 52 typename _Container::iterator __it = __output.begin(); 53 typename _Container::size_type __count = 0; 77 template<typename _Container> 79 __top_n(const _Container& __input, _Container& __output, 80 typename _Container::size_type __n [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler_algos.h | 46 template<typename _Container> 48 __insert_top_n(_Container& __output, 49 const typename _Container::value_type& __value, 50 typename _Container::size_type __n) 52 typename _Container::iterator __it = __output.begin(); 53 typename _Container::size_type __count = 0; 77 template<typename _Container> 79 __top_n(const _Container& __input, _Container& __output, 80 typename _Container::size_type __n [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_algos.h | 39 template<typename _Container> 41 __insert_top_n(_Container& __output, 42 const typename _Container::value_type& __value, 43 typename _Container::size_type __n) 45 typename _Container::iterator __it = __output.begin(); 46 typename _Container::size_type __count = 0; 70 template<typename _Container> 72 __top_n(const _Container& __input, _Container& __output, 73 typename _Container::size_type __n [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler_algos.h | 46 template<typename _Container> 48 __insert_top_n(_Container& __output, 49 const typename _Container::value_type& __value, 50 typename _Container::size_type __n) 52 typename _Container::iterator __it = __output.begin(); 53 typename _Container::size_type __count = 0; 77 template<typename _Container> 79 __top_n(const _Container& __input, _Container& __output, 80 typename _Container::size_type __n [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_algos.h | 39 template<typename _Container> 41 __insert_top_n(_Container& __output, 42 const typename _Container::value_type& __value, 43 typename _Container::size_type __n) 45 typename _Container::iterator __it = __output.begin(); 46 typename _Container::size_type __count = 0; 70 template<typename _Container> 72 __top_n(const _Container& __input, _Container& __output, 73 typename _Container::size_type __n [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/ |
profiler_algos.h | 39 template<typename _Container> 41 __insert_top_n(_Container& __output, 42 const typename _Container::value_type& __value, 43 typename _Container::size_type __n) 45 typename _Container::iterator __it = __output.begin(); 46 typename _Container::size_type __count = 0; 70 template<typename _Container> 72 __top_n(const _Container& __input, _Container& __output, 73 typename _Container::size_type __n [all...] |