HomeSort by relevance Sort by last modified time
    Searched defs:difference_type (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/stlport/stlport/stl/
_raw_storage_iter.h 49 typedef void difference_type; typedef in class:raw_storage_iterator
_ostreambuf_iterator.h 52 typedef void difference_type; typedef in class:ostreambuf_iterator
_istreambuf_iterator.h 57 typedef typename _Traits::off_type difference_type; typedef in class:istreambuf_iterator
_iterator.h 50 typename iterator_traits<_Iterator>::difference_type,
57 typedef typename iterator_traits<_Iterator>::difference_type difference_type; typedef in class:reverse_iterator
99 _Self operator+(difference_type __n) const { return _Self(current - __n); }
100 _Self& operator+=(difference_type __n) {
104 _Self operator-(difference_type __n) const { return _Self(current + __n); }
105 _Self& operator-=(difference_type __n) {
109 reference operator[](difference_type __n) const { return *(*this + __n); }
148 inline typename reverse_iterator<_Iterator>::difference_type _STLP_CALL
_iterator_old.h 73 typedef _Distance difference_type; typedef in class:reverse_bidirectional_iterator
167 typedef _Distance difference_type; typedef in class:reverse_iterator
181 _Reference operator*() const { return *(__current - (difference_type)1); }
_stream_iterator.h 104 typedef _Dist difference_type; typedef in class:istream_iterator
_time_facets.c 79 typedef ptrdiff_t difference_type; typedef
80 difference_type __n = __name_end - __name;
81 difference_type __i, __start = 0;
83 difference_type __check_count = __n;
90 difference_type __new_n = __n;
_hash_map.h 69 typedef typename _Ht::difference_type difference_type; typedef in class:hash_map
260 typedef typename _Ht::difference_type difference_type; typedef in class:hash_multimap
449 typedef void difference_type; typedef in class:insert_iterator
476 typedef void difference_type; typedef in class:insert_iterator
_hash_set.h 63 typedef typename _Ht::difference_type difference_type; typedef in class:hash_set
249 typedef typename _Ht::difference_type difference_type; typedef in class:hash_multiset
444 typedef void difference_type; typedef in class:insert_iterator
471 typedef void difference_type; typedef in class:insert_iterator
_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...]
_map.h 90 typedef typename _Rep_type::difference_type difference_type; typedef in class:map
283 typedef typename _Rep_type::difference_type difference_type; typedef in class:multimap
_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
_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
  /ndk/sources/android/stlport/stlport/stl/
_raw_storage_iter.h 49 typedef void difference_type; typedef in class:raw_storage_iterator
_ostreambuf_iterator.h 52 typedef void difference_type; typedef in class:ostreambuf_iterator
_istreambuf_iterator.h 57 typedef typename _Traits::off_type difference_type; typedef in class:istreambuf_iterator
_iterator.h 50 typename iterator_traits<_Iterator>::difference_type,
57 typedef typename iterator_traits<_Iterator>::difference_type difference_type; typedef in class:reverse_iterator
99 _Self operator+(difference_type __n) const { return _Self(current - __n); }
100 _Self& operator+=(difference_type __n) {
104 _Self operator-(difference_type __n) const { return _Self(current + __n); }
105 _Self& operator-=(difference_type __n) {
109 reference operator[](difference_type __n) const { return *(*this + __n); }
148 inline typename reverse_iterator<_Iterator>::difference_type _STLP_CALL
_iterator_old.h 73 typedef _Distance difference_type; typedef in class:reverse_bidirectional_iterator
167 typedef _Distance difference_type; typedef in class:reverse_iterator
181 _Reference operator*() const { return *(__current - (difference_type)1); }
_stream_iterator.h 104 typedef _Dist difference_type; typedef in class:istream_iterator
_time_facets.c 79 typedef ptrdiff_t difference_type; typedef
80 difference_type __n = __name_end - __name;
81 difference_type __i, __start = 0;
83 difference_type __check_count = __n;
90 difference_type __new_n = __n;
  /external/astl/tests/
test_iterator.cpp 41 typedef ptrdiff_t difference_type; typedef in struct:android::Input
49 typedef ptrdiff_t difference_type; typedef in struct:android::Forward
57 typedef ptrdiff_t difference_type; typedef in struct:android::Bidirectional
65 typedef ptrdiff_t difference_type; typedef in struct:android::Random
  /external/stlport/test/unit/
mvctor_declaration_test.cpp 91 typedef ptrdiff_t difference_type; typedef in class:std::allocator
  /ndk/sources/android/stlport/test/unit/
mvctor_declaration_test.cpp 91 typedef ptrdiff_t difference_type; typedef in class:std::allocator
  /external/chromium/base/
string_piece.h 120 typedef ptrdiff_t difference_type; typedef in class:base::StringPiece

Completed in 1332 milliseconds

1 2 3 4