HomeSort by relevance Sort by last modified time
    Searched defs:difference_type (Results 1 - 25 of 921) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/pointer.traits/
pointer.pass.cpp 25 typedef char difference_type; typedef in struct:A
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/pointer.traits/pointer.traits.types/
difference_type.pass.cpp 15 // typedef <details> difference_type;
25 typedef char difference_type; typedef in struct:A
39 typedef char difference_type; typedef in struct:D
44 static_assert((std::is_same<std::pointer_traits<A>::difference_type, char>::value), "");
45 static_assert((std::is_same<std::pointer_traits<B>::difference_type, std::ptrdiff_t>::value), "");
46 static_assert((std::is_same<std::pointer_traits<C<double> >::difference_type, std::ptrdiff_t>::value), "");
47 static_assert((std::is_same<std::pointer_traits<D<int> >::difference_type, char>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
sort.h 202 typedef typename traits_type::difference_type difference_type; typedef
omp_loop.h 73 difference_type bound)
76 std::iterator_traits<RandomAccessIterator>::difference_type
77 difference_type; typedef
79 difference_type length = end - begin;
81 __gnu_parallel::min<difference_type>(get_max_threads(), length);
99 for (difference_type pos = 0; pos < length; ++pos)
omp_loop_static.h 73 difference_type bound)
76 std::iterator_traits<RandomAccessIterator>::difference_type
77 difference_type; typedef
79 difference_type length = end - begin;
81 std::min<difference_type>(get_max_threads(), length);
99 for (difference_type pos = 0; pos < length; ++pos)
multiseq_selection.h 135 typedef typename std::iterator_traits<It>::difference_type
136 difference_type; typedef
144 difference_type m = std::distance(begin_seqs, end_seqs), N = 0,
167 difference_type* ns = new difference_type[m];
168 difference_type* a = new difference_type[m];
169 difference_type* b = new difference_type[m];
170 difference_type l
    [all...]
par_loop.h 74 difference_type bound)
77 typedef typename traits_type::difference_type difference_type; typedef
78 const difference_type length = end - begin;
83 __gnu_parallel::min<difference_type>(get_max_threads(), length);
100 difference_type
partial_sum.h 93 <InputIterator>::difference_type n)
97 typedef typename traits_type::difference_type difference_type; typedef
103 std::min<difference_type>(get_max_threads(), n - 1);
112 difference_type* borders;
123 borders = new difference_type[num_threads + 2];
129 difference_type chunk_length =
203 typedef typename traits_type::difference_type difference_type; typedef
205 difference_type n = end - begin
    [all...]
quicksort.h 50 typename std::iterator_traits<RandomAccessIterator>::difference_type
54 <RandomAccessIterator>::difference_type pivot_rank,
56 <RandomAccessIterator>::difference_type
61 typedef typename traits_type::difference_type difference_type; typedef
63 difference_type n = end - begin;
71 for (difference_type s = 0; s < num_samples; ++s)
84 difference_type split =
108 typedef typename traits_type::difference_type difference_type; typedef
166 typedef typename traits_type::difference_type difference_type; typedef
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 15 // typedef typename Iter::difference_type difference_type;
29 typedef int difference_type; typedef in struct:test_iterator
39 static_assert((std::is_same<It::difference_type, int>::value), "");
  /external/stlport/stlport/stl/
_raw_storage_iter.h 49 typedef void difference_type; typedef in class:raw_storage_iterator
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/
input_iterator.h 13 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:input_iterator
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/allocator.traits/allocator.traits.types/
difference_type.pass.cpp 15 // typedef Alloc::difference_type
16 // | pointer_traits<pointer>::difference_type difference_type;
27 typedef short difference_type; typedef in struct:A
52 typedef signed char difference_type; typedef in struct:std::pointer_traits
59 static_assert((std::is_same<std::allocator_traits<A<char> >::difference_type, short>::value), "");
60 static_assert((std::is_same<std::allocator_traits<B<char> >::difference_type, std::ptrdiff_t>::value), "");
61 static_assert((std::is_same<std::allocator_traits<C<char> >::difference_type, signed char>::value), "");
size_type.pass.cpp 51 typedef signed char difference_type; typedef in struct:std::pointer_traits
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 49 typedef void difference_type; typedef in class:raw_storage_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator_base_types.h 111 typedef _Distance difference_type; typedef in struct:iterator
129 typedef typename _Iterator::difference_type difference_type; typedef in struct:iterator_traits
139 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
149 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_sequence.h 65 typedef typename std::iterator_traits<_Iterator>::difference_type
66 difference_type; typedef in class:__gnu_debug::_After_nth_from
69 difference_type _M_n;
72 _After_nth_from(const difference_type& __n, const _Iterator& __base)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 45 typedef typename Allocator::difference_type difference_type; typedef in struct:iterator
const_child_iterator.hpp 46 typedef typename Allocator::difference_type difference_type; typedef in struct:const_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 54 typedef typename Allocator::difference_type difference_type; typedef in class:const_iterator_
const_point_iterator.hpp 54 typedef trivial_iterator_difference_type difference_type; typedef in class:const_point_iterator_
point_iterator.hpp 52 typedef trivial_iterator_difference_type difference_type; typedef in class:point_iterator_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_sequence.h 80 typedef typename std::iterator_traits<_Iterator>::difference_type
81 difference_type; typedef in class:__gnu_debug::_After_nth_from
84 difference_type _M_n;
87 _After_nth_from(const difference_type& __n, const _Iterator& __base)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 45 typedef typename Allocator::difference_type difference_type; typedef in struct:iterator
const_child_iterator.hpp 46 typedef typename Allocator::difference_type difference_type; typedef in struct:const_iterator

Completed in 240 milliseconds

1 2 3 4 5 6 7 8 91011>>