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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
safe_sequence.h 79 typedef typename std::iterator_traits<_Iterator>::difference_type
80 difference_type; typedef in class:__gnu_debug::_After_nth_from
83 difference_type _M_n;
86 _After_nth_from(const difference_type& __n, const _Iterator& __base)
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
safe_sequence.h 79 typedef typename std::iterator_traits<_Iterator>::difference_type
80 difference_type; typedef in class:__gnu_debug::_After_nth_from
83 difference_type _M_n;
86 _After_nth_from(const difference_type& __n, const _Iterator& __base)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/support/
min_allocator.h 75 typedef std::ptrdiff_t difference_type; typedef in class:min_pointer
90 min_pointer& operator+=(difference_type n) {ptr_ += n; return *this;}
91 min_pointer& operator-=(difference_type n) {ptr_ -= n; return *this;}
93 min_pointer operator+(difference_type n) const
100 friend min_pointer operator+(difference_type n, min_pointer x)
105 min_pointer operator-(difference_type n) const
112 friend difference_type operator-(min_pointer x, min_pointer y)
117 reference operator[](difference_type n) const {return ptr_[n];}
146 typedef std::ptrdiff_t difference_type; typedef in class:min_pointer
161 min_pointer& operator+=(difference_type n) {ptr_ += n; return *this;
    [all...]
test_iterators.h 24 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:output_iterator
51 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:input_iterator
100 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:forward_iterator
149 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:bidirectional_iterator
197 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:random_access_iterator
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/
pointer.pass.cpp 25 typedef char difference_type; typedef in struct:A
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
safe_sequence.h 79 typedef typename std::iterator_traits<_Iterator>::difference_type
80 difference_type; typedef in class:__gnu_debug::_After_nth_from
83 difference_type _M_n;
86 _After_nth_from(const difference_type& __n, const _Iterator& __base)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/pointer.traits/
pointer.pass.cpp 25 typedef char difference_type; typedef in struct:A
  /external/libcxx/test/std/containers/sequences/vector.bool/
types.pass.cpp 23 // typedef typename allocator_type::difference_type difference_type;
48 static_assert((std::is_same<typename C::difference_type, typename std::allocator_traits<Allocator>::difference_type>::value), "");
50 static_assert((std::is_signed<typename C::difference_type>::value), "");
52 static_assert((std::is_same<typename C::difference_type,
53 typename std::iterator_traits<typename C::iterator>::difference_type>::value), "");
54 static_assert((std::is_same<typename C::difference_type,
55 typename std::iterator_traits<typename C::const_iterator>::difference_type>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator_base_funcs.h 72 inline typename iterator_traits<_InputIterator>::difference_type
79 typename iterator_traits<_InputIterator>::difference_type __n = 0;
89 inline typename iterator_traits<_RandomAccessIterator>::difference_type
113 inline typename iterator_traits<_InputIterator>::difference_type
176 typename iterator_traits<_InputIterator>::difference_type __d = __n;
185 iterator_traits<_ForwardIterator>::difference_type __n = 1)
194 iterator_traits<_BidirectionalIterator>::difference_type __n = 1)
stl_iterator_base_types.h 125 typedef _Distance difference_type; typedef in struct:iterator
153 typedef typename _Iterator::difference_type difference_type; typedef in struct:__iterator_traits
167 typedef typename _Iterator::difference_type difference_type; typedef in struct:iterator_traits
179 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
190 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator_base_funcs.h 72 inline typename iterator_traits<_InputIterator>::difference_type
79 typename iterator_traits<_InputIterator>::difference_type __n = 0;
89 inline typename iterator_traits<_RandomAccessIterator>::difference_type
113 inline typename iterator_traits<_InputIterator>::difference_type
176 typename iterator_traits<_InputIterator>::difference_type __d = __n;
185 iterator_traits<_ForwardIterator>::difference_type __n = 1)
194 iterator_traits<_BidirectionalIterator>::difference_type __n = 1)
stl_iterator_base_types.h 125 typedef _Distance difference_type; typedef in struct:iterator
153 typedef typename _Iterator::difference_type difference_type; typedef in struct:__iterator_traits
167 typedef typename _Iterator::difference_type difference_type; typedef in struct:iterator_traits
179 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
190 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_iterator_base_funcs.h 72 inline typename iterator_traits<_InputIterator>::difference_type
79 typename iterator_traits<_InputIterator>::difference_type __n = 0;
89 inline typename iterator_traits<_RandomAccessIterator>::difference_type
113 inline typename iterator_traits<_InputIterator>::difference_type
176 typename iterator_traits<_InputIterator>::difference_type __d = __n;
185 iterator_traits<_ForwardIterator>::difference_type __n = 1)
194 iterator_traits<_BidirectionalIterator>::difference_type __n = 1)
stl_iterator_base_types.h 125 typedef _Distance difference_type; typedef in struct:iterator
153 typedef typename _Iterator::difference_type difference_type; typedef in struct:__iterator_traits
167 typedef typename _Iterator::difference_type difference_type; typedef in struct:iterator_traits
179 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
190 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator_base_funcs.h 72 inline typename iterator_traits<_InputIterator>::difference_type
79 typename iterator_traits<_InputIterator>::difference_type __n = 0;
89 inline typename iterator_traits<_RandomAccessIterator>::difference_type
113 inline typename iterator_traits<_InputIterator>::difference_type
176 typename iterator_traits<_InputIterator>::difference_type __d = __n;
185 iterator_traits<_ForwardIterator>::difference_type __n = 1)
194 iterator_traits<_BidirectionalIterator>::difference_type __n = 1)
stl_iterator_base_types.h 125 typedef _Distance difference_type; typedef in struct:iterator
153 typedef typename _Iterator::difference_type difference_type; typedef in struct:__iterator_traits
167 typedef typename _Iterator::difference_type difference_type; typedef in struct:iterator_traits
179 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
190 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator_base_funcs.h 72 inline typename iterator_traits<_InputIterator>::difference_type
79 typename iterator_traits<_InputIterator>::difference_type __n = 0;
89 inline typename iterator_traits<_RandomAccessIterator>::difference_type
113 inline typename iterator_traits<_InputIterator>::difference_type
176 typename iterator_traits<_InputIterator>::difference_type __d = __n;
185 iterator_traits<_ForwardIterator>::difference_type __n = 1)
194 iterator_traits<_BidirectionalIterator>::difference_type __n = 1)
stl_iterator_base_types.h 125 typedef _Distance difference_type; typedef in struct:iterator
153 typedef typename _Iterator::difference_type difference_type; typedef in struct:__iterator_traits
167 typedef typename _Iterator::difference_type difference_type; typedef in struct:iterator_traits
179 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
190 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator_base_funcs.h 72 inline typename iterator_traits<_InputIterator>::difference_type
79 typename iterator_traits<_InputIterator>::difference_type __n = 0;
89 inline typename iterator_traits<_RandomAccessIterator>::difference_type
113 inline typename iterator_traits<_InputIterator>::difference_type
176 typename iterator_traits<_InputIterator>::difference_type __d = __n;
185 iterator_traits<_ForwardIterator>::difference_type __n = 1)
194 iterator_traits<_BidirectionalIterator>::difference_type __n = 1)
stl_iterator_base_types.h 125 typedef _Distance difference_type; typedef in struct:iterator
153 typedef typename _Iterator::difference_type difference_type; typedef in struct:__iterator_traits
167 typedef typename _Iterator::difference_type difference_type; typedef in struct:iterator_traits
179 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
190 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector.bool/
types.pass.cpp 23 // typedef typename allocator_type::difference_type difference_type;
48 static_assert((std::is_same<typename C::difference_type, typename std::allocator_traits<Allocator>::difference_type>::value), "");
50 static_assert((std::is_signed<typename C::difference_type>::value), "");
52 static_assert((std::is_same<typename C::difference_type,
53 typename std::iterator_traits<typename C::iterator>::difference_type>::value), "");
54 static_assert((std::is_same<typename C::difference_type,
55 typename std::iterator_traits<typename C::const_iterator>::difference_type>::value), "");
  /external/libcxx/test/std/strings/basic.string/
input_iterator.h 22 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:input_iterator
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
size_type.pass.cpp 50 typedef short difference_type; typedef in struct:D
61 typedef signed char difference_type; typedef in struct:std::pointer_traits
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_deque.c 113 const_iterator __mid = __x.begin() + difference_type(__len);
210 difference_type __index = __pos - this->_M_start;
247 difference_type __index = __pos - this->_M_start;
262 difference_type __n = __last - __first;
263 difference_type __elems_before = __first - this->_M_start;
264 if (__elems_before <= difference_type(this->size() - __n) / 2) {
326 difference_type __n = __last - __first;
327 difference_type __elems_before = __first - this->_M_start;
328 if (__elems_before <= difference_type(this->size() - __n) / 2) {
467 const difference_type __elems_before = __pos - this->_M_start
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
input_iterator.h 22 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef in class:input_iterator

Completed in 714 milliseconds

1 23 4 5 6 7 8 91011>>