HomeSort by relevance Sort by last modified time
    Searched refs:difference_type (Results 76 - 100 of 1009) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/
input_iterator.h 22 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:input_iterator
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.types/
size_type.pass.cpp 50 typedef short difference_type; typedef in struct:D
61 typedef signed char difference_type; typedef in struct:std::pointer_traits
  /external/libcxx/test/std/experimental/filesystem/class.directory_iterator/
types.pass.cpp 17 // typedef ... difference_type;
34 ASSERT_SAME_TYPE(D::difference_type, std::ptrdiff_t);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_alloc.i 22 typedef ptrdiff_t difference_type;
69 typedef ptrdiff_t difference_type;
std_common.i 46 typedef ptrdiff_t difference_type;
52 typedef Distance difference_type;
59 typedef ptrdiff_t difference_type;
63 inline typename iterator_traits<_InputIterator>::difference_type
66 typename iterator_traits<_InputIterator>::difference_type __n = 0;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.directory_iterator/
types.pass.cpp 17 // typedef ... difference_type;
34 ASSERT_SAME_TYPE(D::difference_type, std::ptrdiff_t);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator.h 99 typename iterator_traits<_Iterator>::difference_type,
110 typedef typename __traits_type::difference_type difference_type; typedef in class:reverse_iterator
231 operator+(difference_type __n) const
241 operator+=(difference_type __n)
253 operator-(difference_type __n) const
263 operator-=(difference_type __n)
275 operator[](difference_type __n) const
326 inline typename reverse_iterator<_Iterator>::difference_type
333 operator+(typename reverse_iterator<_Iterator>::difference_type __n
719 typedef typename __traits_type::difference_type difference_type; typedef in class:__normal_iterator
941 typedef typename __traits_type::difference_type difference_type; typedef in class:move_iterator
    [all...]
ptr_traits.h 42 _GLIBCXX_HAS_NESTED_TYPE(difference_type)
63 typedef typename _Tp::difference_type __type;
144 typedef typename __ptrtr_diff_type<_Ptr>::__type difference_type; typedef in struct:pointer_traits
162 typedef ptrdiff_t difference_type; typedef in struct:pointer_traits
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_iterator.h 99 typename iterator_traits<_Iterator>::difference_type,
110 typedef typename __traits_type::difference_type difference_type; typedef in class:reverse_iterator
231 operator+(difference_type __n) const
241 operator+=(difference_type __n)
253 operator-(difference_type __n) const
263 operator-=(difference_type __n)
275 operator[](difference_type __n) const
326 inline typename reverse_iterator<_Iterator>::difference_type
333 operator+(typename reverse_iterator<_Iterator>::difference_type __n
719 typedef typename __traits_type::difference_type difference_type; typedef in class:__normal_iterator
941 typedef typename __traits_type::difference_type difference_type; typedef in class:move_iterator
    [all...]
ptr_traits.h 42 _GLIBCXX_HAS_NESTED_TYPE(difference_type)
63 typedef typename _Tp::difference_type __type;
144 typedef typename __ptrtr_diff_type<_Ptr>::__type difference_type; typedef in struct:pointer_traits
162 typedef ptrdiff_t difference_type; typedef in struct:pointer_traits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
iterator_tracker.h 55 typedef typename _Traits::difference_type difference_type; typedef in class:__profile::__iterator_tracker
135 operator[](const difference_type& __n) const
139 operator+=(const difference_type& __n)
146 operator+(const difference_type& __n) const
154 operator-=(const difference_type& __n)
161 operator-(const difference_type& __n) const
254 inline typename __iterator_tracker<_IteratorL, _Sequence>::difference_type
260 inline typename __iterator_tracker<_Iterator, _Sequence>::difference_type
267 operator+(typename __iterator_tracker<_Iterator,_Sequence>::difference_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
iterator_tracker.h 55 typedef typename _Traits::difference_type difference_type; typedef in class:__profile::__iterator_tracker
135 operator[](const difference_type& __n) const
139 operator+=(const difference_type& __n)
146 operator+(const difference_type& __n) const
154 operator-=(const difference_type& __n)
161 operator-(const difference_type& __n) const
254 inline typename __iterator_tracker<_IteratorL, _Sequence>::difference_type
260 inline typename __iterator_tracker<_Iterator, _Sequence>::difference_type
267 operator+(typename __iterator_tracker<_Iterator,_Sequence>::difference_type
    [all...]
  /art/libartbase/base/
transform_iterator.h 54 using difference_type = typename std::iterator_traits<BaseIterator>::difference_type;
99 reference operator[](difference_type n) const {
107 TransformIterator operator+(difference_type n) const {
115 TransformIterator operator-(difference_type n) const {
123 difference_type operator-(const TransformIterator& other) const {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
quicksort.h 50 typename std::iterator_traits<_RAIter>::difference_type
53 <_RAIter>::difference_type __pivot_rank,
55 <_RAIter>::difference_type
60 typedef typename _TraitsType::difference_type _DifferenceType;
107 typedef typename _TraitsType::difference_type _DifferenceType;
162 typedef typename _TraitsType::difference_type _DifferenceType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
quicksort.h 50 typename std::iterator_traits<_RAIter>::difference_type
53 <_RAIter>::difference_type __pivot_rank,
55 <_RAIter>::difference_type
60 typedef typename _TraitsType::difference_type _DifferenceType;
107 typedef typename _TraitsType::difference_type _DifferenceType;
162 typedef typename _TraitsType::difference_type _DifferenceType;
  /external/libcxx/test/std/iterators/iterator.primitives/iterator.operations/
prev.pass.cpp 13 // Iter prev(Iter x, Iter::difference_type n = 1);
22 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
26 It (*prev)(It, typename std::iterator_traits<It>::difference_type) = std::prev;
40 constexpr_test(It i, typename std::iterator_traits<It>::difference_type n, It x)
  /external/libcxx/test/std/iterators/iterator.primitives/iterator.basic/
iterator.pass.cpp 17 // typedef Distance difference_type;
34 static_assert((std::is_same<typename It::difference_type, std::ptrdiff_t>::value), "");
46 static_assert((std::is_same<typename It::difference_type, short>::value), "");
58 static_assert((std::is_same<typename It::difference_type, int>::value), "");
70 static_assert((std::is_same<typename It::difference_type, long>::value), "");
  /external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
const_pointer.pass.cpp 15 // typedef ptrdiff_t difference_type;
30 static_assert((std::is_same<It::difference_type, std::ptrdiff_t>::value), "");
const_volatile_pointer.pass.cpp 23 static_assert((std::is_same<It::difference_type, std::ptrdiff_t>::value), "");
pointer.pass.cpp 15 // typedef ptrdiff_t difference_type;
30 static_assert((std::is_same<It::difference_type, std::ptrdiff_t>::value), "");
volatile_pointer.pass.cpp 23 static_assert((std::is_same<It::difference_type, std::ptrdiff_t>::value), "");
  /external/libcxx/test/support/
min_allocator.h 197 typedef std::ptrdiff_t difference_type; typedef in class:min_pointer
212 min_pointer& operator+=(difference_type n) {ptr_ += n; return *this;}
213 min_pointer& operator-=(difference_type n) {ptr_ -= n; return *this;}
215 min_pointer operator+(difference_type n) const
222 friend min_pointer operator+(difference_type n, min_pointer x)
227 min_pointer operator-(difference_type n) const
234 friend difference_type operator-(min_pointer x, min_pointer y)
239 reference operator[](difference_type n) const {return ptr_[n];}
268 typedef std::ptrdiff_t difference_type; typedef in class:min_pointer
283 min_pointer& operator+=(difference_type n) {ptr_ += n; return *this;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DenseSet.h 66 typedef typename MapTy::iterator::difference_type difference_type; typedef in class:llvm::DenseSet::Iterator
86 typedef typename MapTy::const_iterator::difference_type difference_type; typedef in class:llvm::DenseSet::ConstIterator
STLExtras.h 72 typedef typename std::iterator_traits<RootIt>::difference_type
73 difference_type; typedef in class:llvm::mapped_iterator
99 _Self operator+ (difference_type n) const {
102 _Self& operator+= (difference_type n) { current += n; return *this; }
103 _Self operator- (difference_type n) const {
106 _Self& operator-= (difference_type n) { current -= n; return *this; }
107 reference operator[](difference_type n) const { return *(*this + n); }
113 inline difference_type operator-(const _Self &X) const {
120 operator+(typename mapped_iterator<_Iterator, Func>::difference_type N,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/iterator.primitives/iterator.basic/
iterator.pass.cpp 17 // typedef Distance difference_type;
34 static_assert((std::is_same<typename It::difference_type, std::ptrdiff_t>::value), "");
46 static_assert((std::is_same<typename It::difference_type, short>::value), "");
58 static_assert((std::is_same<typename It::difference_type, int>::value), "");
70 static_assert((std::is_same<typename It::difference_type, long>::value), "");

Completed in 1314 milliseconds

1 2 34 5 6 7 8 91011>>