HomeSort by relevance Sort by last modified time
    Searched full:iterator_traits (Results 176 - 200 of 281) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
memory 181 = typename std::iterator_traits<_ForwardIterator>::value_type >
numeric 137 typename std::iterator_traits<_ForwardIter>::value_type>)
pointer.h 218 * This structure accomodates the way in which std::iterator_traits<>
272 // These are needed for iterator_traits
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 65 typedef typename std::iterator_traits<_Iterator>::difference_type
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
memory 181 = typename std::iterator_traits<_ForwardIterator>::value_type >
numeric 137 typename std::iterator_traits<_ForwardIter>::value_type>)
  /external/llvm/include/llvm/ADT/
STLExtras.h 70 typedef typename std::iterator_traits<RootIt>::iterator_category
72 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/android-ndk-r5/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/android-ndk-r5/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/android-ndk-r5/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r6/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/android-ndk-r6/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/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 584 typename iterator_traits<_IIter>::difference_type
588 typename iterator_traits<_IIter>::difference_type

Completed in 939 milliseconds

1 2 3 4 5 6 78 91011>>