HomeSort by relevance Sort by last modified time
    Searched refs:difference_type (Results 51 - 75 of 191) sorted by null

1 23 4 5 6 7 8

  /prebuilt/linux-x86/toolchain/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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_iterator.h 94 typedef typename _Traits::difference_type difference_type; typedef in class:__gnu_debug::_Safe_iterator
256 operator[](const difference_type& __n) const
267 operator+=(const difference_type& __n)
277 operator+(const difference_type& __n) const
285 operator-=(const difference_type& __n)
295 operator-(const difference_type& __n) const
354 _M_can_advance(const difference_type& __n) const;
370 static std::pair<difference_type, _Distance_precision>
379 static std::pair<difference_type, _Distance_precision
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_deque.h 107 typedef ptrdiff_t difference_type; typedef in struct:_Deque_iterator
176 operator+=(difference_type __n)
178 const difference_type __offset = __n + (_M_cur - _M_first);
179 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
183 const difference_type __node_offset =
184 __offset > 0 ? __offset / difference_type(_S_buffer_size())
185 : -difference_type((-__offset - 1)
189 * difference_type(_S_buffer_size()));
195 operator+(difference_type __n) const
202 operator-=(difference_type __n
659 typedef ptrdiff_t difference_type; typedef in class:deque
    [all...]
stl_bvector.h 139 difference_type __n = __i + _M_offset;
231 operator+=(difference_type __i)
238 operator-=(difference_type __i)
245 operator+(difference_type __i) const
252 operator-(difference_type __i) const
259 operator[](difference_type __i) const
317 operator+=(difference_type __i)
324 operator-=(difference_type __i)
331 operator+(difference_type __i) const
338 operator-(difference_type __i) cons
481 typedef ptrdiff_t difference_type; typedef in class:vector
    [all...]
stl_heap.h 158 typedef typename iterator_traits<_RandomAccessIterator>::difference_type
208 typedef typename iterator_traits<_RandomAccessIterator>::difference_type
255 typedef typename iterator_traits<_RandomAccessIterator>::difference_type
327 typedef typename iterator_traits<_RandomAccessIterator>::difference_type
377 typedef typename iterator_traits<_RandomAccessIterator>::difference_type
418 typedef typename iterator_traits<_RandomAccessIterator>::difference_type
  /external/protobuf/src/google/protobuf/
repeated_field.h 937 typedef typename superclass::difference_type difference_type; typedef in class:google::protobuf::internal::RepeatedPtrIterator
974 iterator& operator+=(difference_type d) {
978 friend iterator operator+(iterator it, difference_type d) {
982 friend iterator operator+(difference_type d, iterator it) {
986 iterator& operator-=(difference_type d) {
990 friend iterator operator-(iterator it, difference_type d) {
996 reference operator[](difference_type d) const { return *(*this + d); }
999 difference_type operator-(const iterator& x) const { return it_ - x.it_; }
1025 typedef typename superclass::difference_type difference_type; typedef in class:google::protobuf::internal::RepeatedPtrOverPtrsIterator
    [all...]
  /external/stlport/stlport/stl/debug/
_iterator.h 124 typedef ptrdiff_t difference_type; typedef in struct:_DBG_iter_base
202 typedef typename _Base::difference_type difference_type; typedef in struct:_DBG_iter
269 _Self& operator+=(difference_type __n) {
274 _Self& operator-=(difference_type __n) {
278 _Self operator+(difference_type __n) const {
283 _Self operator-(difference_type __n) const {
288 reference operator[](difference_type __n) const { return *(*this + __n); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 124 typedef ptrdiff_t difference_type; typedef in struct:_DBG_iter_base
202 typedef typename _Base::difference_type difference_type; typedef in struct:_DBG_iter
269 _Self& operator+=(difference_type __n) {
274 _Self& operator-=(difference_type __n) {
278 _Self operator+(difference_type __n) const {
283 _Self operator-(difference_type __n) const {
288 reference operator[](difference_type __n) const { return *(*this + __n); }
  /prebuilt/linux-x86/toolchain/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
new_allocator.h 55 typedef ptrdiff_t difference_type; typedef in class:new_allocator
  /prebuilt/linux-x86/toolchain/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_
  /external/stlport/stlport/stl/
_iterator_base.h 62 typedef _Distance difference_type; typedef in struct:iterator
71 typedef void difference_type; typedef in struct:iterator
87 # define _STLP_DISTANCE_TYPE(_It, _Tp) (_STLP_TYPENAME _STLP_STD::iterator_traits< _Tp >::difference_type*)0
151 typedef typename _Iterator::difference_type difference_type; typedef in struct:iterator_traits::iterator_traits
157 # define _STLP_DIFFERENCE_TYPE(_Iterator) typename iterator_traits<_Iterator>::difference_type
169 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits::iterator_traits
178 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits::iterator_traits
188 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits::iterator_traits
227 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::difference_type*
    [all...]
_ostreambuf_iterator.h 52 typedef void difference_type; typedef in class:ostreambuf_iterator
_pthread_alloc.h 101 typedef ptrdiff_t difference_type; typedef in class:pthread_allocator
193 typedef ptrdiff_t difference_type; typedef in class:pthread_allocator
282 typedef ptrdiff_t difference_type; typedef in class:per_thread_allocator
376 typedef ptrdiff_t difference_type; typedef in class:per_thread_allocator
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 62 typedef _Distance difference_type; typedef in struct:iterator
71 typedef void difference_type; typedef in struct:iterator
87 # define _STLP_DISTANCE_TYPE(_It, _Tp) (_STLP_TYPENAME _STLP_STD::iterator_traits< _Tp >::difference_type*)0
151 typedef typename _Iterator::difference_type difference_type; typedef in struct:iterator_traits::iterator_traits
157 # define _STLP_DIFFERENCE_TYPE(_Iterator) typename iterator_traits<_Iterator>::difference_type
169 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits::iterator_traits
178 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits::iterator_traits
188 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits::iterator_traits
227 inline _STLP_TYPENAME_ON_RETURN_TYPE _STLP_STD::iterator_traits<_Iter>::difference_type*
    [all...]
_ostreambuf_iterator.h 52 typedef void difference_type; typedef in class:ostreambuf_iterator
_pthread_alloc.h 101 typedef ptrdiff_t difference_type; typedef in class:pthread_allocator
193 typedef ptrdiff_t difference_type; typedef in class:pthread_allocator
282 typedef ptrdiff_t difference_type; typedef in class:per_thread_allocator
376 typedef ptrdiff_t difference_type; typedef in class:per_thread_allocator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
const_point_iterator.hpp 65 typedef trivial_iterator_difference_type difference_type; typedef in class:__gnu_pbds::detail::binary_heap_const_point_iterator_
  /prebuilt/linux-x86/toolchain/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_
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each.h 67 difference_type bound,
sort.h 202 typedef typename traits_type::difference_type difference_type; typedef
  /external/astl/include/
algorithm 94 typedef typename iterator_traits<_InputIterator>::difference_type
95 difference_type;
97 for (difference_type n = last - first; n > 0; --n) {
  /prebuilt/linux-x86/toolchain/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_
  /prebuilt/linux-x86/toolchain/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_

Completed in 646 milliseconds

1 23 4 5 6 7 8