HomeSort by relevance Sort by last modified time
    Searched refs:difference_type (Results 101 - 125 of 440) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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_
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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_
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/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/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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...]
  /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
  /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_
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/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
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/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_
  /prebuilt/ndk/android-ndk-r5/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/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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_
  /prebuilt/ndk/android-ndk-r6/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); }
  /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...]
  /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...]

Completed in 717 milliseconds

1 2 3 45 6 7 8 91011>>