/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_iterator_base.h | 141 template <class _Iterator> 143 typedef typename _Iterator::iterator_category _OriginalTag; 146 template <class _Iterator> 148 typedef typename _Iterator::iterator_category iterator_category; 150 typedef typename _Iterator::value_type value_type; 151 typedef typename _Iterator::difference_type difference_type; 152 typedef typename _Iterator::pointer pointer; 153 typedef typename _Iterator::reference reference; 157 # define _STLP_DIFFERENCE_TYPE(_Iterator) typename iterator_traits<_Iterator>::difference_typ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_iterator_base.h | 141 template <class _Iterator> 143 typedef typename _Iterator::iterator_category _OriginalTag; 146 template <class _Iterator> 148 typedef typename _Iterator::iterator_category iterator_category; 150 typedef typename _Iterator::value_type value_type; 151 typedef typename _Iterator::difference_type difference_type; 152 typedef typename _Iterator::pointer pointer; 153 typedef typename _Iterator::reference reference; 157 # define _STLP_DIFFERENCE_TYPE(_Iterator) typename iterator_traits<_Iterator>::difference_typ [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_iterator_base.h | 141 template <class _Iterator> 143 typedef typename _Iterator::iterator_category _OriginalTag; 146 template <class _Iterator> 148 typedef typename _Iterator::iterator_category iterator_category; 150 typedef typename _Iterator::value_type value_type; 151 typedef typename _Iterator::difference_type difference_type; 152 typedef typename _Iterator::pointer pointer; 153 typedef typename _Iterator::reference reference; 157 # define _STLP_DIFFERENCE_TYPE(_Iterator) typename iterator_traits<_Iterator>::difference_typ [all...] |
/external/stlport/stlport/ |
iterator | 36 # include <stl/_iterator.h>
|
/ndk/sources/cxx-stl/stlport/stlport/ |
iterator | 36 # include <stl/_iterator.h>
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
iterator | 36 # include <stl/_iterator.h>
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
iterator | 36 # include <stl/_iterator.h>
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
iterator | 36 # include <stl/_iterator.h>
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
iterator | 36 # include <stl/_iterator.h>
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
iterator | 36 # include <stl/_iterator.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_algobase.h | 262 // If _Iterator is a __normal_iterator return its base (a plain pointer, 264 template<typename _Iterator, 265 bool _IsNormal = __is_normal_iterator<_Iterator>::__value> 268 static _Iterator 269 __b(_Iterator __it) 273 template<typename _Iterator> 274 struct __niter_base<_Iterator, true> 276 static typename _Iterator::iterator_type 277 __b(_Iterator __it) 282 template<typename _Iterator, [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algobase.h | 262 // If _Iterator is a __normal_iterator return its base (a plain pointer, 264 template<typename _Iterator, 265 bool _IsNormal = __is_normal_iterator<_Iterator>::__value> 268 static _Iterator 269 __b(_Iterator __it) 273 template<typename _Iterator> 274 struct __niter_base<_Iterator, true> 276 static typename _Iterator::iterator_type 277 __b(_Iterator __it) 282 template<typename _Iterator, [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algobase.h | 262 // If _Iterator is a __normal_iterator return its base (a plain pointer, 264 template<typename _Iterator, 265 bool _IsNormal = __is_normal_iterator<_Iterator>::__value> 268 static _Iterator 269 __b(_Iterator __it) 273 template<typename _Iterator> 274 struct __niter_base<_Iterator, true> 276 static typename _Iterator::iterator_type 277 __b(_Iterator __it) 282 template<typename _Iterator, [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algobase.h | 262 // If _Iterator is a __normal_iterator return its base (a plain pointer, 264 template<typename _Iterator, 265 bool _IsNormal = __is_normal_iterator<_Iterator>::__value> 268 static _Iterator 269 __b(_Iterator __it) 273 template<typename _Iterator> 274 struct __niter_base<_Iterator, true> 276 static typename _Iterator::iterator_type 277 __b(_Iterator __it) 282 template<typename _Iterator, [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_algobase.h | 262 // If _Iterator is a __normal_iterator return its base (a plain pointer, 264 template<typename _Iterator, 265 bool _IsNormal = __is_normal_iterator<_Iterator>::__value> 268 static _Iterator 269 __b(_Iterator __it) 273 template<typename _Iterator> 274 struct __niter_base<_Iterator, true> 276 static typename _Iterator::iterator_type 277 __b(_Iterator __it) 282 template<typename _Iterator, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
hashtable_policy.h | 38 template<class _Iterator> 39 inline typename std::iterator_traits<_Iterator>::difference_type 40 __distance_fw(_Iterator __first, _Iterator __last, 44 template<class _Iterator> 45 inline typename std::iterator_traits<_Iterator>::difference_type 46 __distance_fw(_Iterator __first, _Iterator __last, 50 template<class _Iterator> 51 inline typename std::iterator_traits<_Iterator>::difference_typ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
hashtable_policy.h | 42 template<class _Iterator> 43 inline typename std::iterator_traits<_Iterator>::difference_type 44 __distance_fw(_Iterator __first, _Iterator __last, 48 template<class _Iterator> 49 inline typename std::iterator_traits<_Iterator>::difference_type 50 __distance_fw(_Iterator __first, _Iterator __last, 54 template<class _Iterator> 55 inline typename std::iterator_traits<_Iterator>::difference_typ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
hashtable_policy.h | 41 template<class _Iterator> 42 inline typename std::iterator_traits<_Iterator>::difference_type 43 __distance_fw(_Iterator __first, _Iterator __last, 47 template<class _Iterator> 48 inline typename std::iterator_traits<_Iterator>::difference_type 49 __distance_fw(_Iterator __first, _Iterator __last, 53 template<class _Iterator> 54 inline typename std::iterator_traits<_Iterator>::difference_typ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
hashtable_policy.h | 42 template<class _Iterator> 43 inline typename std::iterator_traits<_Iterator>::difference_type 44 __distance_fw(_Iterator __first, _Iterator __last, 48 template<class _Iterator> 49 inline typename std::iterator_traits<_Iterator>::difference_type 50 __distance_fw(_Iterator __first, _Iterator __last, 54 template<class _Iterator> 55 inline typename std::iterator_traits<_Iterator>::difference_typ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
hashtable_policy.h | 41 template<class _Iterator> 42 inline typename std::iterator_traits<_Iterator>::difference_type 43 __distance_fw(_Iterator __first, _Iterator __last, 47 template<class _Iterator> 48 inline typename std::iterator_traits<_Iterator>::difference_type 49 __distance_fw(_Iterator __first, _Iterator __last, 53 template<class _Iterator> 54 inline typename std::iterator_traits<_Iterator>::difference_typ [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable_policy.h | 38 template<class _Iterator> 39 inline typename std::iterator_traits<_Iterator>::difference_type 40 __distance_fw(_Iterator __first, _Iterator __last, 44 template<class _Iterator> 45 inline typename std::iterator_traits<_Iterator>::difference_type 46 __distance_fw(_Iterator __first, _Iterator __last, 50 template<class _Iterator> 51 inline typename std::iterator_traits<_Iterator>::difference_typ [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable_policy.h | 38 template<class _Iterator> 39 inline typename std::iterator_traits<_Iterator>::difference_type 40 __distance_fw(_Iterator __first, _Iterator __last, 44 template<class _Iterator> 45 inline typename std::iterator_traits<_Iterator>::difference_type 46 __distance_fw(_Iterator __first, _Iterator __last, 50 template<class _Iterator> 51 inline typename std::iterator_traits<_Iterator>::difference_typ [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable_policy.h | 38 template<class _Iterator> 39 inline typename std::iterator_traits<_Iterator>::difference_type 40 __distance_fw(_Iterator __first, _Iterator __last, 44 template<class _Iterator> 45 inline typename std::iterator_traits<_Iterator>::difference_type 46 __distance_fw(_Iterator __first, _Iterator __last, 50 template<class _Iterator> 51 inline typename std::iterator_traits<_Iterator>::difference_typ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
hashtable_policy.h | 38 template<class _Iterator> 39 inline typename std::iterator_traits<_Iterator>::difference_type 40 __distance_fw(_Iterator __first, _Iterator __last, 44 template<class _Iterator> 45 inline typename std::iterator_traits<_Iterator>::difference_type 46 __distance_fw(_Iterator __first, _Iterator __last, 50 template<class _Iterator> 51 inline typename std::iterator_traits<_Iterator>::difference_typ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
hashtable_policy.h | 42 template<class _Iterator> 43 inline typename std::iterator_traits<_Iterator>::difference_type 44 __distance_fw(_Iterator __first, _Iterator __last, 48 template<class _Iterator> 49 inline typename std::iterator_traits<_Iterator>::difference_type 50 __distance_fw(_Iterator __first, _Iterator __last, 54 template<class _Iterator> 55 inline typename std::iterator_traits<_Iterator>::difference_typ [all...] |