Searched
full:iterator_traits (Results
426 -
450 of
599) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/ |
safe_iterator.h | 88 typedef std::iterator_traits<_Iterator> _Traits; 373 typedef typename std::iterator_traits<_Iterator1>::iterator_category
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
pointer.h | 218 * This structure accomodates the way in which std::iterator_traits<> 272 // These are needed for iterator_traits
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
algorithmfwd.h | 595 typename iterator_traits<_IIter>::difference_type 599 typename iterator_traits<_IIter>::difference_type
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
pointer.h | 233 * std::iterator_traits<> is normally specialized for const T*, so 290 // These are needed for iterator_traits
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
algorithmfwd.h | 606 typename iterator_traits<_IIter>::difference_type 610 typename iterator_traits<_IIter>::difference_type
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
pointer.h | 236 * std::iterator_traits<> is normally specialized for const T*, so 285 // These are needed for iterator_traits
|
/prebuilts/ndk/8/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/9/sources/cxx-stl/EH/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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
algorithmfwd.h | 595 typename iterator_traits<_IIter>::difference_type 599 typename iterator_traits<_IIter>::difference_type
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
pointer.h | 233 * std::iterator_traits<> is normally specialized for const T*, so 290 // These are needed for iterator_traits
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
algorithmfwd.h | 606 typename iterator_traits<_IIter>::difference_type 610 typename iterator_traits<_IIter>::difference_type
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
pointer.h | 236 * std::iterator_traits<> is normally specialized for const T*, so 285 // These are needed for iterator_traits
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
algorithmfwd.h | 606 typename iterator_traits<_IIter>::difference_type 610 typename iterator_traits<_IIter>::difference_type
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
pointer.h | 237 * std::iterator_traits<> is normally specialized for const T*, so 286 // These are needed for iterator_traits
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
base.hpp | 174 F (typename std::iterator_traits<Its>::value_type...)
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
base.hpp | 174 F (typename std::iterator_traits<Its>::value_type...)
|
/external/stlport/etc/ |
ChangeLog-4.0 | 5 * _iterator_base.h : made possible to choose between iterator_traits approach 10 iterator_traits<> made always defined. 13 moved into separate file. Added iterator_traits<> specializations for pointer types 15 to specialize both type_traits and iterator_traits for a pointer to user-defined
|
/external/stlport/stlport/stl/config/ |
_msvc.h | 132 /* There is no partial spec, and MSVC breaks on simulating it for iterator_traits queries */
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 132 /* There is no partial spec, and MSVC breaks on simulating it for iterator_traits queries */
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/ |
token_iterator.hpp | 23 #include <boost/iterator/iterator_traits.hpp>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_tempbuf.h | 236 typedef typename std::iterator_traits<_ForwardIterator>::value_type
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/ |
iterator_tracker.h | 49 typedef std::iterator_traits<_Iterator> _Traits;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_tempbuf.h | 236 typedef typename std::iterator_traits<_ForwardIterator>::value_type
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/ |
iterator_tracker.h | 49 typedef std::iterator_traits<_Iterator> _Traits;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 132 /* There is no partial spec, and MSVC breaks on simulating it for iterator_traits queries */
|
Completed in 738 milliseconds
<<11121314151617181920>>