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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 49 typedef void difference_type; typedef in class:raw_storage_iterator
  /external/clang/include/clang/AST/
DeclLookups.h 33 typedef std::ptrdiff_t difference_type; typedef in class:clang::DeclContext::all_lookups_iterator
  /external/llvm/include/llvm/Support/
PathV2.h 61 typedef ptrdiff_t difference_type; typedef in class:llvm::sys::path::const_iterator
  /external/stlport/stlport/stl/
_ostreambuf_iterator.h 52 typedef void difference_type; typedef in class:ostreambuf_iterator
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/
stack_allocator.h 19 typedef std::ptrdiff_t difference_type; typedef in class:stack_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star/
op_star.pass.cpp 40 typedef std::ptrdiff_t difference_type; typedef in class:weird_iterator
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 52 typedef void difference_type; typedef in class:ostreambuf_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
allocator.h 68 typedef ptrdiff_t difference_type; typedef in class:allocator
90 typedef ptrdiff_t difference_type; typedef in class:allocator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
debug_allocator.h 65 typedef typename _Alloc::difference_type difference_type; typedef in class:debug_allocator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 78 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
const_point_iterator.hpp 65 typedef trivial_iterator_difference_type difference_type; typedef in class:__gnu_pbds::detail::binary_heap_const_point_iterator_
  /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_point_iterator.hpp 73 typedef trivial_iterator_difference_type difference_type; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_const_point_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/
iterator.hpp 54 typedef typename Allocator::difference_type difference_type; typedef in class:iterator_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
merge.h 63 typedef _DifferenceTp difference_type; typedef
113 typedef _DifferenceTp difference_type; typedef
206 difference_type max_length, Comparator comp)
234 difference_type max_length, Comparator comp)
239 difference_type difference_type1 /* == difference_type2 */;
241 difference_type difference_type3;
search.h 55 typedef _DifferenceTp difference_type; typedef
60 difference_type k = 0;
61 for (difference_type j = 2; j <= length; j++)
87 typedef typename traits_type::difference_type difference_type; typedef
91 difference_type pattern_length = end2 - begin2;
98 difference_type input_length = (end1 - begin1) - pattern_length;
101 difference_type result = (end1 - begin1);
102 difference_type *splitters;
112 std::max<difference_type>(1
    [all...]
unique_copy.h 58 typedef typename traits_type::difference_type difference_type; typedef
60 difference_type size = last - first;
66 difference_type *counter;
67 difference_type *borders;
76 borders = new difference_type[num_threads + 2];
78 counter = new difference_type[num_threads + 1];
83 difference_type begin, end;
87 difference_type i = 0;
121 difference_type begin_output
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_iterator_base_types.h 126 typedef _Distance difference_type; typedef in struct:iterator
154 typedef typename _Iterator::difference_type difference_type; typedef in struct:__iterator_traits
168 typedef typename _Iterator::difference_type difference_type; typedef in struct:iterator_traits
180 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
191 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
debug_allocator.h 67 typedef typename _Alloc::difference_type difference_type; typedef in class:debug_allocator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 78 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
const_point_iterator.hpp 65 typedef trivial_iterator_difference_type difference_type; typedef in class:__gnu_pbds::detail::binary_heap_const_point_iterator_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_point_iterator.hpp 73 typedef trivial_iterator_difference_type difference_type; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_const_point_iterator_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 54 typedef typename Allocator::difference_type difference_type; typedef in class:iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_iterator_base_types.h 126 typedef _Distance difference_type; typedef in struct:iterator
154 typedef typename _Iterator::difference_type difference_type; typedef in struct:__iterator_traits
168 typedef typename _Iterator::difference_type difference_type; typedef in struct:iterator_traits
180 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
191 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
debug_allocator.h 67 typedef typename _Alloc::difference_type difference_type; typedef in class:debug_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 78 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_

Completed in 1970 milliseconds

1 2 34 5 6 7 8 91011>>