HomeSort by relevance Sort by last modified time
    Searched defs:difference_type (Results 1 - 25 of 1288) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/utilities/memory/pointer.traits/
pointer.pass.cpp 25 typedef char difference_type; typedef in struct:A
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/
pointer.pass.cpp 25 typedef char difference_type; typedef in struct:A
  /external/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/
difference_type.pass.cpp 15 // typedef <details> difference_type;
25 typedef char difference_type; typedef in struct:A
39 typedef char difference_type; typedef in struct:D
44 static_assert((std::is_same<std::pointer_traits<A>::difference_type, char>::value), "");
45 static_assert((std::is_same<std::pointer_traits<B>::difference_type, std::ptrdiff_t>::value), "");
46 static_assert((std::is_same<std::pointer_traits<C<double> >::difference_type, std::ptrdiff_t>::value), "");
47 static_assert((std::is_same<std::pointer_traits<D<int> >::difference_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/
difference_type.pass.cpp 15 // typedef <details> difference_type;
25 typedef char difference_type; typedef in struct:A
39 typedef char difference_type; typedef in struct:D
44 static_assert((std::is_same<std::pointer_traits<A>::difference_type, char>::value), "");
45 static_assert((std::is_same<std::pointer_traits<B>::difference_type, std::ptrdiff_t>::value), "");
46 static_assert((std::is_same<std::pointer_traits<C<double> >::difference_type, std::ptrdiff_t>::value), "");
47 static_assert((std::is_same<std::pointer_traits<D<int> >::difference_type, char>::value), "");
  /external/libcxx/test/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 15 // typedef typename Iter::difference_type difference_type;
29 typedef int difference_type; typedef in struct:test_iterator
39 static_assert((std::is_same<It::difference_type, int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 15 // typedef typename Iter::difference_type difference_type;
29 typedef int difference_type; typedef in struct:test_iterator
39 static_assert((std::is_same<It::difference_type, int>::value), "");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
iterator.hpp 30 typedef Distance difference_type; typedef in struct:boost::iterator
48 typedef Distance difference_type;
  /external/libcxx/test/strings/basic.string/
input_iterator.h 22 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:input_iterator
  /external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
difference_type.pass.cpp 15 // typedef Alloc::difference_type
16 // | pointer_traits<pointer>::difference_type difference_type;
27 typedef short difference_type; typedef in struct:A
52 typedef signed char difference_type; typedef in struct:std::pointer_traits
59 static_assert((std::is_same<std::allocator_traits<A<char> >::difference_type, short>::value), "");
60 static_assert((std::is_same<std::allocator_traits<B<char> >::difference_type, std::ptrdiff_t>::value), "");
61 static_assert((std::is_same<std::allocator_traits<C<char> >::difference_type, signed char>::value), "");
size_type.pass.cpp 51 typedef signed char difference_type; typedef in struct:std::pointer_traits
  /external/stlport/stlport/stl/
_raw_storage_iter.h 49 typedef void difference_type; typedef in class:raw_storage_iterator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
input_iterator.h 22 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:input_iterator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
difference_type.pass.cpp 15 // typedef Alloc::difference_type
16 // | pointer_traits<pointer>::difference_type difference_type;
27 typedef short difference_type; typedef in struct:A
52 typedef signed char difference_type; typedef in struct:std::pointer_traits
59 static_assert((std::is_same<std::allocator_traits<A<char> >::difference_type, short>::value), "");
60 static_assert((std::is_same<std::allocator_traits<B<char> >::difference_type, std::ptrdiff_t>::value), "");
61 static_assert((std::is_same<std::allocator_traits<C<char> >::difference_type, signed char>::value), "");
size_type.pass.cpp 51 typedef signed char difference_type; typedef in struct:std::pointer_traits
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 49 typedef void difference_type; typedef in class:raw_storage_iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/debug/
safe_sequence.h 80 typedef typename std::iterator_traits<_Iterator>::difference_type
81 difference_type; typedef in class:__gnu_debug::_After_nth_from
84 difference_type _M_n;
87 _After_nth_from(const difference_type& __n, const _Iterator& __base)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 45 typedef typename Allocator::difference_type difference_type; typedef in struct:iterator
const_child_iterator.hpp 46 typedef typename Allocator::difference_type difference_type; typedef in struct:const_iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 54 typedef typename Allocator::difference_type difference_type; typedef in class:const_iterator_
const_point_iterator.hpp 54 typedef trivial_iterator_difference_type difference_type; typedef in class:const_point_iterator_
point_iterator.hpp 52 typedef trivial_iterator_difference_type difference_type; typedef in class:point_iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
safe_sequence.h 79 typedef typename std::iterator_traits<_Iterator>::difference_type
80 difference_type; typedef in class:__gnu_debug::_After_nth_from
83 difference_type _M_n;
86 _After_nth_from(const difference_type& __n, const _Iterator& __base)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 51 typedef typename _Alloc::difference_type difference_type; typedef in class:const_iterator_
point_const_iterator.hpp 52 typedef trivial_iterator_difference_type difference_type; typedef in class:point_const_iterator_
point_iterator.hpp 50 typedef trivial_iterator_difference_type difference_type; typedef in class:point_iterator_

Completed in 673 milliseconds

1 2 3 4 5 6 7 8 91011>>