Searched refs:difference_type (Results 76 - 100 of 368) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/pb_ds/
H A Dpriority_queue.hpp67 typedef typename allocator_type::difference_type difference_type; typedef in class:__gnu_pbds::priority_queue
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/debug/
H A Dsafe_iterator.h81 inline std::pair<typename std::iterator_traits<_Iterator1>::difference_type,
88 inline std::pair<typename std::iterator_traits<_Iterator1>::difference_type,
95 inline std::pair<typename std::iterator_traits<_Iterator1>::difference_type,
137 typedef typename _Traits::difference_type difference_type; typedef in class:__gnu_debug::_Safe_iterator
345 operator[](const difference_type& __n) const
356 operator+=(const difference_type& __n)
366 operator+(const difference_type& __n) const
374 operator-=(const difference_type& __n)
384 operator-(const difference_type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/debug/
H A Dsafe_iterator.h108 typedef typename _Traits::difference_type difference_type; typedef in class:__gnu_debug::_Safe_iterator
274 operator[](const difference_type& __n) const
285 operator+=(const difference_type& __n)
295 operator+(const difference_type& __n) const
303 operator-=(const difference_type& __n)
313 operator-(const difference_type& __n) const
371 _M_can_advance(const difference_type& __n) const;
387 static std::pair<difference_type, _Distance_precision>
396 static std::pair<difference_type, _Distance_precisio
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/debug/
H A Dsafe_iterator.h94 typedef typename _Traits::difference_type difference_type; typedef in class:__gnu_debug::_Safe_iterator
260 operator[](const difference_type& __n) const
271 operator+=(const difference_type& __n)
281 operator+(const difference_type& __n) const
289 operator-=(const difference_type& __n)
299 operator-(const difference_type& __n) const
358 _M_can_advance(const difference_type& __n) const;
374 static std::pair<difference_type, _Distance_precision>
383 static std::pair<difference_type, _Distance_precisio
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/debug/
H A Dsafe_iterator.h94 typedef typename _Traits::difference_type difference_type; typedef in class:__gnu_debug::_Safe_iterator
260 operator[](const difference_type& __n) const
271 operator+=(const difference_type& __n)
281 operator+(const difference_type& __n) const
289 operator-=(const difference_type& __n)
299 operator-(const difference_type& __n) const
358 _M_can_advance(const difference_type& __n) const;
374 static std::pair<difference_type, _Distance_precision>
383 static std::pair<difference_type, _Distance_precisio
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dstl_deque.h118 typedef ptrdiff_t difference_type; typedef in struct:_Deque_iterator
187 operator+=(difference_type __n)
189 const difference_type __offset = __n + (_M_cur - _M_first);
190 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
194 const difference_type __node_offset =
195 __offset > 0 ? __offset / difference_type(_S_buffer_size())
196 : -difference_type((-__offset - 1)
200 * difference_type(_S_buffer_size()));
206 operator+(difference_type __n) const
213 operator-=(difference_type __
740 typedef ptrdiff_t difference_type; typedef in class:deque
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/parallel/
H A Dpartial_sum.h92 typename std::iterator_traits<_IIter>::difference_type __n)
96 typedef typename _TraitsType::difference_type _DifferenceType;
212 typedef typename _TraitsType::difference_type _DifferenceType;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/
H A Dstl_deque.h116 typedef ptrdiff_t difference_type; typedef in struct:_Deque_iterator
185 operator+=(difference_type __n)
187 const difference_type __offset = __n + (_M_cur - _M_first);
188 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
192 const difference_type __node_offset =
193 __offset > 0 ? __offset / difference_type(_S_buffer_size())
194 : -difference_type((-__offset - 1)
198 * difference_type(_S_buffer_size()));
204 operator+(difference_type __n) const
211 operator-=(difference_type __
734 typedef ptrdiff_t difference_type; typedef in class:deque
[all...]
H A Dallocator.h68 typedef ptrdiff_t difference_type; typedef in class:allocator
90 typedef ptrdiff_t difference_type; typedef in class:allocator
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/
H A Dstl_deque.h116 typedef ptrdiff_t difference_type; typedef in struct:_Deque_iterator
185 operator+=(difference_type __n)
187 const difference_type __offset = __n + (_M_cur - _M_first);
188 if (__offset >= 0 && __offset < difference_type(_S_buffer_size()))
192 const difference_type __node_offset =
193 __offset > 0 ? __offset / difference_type(_S_buffer_size())
194 : -difference_type((-__offset - 1)
198 * difference_type(_S_buffer_size()));
204 operator+(difference_type __n) const
211 operator-=(difference_type __
734 typedef ptrdiff_t difference_type; typedef in class:deque
[all...]
H A Dallocator.h68 typedef ptrdiff_t difference_type; typedef in class:allocator
90 typedef ptrdiff_t difference_type; typedef in class:allocator
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dallocator.h67 typedef ptrdiff_t difference_type; typedef in class:allocator
96 typedef ptrdiff_t difference_type; typedef in class:allocator
H A Dstl_bvector.h168 difference_type __n = __i + _M_offset;
260 operator+=(difference_type __i)
267 operator-=(difference_type __i)
274 operator+(difference_type __i) const
281 operator-(difference_type __i) const
288 operator[](difference_type __i) const
346 operator+=(difference_type __i)
353 operator-=(difference_type __i)
360 operator+(difference_type __i) const
367 operator-(difference_type __
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp94 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::binomial_heap_base
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/pb_ds/detail/pairing_heap_/
H A Dpairing_heap_.hpp90 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::pairing_heap
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc_binomial_heap_.hpp79 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::rc_binomial_heap
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/
H A Darray_allocator.h52 typedef ptrdiff_t difference_type; typedef in class:array_allocator_base
102 typedef ptrdiff_t difference_type; typedef in class:array_allocator
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/pb_ds/detail/pairing_heap_/
H A Dpairing_heap_.hpp98 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::pairing_heap_
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc_binomial_heap_.hpp87 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::rc_binomial_heap_
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/
H A Darray_allocator.h50 typedef ptrdiff_t difference_type; typedef in class:array_allocator_base
100 typedef ptrdiff_t difference_type; typedef in class:array_allocator
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/pb_ds/detail/pairing_heap_/
H A Dpairing_heap_.hpp98 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::pairing_heap_
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc_binomial_heap_.hpp87 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::rc_binomial_heap_
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/
H A Darray_allocator.h50 typedef ptrdiff_t difference_type; typedef in class:array_allocator_base
100 typedef ptrdiff_t difference_type; typedef in class:array_allocator
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/pb_ds/detail/pairing_heap_/
H A Dpairing_heap_.hpp98 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::pairing_heap_
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc_binomial_heap_.hpp87 typedef typename Allocator::difference_type difference_type; typedef in class:__gnu_pbds::detail::rc_binomial_heap_

Completed in 379 milliseconds

1234567891011>>