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

1 2 3 4 5 67 8 91011>>

  /frameworks/compile/mclinker/include/mcld/ADT/
TreeBase.h 52 typedef ptrdiff_t difference_type; typedef in class:mcld::TreeIteratorBase
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 121 typedef ptrdiff_t difference_type; typedef in class:mcld::sys::fs::DirIterator
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/
op_arrow.pass.cpp 42 typedef std::ptrdiff_t difference_type; typedef in class:weird_iterator
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/
test_allocator.h 31 typedef int difference_type; typedef in class:test_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/support/
test_iterators.h 15 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:output_iterator
42 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:input_iterator
91 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:forward_iterator
140 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:bidirectional_iterator
188 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:random_access_iterator
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/allocator.adaptor/
allocators.h 76 typedef int difference_type; typedef in class:A2
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/
test_allocator.h 36 typedef int difference_type; typedef in class:test_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/
allocators.h 76 typedef int difference_type; typedef in class:A2
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 57 typedef typename _Traits::off_type difference_type; typedef in class:istreambuf_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
array_allocator.h 50 typedef ptrdiff_t difference_type; typedef in class:array_allocator_base
100 typedef ptrdiff_t difference_type; typedef in class:array_allocator
extptr_allocator.h 56 typedef std::ptrdiff_t difference_type; typedef in class:_ExtPtr_allocator
149 typedef std::ptrdiff_t difference_type; typedef in class:_ExtPtr_allocator
malloc_allocator.h 56 typedef ptrdiff_t difference_type; typedef in class:malloc_allocator
new_allocator.h 55 typedef ptrdiff_t difference_type; typedef in class:new_allocator
vstring_util.h 56 typedef typename _CharT_alloc_type::difference_type difference_type; typedef in struct:__vstring_utility
167 const difference_type __d = difference_type(__n1 - __n2);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
node_iterators.hpp 79 typedef trivial_iterator_difference_type difference_type; typedef in class:__gnu_pbds::detail::bin_search_tree_const_node_it_
point_iterators.hpp 112 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 80 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::binomial_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 99 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::binomial_heap_base_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 75 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_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/pairing_heap_/
pairing_heap_.hpp 98 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::pairing_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 87 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::rc_binomial_heap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
priority_queue.hpp 67 typedef typename allocator_type::difference_type difference_type; typedef in class:__gnu_pbds::priority_queue
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
find.h 107 typedef typename traits_type::difference_type difference_type; typedef
110 difference_type length = end1 - begin1;
111 difference_type result = length;
112 difference_type* borders;
123 borders = new difference_type[num_threads + 1];
128 difference_type start = borders[iam], stop = borders[iam + 1];
132 for (difference_type pos = start; pos < stop; ++pos)
198 typedef typename traits_type::difference_type difference_type; typedef
320 typedef typename traits_type::difference_type difference_type; typedef
    [all...]
iterator.h 55 typedef typename traits_type::difference_type difference_type; typedef in class:__gnu_parallel::iterator_pair
105 operator+(difference_type delta) const
108 difference_type
128 typedef typename std::iterator_traits<Iterator1>::difference_type
129 difference_type; typedef in class:__gnu_parallel::iterator_triple
191 operator+(difference_type delta) const
194 difference_type
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
allocator.h 74 typedef ptrdiff_t difference_type; typedef in class:allocator
96 typedef ptrdiff_t difference_type; typedef in class:allocator

Completed in 624 milliseconds

1 2 3 4 5 67 8 91011>>