HomeSort by relevance Sort by last modified time
    Searched defs:difference_type (Results 251 - 275 of 492) sorted by null

<<11121314151617181920

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_set.h 78 typedef typename _Rep_type::difference_type difference_type; typedef in class:set
249 typedef typename _Rep_type::difference_type difference_type; typedef in class:multiset
_unordered_map.h 61 typedef typename _Ht::difference_type difference_type; typedef in class:unordered_map
229 typedef typename _Ht::difference_type difference_type; typedef in class:unordered_multimap
391 typedef void difference_type; typedef in class:insert_iterator
418 typedef void difference_type; typedef in class:insert_iterator
_unordered_set.h 55 typedef typename _Ht::difference_type difference_type; typedef in class:unordered_set
205 typedef typename _Ht::difference_type difference_type; typedef in class:unordered_multiset
366 typedef void difference_type; typedef in class:insert_iterator
393 typedef void difference_type; typedef in class:insert_iterator
  /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); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 79 typedef ptrdiff_t difference_type; typedef in class:list
_slist.h 74 typedef ptrdiff_t difference_type; typedef in class:slist
_vector.h 69 typedef ptrdiff_t difference_type; typedef in class:vector
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_core.hpp 28 #include <boost/range/difference_type.hpp>
143 iterator_difference<IteratorT>::type difference_type; typedef in class:boost::iterator_range
250 difference_type size() const
338 reference operator[]( difference_type at ) const
349 abstract_value_type operator()( difference_type at ) const
355 iterator_range& advance_begin( difference_type n )
361 iterator_range& advance_end( difference_type n )
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
basic_cstring.hpp 52 typedef std::ptrdiff_t difference_type; typedef in class:boost::unit_test::basic_cstring
  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 62 typedef ptrdiff_t difference_type; typedef in struct:StackAllocator
  /ndk/tests/device/test-stlport/unit/
stack_allocator.h 62 typedef ptrdiff_t difference_type; typedef in struct:StackAllocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 142 _GLIBCXX_ALLOC_TR_NESTED_TYPE(difference_type,
143 typename pointer_traits<pointer>::difference_type)
148 * @c Alloc::difference_type if that type exists, otherwise
149 * <tt> pointer_traits<pointer>::difference_type </tt>
151 typedef __difference_type difference_type; typedef in struct:allocator_traits
154 typename make_unsigned<difference_type>::type)
160 * <tt> make_unsigned<difference_type>::type </tt>
stl_iterator.h 99 typename iterator_traits<_Iterator>::difference_type,
110 typedef typename __traits_type::difference_type difference_type; typedef in class:reverse_iterator
231 operator+(difference_type __n) const
241 operator+=(difference_type __n)
253 operator-(difference_type __n) const
263 operator-=(difference_type __n)
275 operator[](difference_type __n) const
326 inline typename reverse_iterator<_Iterator>::difference_type
333 operator+(typename reverse_iterator<_Iterator>::difference_type __n
719 typedef typename __traits_type::difference_type difference_type; typedef in class:__normal_iterator
941 typedef typename __traits_type::difference_type difference_type; typedef in class:move_iterator
    [all...]
stl_map.h 150 typedef typename _Rep_type::difference_type difference_type; typedef in class:map
    [all...]
stl_multimap.h 148 typedef typename _Rep_type::difference_type difference_type; typedef in class:multimap
    [all...]
stl_multiset.h 131 typedef typename _Rep_type::difference_type difference_type; typedef in class:multiset
stl_set.h 132 typedef typename _Rep_type::difference_type difference_type; typedef in class:set
unordered_map.h 125 typedef typename _Hashtable::difference_type difference_type; typedef in class:unordered_map
806 typedef typename _Hashtable::difference_type difference_type; typedef in class:unordered_multimap
    [all...]
unordered_set.h 120 typedef typename _Hashtable::difference_type difference_type; typedef in class:unordered_set
725 typedef typename _Hashtable::difference_type difference_type; typedef in class:unordered_multiset
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
map.h 68 typedef typename _Base::difference_type difference_type; typedef in class:__debug::map
multimap.h 69 typedef typename _Base::difference_type difference_type; typedef in class:__debug::multimap
multiset.h 68 typedef typename _Base::difference_type difference_type; typedef in class:__debug::multiset
safe_iterator.h 81 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& __n) cons
    [all...]
set.h 68 typedef typename _Base::difference_type difference_type; typedef in class:__debug::set
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 134 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::PB_DS_BIN_TREE_NAME

Completed in 1078 milliseconds

<<11121314151617181920