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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/android-ndk-r7/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-r7/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-r7/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()
  /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 */
  /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/android-ndk-r5/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 */
  /prebuilts/ndk/android-ndk-r6/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 */
  /prebuilts/ndk/android-ndk-r7/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_iterator.h 102 typedef std::iterator_traits<_Iterator> _Traits;
390 typedef typename std::iterator_traits<_Iterator1>::iterator_category
666 typename std::iterator_traits<_Iterator>::
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_iterator.h 102 typedef std::iterator_traits<_Iterator> _Traits;
390 typedef typename std::iterator_traits<_Iterator1>::iterator_category
666 typename std::iterator_traits<_Iterator>::
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 62 typename ::std::iterator_traits<ForwardIterator>::value_type> ValuesIn(
  /external/stlport/stlport/stl/debug/
_iterator.h 131 typedef typename iterator_traits<_Const_iterator>::iterator_category _Iterator_category;
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 131 typedef typename iterator_traits<_Const_iterator>::iterator_category _Iterator_category;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
trie_policy.hpp 87 typedef typename std::iterator_traits<const_iterator>::value_type e_type;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
trie_policy.hpp 88 typedef typename std::iterator_traits<const_iterator>::value_type e_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
trie_policy.hpp 88 typedef typename std::iterator_traits<const_iterator>::value_type e_type;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 87 typedef typename std::iterator_traits<const_iterator>::value_type e_type;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 131 typedef typename iterator_traits<_Const_iterator>::iterator_category _Iterator_category;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 87 typedef typename std::iterator_traits<const_iterator>::value_type e_type;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 131 typedef typename iterator_traits<_Const_iterator>::iterator_category _Iterator_category;

Completed in 2986 milliseconds

1 2 3 4 5 6 7 891011>>