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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator.h 100 typename iterator_traits<_Iterator>::difference_type,
111 typedef typename __traits_type::difference_type difference_type; typedef in class:reverse_iterator
232 operator+(difference_type __n) const
242 operator+=(difference_type __n)
254 operator-(difference_type __n) const
264 operator-=(difference_type __n)
276 operator[](difference_type __n) const
327 inline typename reverse_iterator<_Iterator>::difference_type
334 operator+(typename reverse_iterator<_Iterator>::difference_type __n
720 typedef typename __traits_type::difference_type difference_type; typedef in class:__normal_iterator
958 typedef typename __traits_type::difference_type difference_type; typedef in class:move_iterator
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator.h 100 typename iterator_traits<_Iterator>::difference_type,
111 typedef typename __traits_type::difference_type difference_type; typedef in class:reverse_iterator
232 operator+(difference_type __n) const
242 operator+=(difference_type __n)
254 operator-(difference_type __n) const
264 operator-=(difference_type __n)
276 operator[](difference_type __n) const
327 inline typename reverse_iterator<_Iterator>::difference_type
334 operator+(typename reverse_iterator<_Iterator>::difference_type __n
720 typedef typename __traits_type::difference_type difference_type; typedef in class:__normal_iterator
958 typedef typename __traits_type::difference_type difference_type; typedef in class:move_iterator
    [all...]
  /external/libcxx/test/support/
test_iterators.h 35 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:output_iterator
67 typedef typename Traits::difference_type difference_type; typedef in class:input_iterator
119 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:forward_iterator
171 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:bidirectional_iterator
222 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:random_access_iterator
336 typedef ptrdiff_t difference_type; typedef in struct:ThrowingIterator
475 typedef ptrdiff_t difference_type; typedef in struct:NonThrowingIterator
    [all...]
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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
test_iterators.h 34 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:output_iterator
64 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:input_iterator
116 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:forward_iterator
168 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:bidirectional_iterator
219 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:random_access_iterator
333 typedef ptrdiff_t difference_type; typedef in struct:ThrowingIterator
472 typedef ptrdiff_t difference_type; typedef in struct:NonThrowingIterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
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/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
iterator_tracker.h 55 typedef typename _Traits::difference_type difference_type; typedef in class:__profile::__iterator_tracker
136 operator[](const difference_type& __n) const _GLIBCXX_NOEXCEPT
140 operator+=(const difference_type& __n) _GLIBCXX_NOEXCEPT
147 operator+(const difference_type& __n) const _GLIBCXX_NOEXCEPT
155 operator-=(const difference_type& __n) _GLIBCXX_NOEXCEPT
162 operator-(const difference_type& __n) const _GLIBCXX_NOEXCEPT
267 inline typename __iterator_tracker<_IteratorL, _Sequence>::difference_type
274 inline typename __iterator_tracker<_Iterator, _Sequence>::difference_type
282 operator+(typename __iterator_tracker<_Iterator,_Sequence>::difference_type
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
iterator_tracker.h 55 typedef typename _Traits::difference_type difference_type; typedef in class:__profile::__iterator_tracker
136 operator[](const difference_type& __n) const _GLIBCXX_NOEXCEPT
140 operator+=(const difference_type& __n) _GLIBCXX_NOEXCEPT
147 operator+(const difference_type& __n) const _GLIBCXX_NOEXCEPT
155 operator-=(const difference_type& __n) _GLIBCXX_NOEXCEPT
162 operator-(const difference_type& __n) const _GLIBCXX_NOEXCEPT
267 inline typename __iterator_tracker<_IteratorL, _Sequence>::difference_type
274 inline typename __iterator_tracker<_Iterator, _Sequence>::difference_type
282 operator+(typename __iterator_tracker<_Iterator,_Sequence>::difference_type
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
iterator_tracker.h 55 typedef typename _Traits::difference_type difference_type; typedef in class:__profile::__iterator_tracker
136 operator[](const difference_type& __n) const _GLIBCXX_NOEXCEPT
140 operator+=(const difference_type& __n) _GLIBCXX_NOEXCEPT
147 operator+(const difference_type& __n) const _GLIBCXX_NOEXCEPT
155 operator-=(const difference_type& __n) _GLIBCXX_NOEXCEPT
162 operator-(const difference_type& __n) const _GLIBCXX_NOEXCEPT
267 inline typename __iterator_tracker<_IteratorL, _Sequence>::difference_type
274 inline typename __iterator_tracker<_Iterator, _Sequence>::difference_type
282 operator+(typename __iterator_tracker<_Iterator,_Sequence>::difference_type
    [all...]
  /art/runtime/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.11-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-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;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/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.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.operations/
distance.pass.cpp 13 // Iter::difference_type
17 // Iter::difference_type
27 test(It first, It last, typename std::iterator_traits<It>::difference_type x)
  /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), "");
pointer.pass.cpp 15 // typedef ptrdiff_t difference_type;
30 static_assert((std::is_same<It::difference_type, std::ptrdiff_t>::value), "");
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
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

Completed in 1721 milliseconds

1 2 3 45 6 7 8 91011>>