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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 109 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 94 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::binomial_heap_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 90 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::pairing_heap
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 79 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::rc_binomial_heap
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
priority_queue.hpp 92 typedef typename allocator_type::difference_type difference_type; typedef in class:__gnu_pbds::priority_queue
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring_util.h 59 typedef typename _CharT_alloc_type::difference_type difference_type; typedef in struct:__vstring_utility
170 const difference_type __d = difference_type(__n1 - __n2);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 57 typedef typename _Traits::off_type difference_type; typedef in class:istreambuf_iterator
  /external/ceres-solver/include/ceres/internal/
fixed_array.h 88 typedef std::ptrdiff_t difference_type; typedef in class:ceres::internal::FixedArray
  /external/clang/include/clang/AST/
DeclFriend.h 183 typedef int difference_type; typedef in class:CXXRecordDecl::friend_iterator
208 friend_iterator &operator+=(difference_type N) {
215 friend_iterator operator+(difference_type N) const {
DependentDiagnostic.h 132 typedef int difference_type; typedef in class:clang::DeclContext::ddiag_iterator
157 ddiag_iterator &operator+=(difference_type N) {
164 ddiag_iterator operator+(difference_type N) const {
Redeclarable.h 125 typedef std::ptrdiff_t difference_type; typedef in class:clang::Redeclarable::redecl_iterator
  /external/clang/include/clang/Sema/
IdentifierResolver.h 79 typedef std::ptrdiff_t difference_type; typedef in class:clang::IdentifierResolver::iterator
  /external/clang/tools/diagtool/
DiagnosticNames.h 65 typedef std::ptrdiff_t difference_type; typedef in class:diagtool::GroupRecord::group_iterator
  /external/llvm/include/llvm/ADT/
DenseSet.h 68 typedef typename MapTy::iterator::difference_type difference_type; typedef in class:llvm::DenseSet::Iterator
88 typedef typename MapTy::const_iterator::difference_type difference_type; typedef in class:llvm::DenseSet::ConstIterator
  /external/llvm/include/llvm/Support/
InstIterator.h 42 typedef signed difference_type; typedef in class:llvm::InstIterator
  /external/stlport/stlport/stl/
_iterator.h 50 typename iterator_traits<_Iterator>::difference_type,
57 typedef typename iterator_traits<_Iterator>::difference_type difference_type; typedef in class:reverse_iterator
99 _Self operator+(difference_type __n) const { return _Self(current - __n); }
100 _Self& operator+=(difference_type __n) {
104 _Self operator-(difference_type __n) const { return _Self(current + __n); }
105 _Self& operator-=(difference_type __n) {
109 reference operator[](difference_type __n) const { return *(*this + __n); }
148 inline typename reverse_iterator<_Iterator>::difference_type _STLP_CALL
_iterator_old.h 73 typedef _Distance difference_type; typedef in class:reverse_bidirectional_iterator
167 typedef _Distance difference_type; typedef in class:reverse_iterator
181 _Reference operator*() const { return *(__current - (difference_type)1); }
_stream_iterator.h 104 typedef _Dist difference_type; typedef in class:istream_iterator
_time_facets.c 79 typedef ptrdiff_t difference_type; typedef
80 difference_type __n = __name_end - __name;
81 difference_type __i, __start = 0;
83 difference_type __check_count = __n;
90 difference_type __new_n = __n;
  /external/stlport/test/unit/
mvctor_declaration_test.cpp 91 typedef ptrdiff_t difference_type; typedef in class:std::allocator
  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 265 typedef ptrdiff_t difference_type; typedef in class:mcld::HashIterator
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/
test_allocator.h 31 typedef int difference_type; typedef in class:test_allocator
  /ndk/sources/cxx-stl/llvm-libc++/test/re/
test_allocator.h 31 typedef int difference_type; typedef in class:test_allocator

Completed in 889 milliseconds

<<11121314151617181920>>