Searched
full:iterator_traits (Results
401 -
425 of
599) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
hashtable_policy.h | 42 inline typename std::iterator_traits<_Iterator>::difference_type 48 inline typename std::iterator_traits<_Iterator>::difference_type 54 inline typename std::iterator_traits<_Iterator>::difference_type 57 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
|
/external/llvm/include/llvm/ADT/ |
STLExtras.h | 80 typedef typename std::iterator_traits<RootIt>::iterator_category 82 typedef typename std::iterator_traits<RootIt>::difference_type
|
/external/protobuf/gtest/include/gtest/ |
gtest-param-test.h.pump | 273 typename ::std::iterator_traits<ForwardIterator>::value_type> ValuesIn( 276 typedef typename ::std::iterator_traits<ForwardIterator>::value_type
|
/external/stlport/stlport/stl/ |
type_traits.h | 614 # define _STLP_IS_POD_ITER(_It, _Tp) __type_traits< typename iterator_traits< _Tp >::value_type >::is_POD_type() 616 # define _STLP_IS_POD_ITER(_It, _Tp) typename __type_traits< typename iterator_traits< _Tp >::value_type >::is_POD_type()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
type_traits.h | 614 # define _STLP_IS_POD_ITER(_It, _Tp) __type_traits< typename iterator_traits< _Tp >::value_type >::is_POD_type() 616 # define _STLP_IS_POD_ITER(_It, _Tp) typename __type_traits< typename iterator_traits< _Tp >::value_type >::is_POD_type()
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
algorithmfwd.h | 584 typename iterator_traits<_IIter>::difference_type 588 typename iterator_traits<_IIter>::difference_type
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
safe_iterator.h | 88 typedef std::iterator_traits<_Iterator> _Traits; 373 typedef typename std::iterator_traits<_Iterator1>::iterator_category
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
pointer.h | 218 * This structure accomodates the way in which std::iterator_traits<> 272 // These are needed for iterator_traits
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
algorithmfwd.h | 595 typename iterator_traits<_IIter>::difference_type 599 typename iterator_traits<_IIter>::difference_type
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
pointer.h | 233 * std::iterator_traits<> is normally specialized for const T*, so 290 // These are needed for iterator_traits
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
algorithmfwd.h | 595 typename iterator_traits<_IIter>::difference_type 599 typename iterator_traits<_IIter>::difference_type
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
pointer.h | 233 * std::iterator_traits<> is normally specialized for const T*, so 290 // These are needed for iterator_traits
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 584 typename iterator_traits<_IIter>::difference_type 588 typename iterator_traits<_IIter>::difference_type
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
safe_iterator.h | 88 typedef std::iterator_traits<_Iterator> _Traits; 373 typedef typename std::iterator_traits<_Iterator1>::iterator_category
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pointer.h | 218 * This structure accomodates the way in which std::iterator_traits<> 272 // These are needed for iterator_traits
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
type_traits.h | 614 # define _STLP_IS_POD_ITER(_It, _Tp) __type_traits< typename iterator_traits< _Tp >::value_type >::is_POD_type() 616 # define _STLP_IS_POD_ITER(_It, _Tp) typename __type_traits< typename iterator_traits< _Tp >::value_type >::is_POD_type()
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 584 typename iterator_traits<_IIter>::difference_type 588 typename iterator_traits<_IIter>::difference_type
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
safe_iterator.h | 88 typedef std::iterator_traits<_Iterator> _Traits; 373 typedef typename std::iterator_traits<_Iterator1>::iterator_category
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pointer.h | 218 * This structure accomodates the way in which std::iterator_traits<> 272 // These are needed for iterator_traits
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
type_traits.h | 614 # define _STLP_IS_POD_ITER(_It, _Tp) __type_traits< typename iterator_traits< _Tp >::value_type >::is_POD_type() 616 # define _STLP_IS_POD_ITER(_It, _Tp) typename __type_traits< typename iterator_traits< _Tp >::value_type >::is_POD_type()
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 584 typename iterator_traits<_IIter>::difference_type 588 typename iterator_traits<_IIter>::difference_type
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
safe_iterator.h | 88 typedef std::iterator_traits<_Iterator> _Traits; 373 typedef typename std::iterator_traits<_Iterator1>::iterator_category
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pointer.h | 218 * This structure accomodates the way in which std::iterator_traits<> 272 // These are needed for iterator_traits
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
type_traits.h | 614 # define _STLP_IS_POD_ITER(_It, _Tp) __type_traits< typename iterator_traits< _Tp >::value_type >::is_POD_type() 616 # define _STLP_IS_POD_ITER(_It, _Tp) typename __type_traits< typename iterator_traits< _Tp >::value_type >::is_POD_type()
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
algorithmfwd.h | 584 typename iterator_traits<_IIter>::difference_type 588 typename iterator_traits<_IIter>::difference_type
|
Completed in 525 milliseconds
<<11121314151617181920>>