Searched refs:difference_type (Results 1 - 25 of 115) sorted by relevance

12345

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_iterator_base_types.h113 typedef _Distance difference_type; typedef in struct:iterator
131 typedef typename _Iterator::difference_type difference_type; typedef in struct:iterator_traits
141 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
151 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
H A Dstl_iterator_base_funcs.h74 inline typename iterator_traits<_InputIterator>::difference_type
81 typename iterator_traits<_InputIterator>::difference_type __n = 0;
91 inline typename iterator_traits<_RandomAccessIterator>::difference_type
114 inline typename iterator_traits<_InputIterator>::difference_type
176 typename iterator_traits<_InputIterator>::difference_type __d = __n;
H A Dstl_iterator.h97 typename iterator_traits<_Iterator>::difference_type,
106 typedef typename iterator_traits<_Iterator>::difference_type
107 difference_type; typedef in class:reverse_iterator
224 operator+(difference_type __n) const
233 operator+=(difference_type __n)
245 operator-(difference_type __n) const
254 operator-=(difference_type __n)
266 operator[](difference_type __n) const
317 inline typename reverse_iterator<_Iterator>::difference_type
324 operator+(typename reverse_iterator<_Iterator>::difference_type __
646 difference_type; typedef in class:__normal_iterator
[all...]
H A Dallocator.h68 typedef ptrdiff_t difference_type; typedef in class:allocator
89 typedef ptrdiff_t difference_type; typedef in class:allocator
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/pat_trie_/
H A Dchild_iterator.hpp51 typedef typename Allocator::difference_type difference_type; typedef in struct:iterator
H A Dconst_child_iterator.hpp52 typedef typename Allocator::difference_type difference_type; typedef in struct:const_iterator
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp60 typedef typename Allocator::difference_type difference_type; typedef in class:const_iterator_
H A Diterator.hpp60 typedef typename Allocator::difference_type difference_type; typedef in class:iterator_
H A Dconst_point_iterator.hpp60 typedef trivial_iterator_difference_type difference_type; typedef in class:const_point_iterator_
H A Dpoint_iterator.hpp58 typedef trivial_iterator_difference_type difference_type; typedef in class:point_iterator_
/macosx-10.10/swig-12/Lib/std/
H A Dstd_alloc.i22 typedef ptrdiff_t difference_type;
69 typedef ptrdiff_t difference_type;
H A Dstd_common.i45 typedef ptrdiff_t difference_type;
51 typedef Distance difference_type;
58 typedef ptrdiff_t difference_type;
62 inline typename iterator_traits<_InputIterator>::difference_type
65 typename iterator_traits<_InputIterator>::difference_type __n = 0;
H A Dstd_deque.i56 typedef ptrdiff_t difference_type;
93 typedef ptrdiff_t difference_type;
H A Dstd_vector.i63 typedef ptrdiff_t difference_type;
104 typedef ptrdiff_t difference_type;
145 typedef ptrdiff_t difference_type;
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Diterator.h89 typedef _Distance difference_type; typedef in struct:input_iterator
97 typedef void difference_type; typedef in struct:output_iterator
106 typedef _Distance difference_type; typedef in struct:forward_iterator
115 typedef _Distance difference_type; typedef in struct:bidirectional_iterator
124 typedef _Distance difference_type; typedef in struct:random_access_iterator
137 inline typename iterator_traits<_Iter>::difference_type*
139 { return static_cast<typename iterator_traits<_Iter>::difference_type*>(0); }
H A Ddefalloc.h93 typedef ptrdiff_t difference_type; typedef in class:allocator
95 return ::allocate((difference_type)__n, (pointer)0);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DSTLExtras.h82 typedef typename std::iterator_traits<RootIt>::difference_type
83 difference_type; typedef in class:llvm::mapped_iterator
109 _Self operator+ (difference_type n) const {
112 _Self& operator+= (difference_type n) { current += n; return *this; }
113 _Self operator- (difference_type n) const {
116 _Self& operator-= (difference_type n) { current -= n; return *this; }
117 reference operator[](difference_type n) const { return *(*this + n); }
123 inline difference_type operator-(const _Self &X) const {
130 operator+(typename mapped_iterator<_Iterator, Func>::difference_type N,
H A DDenseSet.h66 typedef typename MapTy::iterator::difference_type difference_type; typedef in class:llvm::DenseSet::Iterator
86 typedef typename MapTy::const_iterator::difference_type difference_type; typedef in class:llvm::DenseSet::ConstIterator
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Ddebug_allocator.h69 typedef typename _Alloc::difference_type difference_type; typedef in class:debug_allocator
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Dconst_iterator.hpp84 typedef typename Allocator::difference_type difference_type; typedef in class:pb_ds::detail::binary_heap_const_iterator_
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binomial_heap_/
H A Dbinomial_heap_.hpp86 typedef typename Allocator::difference_type difference_type; typedef in class:pb_ds::detail::binomial_heap_
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dconst_iterator.hpp81 typedef typename Allocator::difference_type difference_type; typedef in class:pb_ds::detail::left_child_next_sibling_heap_const_iterator_
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/debug/
H A Dsafe_sequence.h70 typedef typename std::iterator_traits<_Iterator>::difference_type
71 difference_type; typedef in class:__gnu_debug::_After_nth_from
74 difference_type _M_n;
77 _After_nth_from(const difference_type& __n, const _Iterator& __base)
/macosx-10.10/swig-12/Lib/python/
H A Dpycontainer.swg352 typedef int difference_type;
395 self& operator += (difference_type n)
401 self operator +(difference_type n) const
406 self& operator -= (difference_type n)
412 self operator -(difference_type n) const
417 difference_type operator - (const self& ri) const
428 operator[](difference_type n) const
435 difference_type _index;
445 typedef int difference_type;
495 reference operator[](difference_type
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/
H A Dpriority_queue.hpp73 typedef typename allocator::difference_type difference_type; typedef in class:pb_ds::priority_queue

Completed in 317 milliseconds

12345