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

<<11121314151617181920>>

  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
point_const_iterator.hpp 52 typedef trivial_iterator_difference_type difference_type; typedef in class:point_const_iterator_
point_iterator.hpp 50 typedef trivial_iterator_difference_type difference_type; typedef in class:point_iterator_
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring_util.h 58 typedef typename _CharT_alloc_type::difference_type difference_type; typedef in struct:__vstring_utility
169 const difference_type __d = difference_type(__n1 - __n2);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
merge.h 201 difference_type __max_length, _Compare __comp)
227 difference_type __max_length, _Compare __comp)
232 difference_type _DifferenceType1 /* == difference_type2 */;
234 difference_type _DifferenceType3;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/
types.pass.cpp 25 // typedef typename allocator_type::difference_type difference_type;
55 static_assert((std::is_same<typename C::difference_type, typename Allocator::difference_type>::value), "");
61 static_assert((std::is_signed<typename C::difference_type>::value), "");
63 // static_assert((std::is_same<typename C::difference_type,
64 // typename std::iterator_traits<typename C::iterator>::difference_type>::value), "");
65 // static_assert((std::is_same<typename C::difference_type,
66 // typename std::iterator_traits<typename C::const_iterator>::difference_type>::value), "");
100 static_assert((std::is_signed<typename C::difference_type>::value), "")
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/iterator.primitives/iterator.operations/
advance.pass.cpp 13 // void advance(Iter& i, Iter::difference_type n);
16 // void advance(Iter& i, Iter::difference_type n);
19 // void advance(Iter& i, Iter::difference_type n);
28 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
next.pass.cpp 13 // Iter next(Iter x, Iter::difference_type n = 1);
24 test(It i, typename std::iterator_traits<It>::difference_type n, It 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)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/
difference_type.pass.cpp 15 // unspecified operator[](difference_type n) const;
27 test(It i, typename std::iterator_traits<It>::difference_type n,
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.iter/re.regiter/
types.pass.cpp 20 // typedef ptrdiff_t difference_type;
36 static_assert((std::is_same<typename I::difference_type, std::ptrdiff_t>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.iter/re.tokiter/
types.pass.cpp 20 // typedef ptrdiff_t difference_type;
36 static_assert((std::is_same<typename I::difference_type, std::ptrdiff_t>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 49 typedef void difference_type; typedef in class:raw_storage_iterator
  /external/libcxx/test/std/re/re.submatch/
types.pass.cpp 19 // typedef typename iterator_traits<iterator>::difference_type difference_type;
37 static_assert((std::is_same<SM::difference_type, std::ptrdiff_t>::value), "");
50 static_assert((std::is_same<SM::difference_type, std::ptrdiff_t>::value), "");
  /external/libcxx/test/std/utilities/allocator.adaptor/
types.pass.cpp 21 // typedef typename OuterTraits::difference_type difference_type;
49 std::scoped_allocator_adaptor<A1<int>>::difference_type,
82 std::scoped_allocator_adaptor<A2<int>, A1<int>>::difference_type,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 79 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::binomial_heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 72 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::left_child_next_sibling_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/
priority_queue.hpp 92 typedef typename allocator_type::difference_type difference_type; typedef in class:__gnu_pbds::priority_queue
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
par_loop.h 70 typename std::iterator_traits<_RAIter>::difference_type __bound)
73 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/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 79 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::binomial_heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 72 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::left_child_next_sibling_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/
priority_queue.hpp 92 typedef typename allocator_type::difference_type difference_type; typedef in class:__gnu_pbds::priority_queue
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
par_loop.h 70 typename std::iterator_traits<_RAIter>::difference_type __bound)
73 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/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 79 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::binomial_heap
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 72 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::left_child_next_sibling_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/
priority_queue.hpp 92 typedef typename allocator_type::difference_type difference_type; typedef in class:__gnu_pbds::priority_queue

Completed in 1063 milliseconds

<<11121314151617181920>>