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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+=/
difference_type.pass.cpp 15 // reverse_iterator& operator+=(difference_type n);
24 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-=/
difference_type.pass.cpp 15 // reverse_iterator& operator-=(difference_type n);
24 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/
difference_type.pass.cpp 15 // unspecified operator[](difference_type n) const;
24 test(It i, typename std::iterator_traits<It>::difference_type n,
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
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/r10/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 50 typename iterator_traits<_Iterator>::difference_type,
57 typedef typename iterator_traits<_Iterator>::difference_type difference_type; typedef in class:reverse_iterator
99 _Self operator+(difference_type __n) const { return _Self(current - __n); }
100 _Self& operator+=(difference_type __n) {
104 _Self operator-(difference_type __n) const { return _Self(current + __n); }
105 _Self& operator-=(difference_type __n) {
109 reference operator[](difference_type __n) const { return *(*this + __n); }
148 inline typename reverse_iterator<_Iterator>::difference_type _STLP_CALL
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 50 typename iterator_traits<_Iterator>::difference_type,
57 typedef typename iterator_traits<_Iterator>::difference_type difference_type; typedef in class:reverse_iterator
99 _Self operator+(difference_type __n) const { return _Self(current - __n); }
100 _Self& operator+=(difference_type __n) {
104 _Self operator-(difference_type __n) const { return _Self(current + __n); }
105 _Self& operator-=(difference_type __n) {
109 reference operator[](difference_type __n) const { return *(*this + __n); }
148 inline typename reverse_iterator<_Iterator>::difference_type _STLP_CALL
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 50 typename iterator_traits<_Iterator>::difference_type,
57 typedef typename iterator_traits<_Iterator>::difference_type difference_type; typedef in class:reverse_iterator
99 _Self operator+(difference_type __n) const { return _Self(current - __n); }
100 _Self& operator+=(difference_type __n) {
104 _Self operator-(difference_type __n) const { return _Self(current + __n); }
105 _Self& operator-=(difference_type __n) {
109 reference operator[](difference_type __n) const { return *(*this + __n); }
148 inline typename reverse_iterator<_Iterator>::difference_type _STLP_CALL
  /art/runtime/base/
iteration_range.h 30 typedef typename std::iterator_traits<Iter>::difference_type difference_type; typedef in class:art::IterationRange
  /external/libcxx/test/std/containers/unord/
iterator_difference_type.pass.cpp 21 typedef typename Map::difference_type Diff;
27 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
34 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
41 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
48 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
59 typedef typename Set::difference_type Diff;
65 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
73 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
  /external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iterator/
types.pass.cpp 23 // typename iterator_traits<Iterator>::difference_type,
50 static_assert((std::is_same<typename R::difference_type, typename T::difference_type>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h 66 typedef typename _Alloc::difference_type difference_type; typedef in class:debug_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 71 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
  /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/
iterator.hpp 51 typedef typename _Alloc::difference_type difference_type; typedef in class:iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
omp_loop.h 71 typename std::iterator_traits<_RAIter>::difference_type __bound)
73 typedef typename std::iterator_traits<_RAIter>::difference_type
omp_loop_static.h 71 typename std::iterator_traits<_RAIter>::difference_type __bound)
73 typedef typename std::iterator_traits<_RAIter>::difference_type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
debug_allocator.h 66 typedef typename _Alloc::difference_type difference_type; typedef in class:debug_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 71 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
  /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/
iterator.hpp 51 typedef typename _Alloc::difference_type difference_type; typedef in class:iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
omp_loop.h 71 typename std::iterator_traits<_RAIter>::difference_type __bound)
73 typedef typename std::iterator_traits<_RAIter>::difference_type
omp_loop_static.h 71 typename std::iterator_traits<_RAIter>::difference_type __bound)
73 typedef typename std::iterator_traits<_RAIter>::difference_type
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
debug_allocator.h 66 typedef typename _Alloc::difference_type difference_type; typedef in class:debug_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 71 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
  /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/
iterator.hpp 51 typedef typename _Alloc::difference_type difference_type; typedef in class:iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
omp_loop.h 71 typename std::iterator_traits<_RAIter>::difference_type __bound)
73 typedef typename std::iterator_traits<_RAIter>::difference_type
omp_loop_static.h 71 typename std::iterator_traits<_RAIter>::difference_type __bound)
73 typedef typename std::iterator_traits<_RAIter>::difference_type

Completed in 872 milliseconds

1 2 3 4 5 67 8 91011>>