HomeSort by relevance Sort by last modified time
    Searched refs:difference_type (Results 26 - 50 of 1132) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/containers/sequences/deque/
types.pass.cpp 25 // typedef typename allocator_type::difference_type difference_type;
50 static_assert((std::is_same<typename C::difference_type, typename Allocator::difference_type>::value), "");
67 static_assert((std::is_signed<typename C::difference_type>::value), "");
69 static_assert((std::is_same<typename C::difference_type,
70 typename std::iterator_traits<typename C::iterator>::difference_type>::value), "");
71 static_assert((std::is_same<typename C::difference_type,
72 typename std::iterator_traits<typename C::const_iterator>::difference_type>::value), "");
93 static_assert((std::is_same<C::size_type, std::make_unsigned<C::difference_type>::type>::value), "")
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/
types.pass.cpp 25 // typedef typename allocator_type::difference_type difference_type;
50 static_assert((std::is_same<typename C::difference_type, typename Allocator::difference_type>::value), "");
67 static_assert((std::is_signed<typename C::difference_type>::value), "");
69 static_assert((std::is_same<typename C::difference_type,
70 typename std::iterator_traits<typename C::iterator>::difference_type>::value), "");
71 static_assert((std::is_same<typename C::difference_type,
72 typename std::iterator_traits<typename C::const_iterator>::difference_type>::value), "");
93 static_assert((std::is_same<C::size_type, std::make_unsigned<C::difference_type>::type>::value), "")
    [all...]
  /external/llvm/include/llvm/ADT/
Sequence.h 35 typedef typename BaseT::difference_type difference_type; typedef in class:llvm::detail::value_sequence_iterator
46 value_sequence_iterator &operator+=(difference_type N) {
50 value_sequence_iterator &operator-=(difference_type N) {
55 difference_type operator-(const value_sequence_iterator &RHS) const {
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/array/
types.pass.cpp 23 // typedef ptrdiff_t difference_type;
44 static_assert((std::is_same<C::difference_type, std::ptrdiff_t>::value), "");
48 static_assert((std::is_signed<typename C::difference_type>::value), "");
50 static_assert((std::is_same<typename C::difference_type,
51 typename std::iterator_traits<typename C::iterator>::difference_type>::value), "");
52 static_assert((std::is_same<typename C::difference_type,
53 typename std::iterator_traits<typename C::const_iterator>::difference_type>::value), "");
65 static_assert((std::is_same<C::difference_type, std::ptrdiff_t>::value), "");
69 static_assert((std::is_signed<typename C::difference_type>::value), "");
71 static_assert((std::is_same<typename C::difference_type,
    [all...]
  /external/libcxx/test/std/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), "");
  /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_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
iterator.h 55 typedef typename _TraitsType::difference_type difference_type; typedef in class:__gnu_parallel::_IteratorPair
105 operator+(difference_type __delta) const
109 difference_type
125 typedef typename std::iterator_traits<_Iterator1>::difference_type
126 difference_type; typedef in class:__gnu_parallel::_IteratorTriple
188 operator+(difference_type __delta) const
192 difference_type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
iterator.h 55 typedef typename _TraitsType::difference_type difference_type; typedef in class:__gnu_parallel::_IteratorPair
105 operator+(difference_type __delta) const
109 difference_type
125 typedef typename std::iterator_traits<_Iterator1>::difference_type
126 difference_type; typedef in class:__gnu_parallel::_IteratorTriple
188 operator+(difference_type __delta) const
192 difference_type
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 51 typedef typename _Alloc::difference_type difference_type; typedef in class:const_iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
iterator.h 55 typedef typename _TraitsType::difference_type difference_type; typedef in class:__gnu_parallel::_IteratorPair
105 operator+(difference_type __delta) const
109 difference_type
125 typedef typename std::iterator_traits<_Iterator1>::difference_type
126 difference_type; typedef in class:__gnu_parallel::_IteratorTriple
188 operator+(difference_type __delta) const
192 difference_type
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 51 typedef typename _Alloc::difference_type difference_type; typedef in class:const_iterator_
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
iterator.h 55 typedef typename _TraitsType::difference_type difference_type; typedef in class:__gnu_parallel::_IteratorPair
105 operator+(difference_type __delta) const
109 difference_type
125 typedef typename std::iterator_traits<_Iterator1>::difference_type
126 difference_type; typedef in class:__gnu_parallel::_IteratorTriple
188 operator+(difference_type __delta) const
192 difference_type
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 51 typedef typename _Alloc::difference_type difference_type; typedef in class:const_iterator_
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
iterator.h 55 typedef typename _TraitsType::difference_type difference_type; typedef in class:__gnu_parallel::_IteratorPair
105 operator+(difference_type __delta) const
109 difference_type
125 typedef typename std::iterator_traits<_Iterator1>::difference_type
126 difference_type; typedef in class:__gnu_parallel::_IteratorTriple
188 operator+(difference_type __delta) const
192 difference_type
  /prebuilts/ndk/r11/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), "");
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 51 typedef typename _Alloc::difference_type difference_type; typedef in class:const_iterator_
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
iterator.h 55 typedef typename _TraitsType::difference_type difference_type; typedef in class:__gnu_parallel::_IteratorPair
105 operator+(difference_type __delta) const
109 difference_type
125 typedef typename std::iterator_traits<_Iterator1>::difference_type
126 difference_type; typedef in class:__gnu_parallel::_IteratorTriple
188 operator+(difference_type __delta) const
192 difference_type
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /external/libcxx/test/std/containers/sequences/array/
types.pass.cpp 23 // typedef ptrdiff_t difference_type;
42 static_assert((std::is_same<typename ItT::difference_type, typename C::difference_type>::value), "");
48 static_assert((std::is_same<typename CItT::difference_type, typename C::difference_type>::value), "");
64 static_assert((std::is_same<C::difference_type, std::ptrdiff_t>::value), "");
68 static_assert((std::is_signed<typename C::difference_type>::value), "");
70 static_assert((std::is_same<typename C::difference_type,
71 typename std::iterator_traits<typename C::iterator>::difference_type>::value), "");
72 static_assert((std::is_same<typename C::difference_type,
    [all...]
  /external/libcxx/test/std/utilities/memory/pointer.traits/
pointer.pass.cpp 25 typedef char difference_type; typedef in struct:A
  /external/v8/src/base/
iterator.h 28 typename std::iterator_traits<iterator>::difference_type difference_type; typedef in class:v8::base::iterator_range
45 reference operator[](difference_type n) { return begin()[n]; }
46 difference_type size() const { return cend() - cbegin(); }
  /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.15-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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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)

Completed in 852 milliseconds

12 3 4 5 6 7 8 91011>>