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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
  /art/libartbase/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/iterator.primitives/iterator.operations/
advance.pass.cpp 15 // constexpr void advance(Iter& i, Iter::difference_type n);
18 // constexpr void advance(Iter& i, Iter::difference_type n);
21 // constexpr void advance(Iter& i, Iter::difference_type n);
30 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
39 constepxr_test(It i, typename std::iterator_traits<It>::difference_type n, It x)
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)
35 constexpr_test(It first, It last, typename std::iterator_traits<It>::difference_type x)
  /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.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
  /prebuilts/misc/common/swig/include/2.0.11/go/
std_list.i 16 typedef ptrdiff_t difference_type;
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_vector.i 63 typedef ptrdiff_t difference_type;
105 typedef ptrdiff_t difference_type;
145 typedef ptrdiff_t difference_type;
186 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/iterator.primitives/iterator.operations/
advance.pass.cpp 15 // constexpr void advance(Iter& i, Iter::difference_type n);
18 // constexpr void advance(Iter& i, Iter::difference_type n);
21 // constexpr void advance(Iter& i, Iter::difference_type n);
30 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
39 constepxr_test(It i, typename std::iterator_traits<It>::difference_type n, It x)
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)
35 constexpr_test(It first, It last, typename std::iterator_traits<It>::difference_type x)
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)
37 constexpr_test(It i, typename std::iterator_traits<It>::difference_type n, It x)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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), "");

Completed in 1499 milliseconds

1 2 3 45 6 7 8 91011>>