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

1 2 3 4 5 6 78 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/go/
std_list.i 16 typedef ptrdiff_t difference_type;
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_vector.i 63 typedef ptrdiff_t difference_type;
105 typedef ptrdiff_t difference_type;
145 typedef ptrdiff_t difference_type;
186 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 71 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 51 typedef typename _Alloc::difference_type difference_type; typedef in class:iterator_
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
omp_loop.h 71 typename std::iterator_traits<_RAIter>::difference_type __bound)
73 typedef typename std::iterator_traits<_RAIter>::difference_type
omp_loop_static.h 71 typename std::iterator_traits<_RAIter>::difference_type __bound)
73 typedef typename std::iterator_traits<_RAIter>::difference_type
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 71 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 51 typedef typename _Alloc::difference_type difference_type; typedef in class:iterator_
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
omp_loop.h 71 typename std::iterator_traits<_RAIter>::difference_type __bound)
73 typedef typename std::iterator_traits<_RAIter>::difference_type
omp_loop_static.h 71 typename std::iterator_traits<_RAIter>::difference_type __bound)
73 typedef typename std::iterator_traits<_RAIter>::difference_type
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/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), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iterator/
types.pass.cpp 20 // typedef Iter::difference_type difference_type;
38 static_assert((std::is_same<typename R::difference_type, typename T::difference_type>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iterator/
types.pass.cpp 23 // typename iterator_traits<Iterator>::difference_type,
50 static_assert((std::is_same<typename R::difference_type, typename T::difference_type>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 71 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 51 typedef typename _Alloc::difference_type difference_type; typedef in class:iterator_
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
omp_loop.h 71 typename std::iterator_traits<_RAIter>::difference_type __bound)
73 typedef typename std::iterator_traits<_RAIter>::difference_type
omp_loop_static.h 71 typename std::iterator_traits<_RAIter>::difference_type __bound)
73 typedef typename std::iterator_traits<_RAIter>::difference_type
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/
iterator_difference_type.pass.cpp 21 typedef typename Map::difference_type Diff;
27 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
34 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
41 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
48 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
59 typedef typename Set::difference_type Diff;
65 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
73 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/reverse.iterators/reverse.iterator/
types.pass.cpp 23 // typename iterator_traits<Iterator>::difference_type,
50 static_assert((std::is_same<typename R::difference_type, typename T::difference_type>::value), "");
  /external/libcxx/test/std/containers/associative/
iterator_types.pass.cpp 21 typedef typename Map::difference_type Diff;
27 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
34 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
43 typedef typename Set::difference_type Diff;
49 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/
iterator_types.pass.cpp 21 typedef typename Map::difference_type Diff;
27 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
34 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
43 typedef typename Set::difference_type Diff;
49 static_assert((std::is_same<typename It::difference_type, Diff>::value), "");
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 104 typedef ptrdiff_t difference_type; typedef in struct:_Bit_iterator_base
131 void _M_advance (difference_type __i) {
132 difference_type __n = __i + _M_offset;
142 difference_type _M_subtract(const _Bit_iterator_base& __x) const {
175 typedef ptrdiff_t difference_type; typedef in struct:_Bit_iter
208 _Self& operator+=(difference_type __i) {
212 _Self& operator-=(difference_type __i) {
216 _Self operator+(difference_type __i) const {
220 _Self operator-(difference_type __i) const {
224 difference_type operator-(const _Self& __x) const
368 typedef ptrdiff_t difference_type; typedef in class:__BVECTOR_QUALIFIED
    [all...]
_deque.h 95 typedef ptrdiff_t difference_type; typedef in struct:_Deque_iterator_base
119 difference_type _M_subtract(const _Self& __x) const {
120 return difference_type(_S_buffer_size()) * (_M_node - __x._M_node - 1) +
139 void _M_advance(difference_type __n) {
141 difference_type __offset = __n + (_M_cur - _M_first);
142 if (__offset >= 0 && __offset < difference_type(buffersize))
145 difference_type __node_offset =
147 : -difference_type((-__offset - 1) / buffersize) - 1;
151 (__offset - __node_offset * difference_type(buffersize));
156 _M_last = (_M_first = *(_M_node = __new_node)) + difference_type(_S_buffer_size())
168 typedef ptrdiff_t difference_type; typedef in struct:_Deque_iterator
414 typedef ptrdiff_t difference_type; typedef in class:deque
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 104 typedef ptrdiff_t difference_type; typedef in struct:_Bit_iterator_base
131 void _M_advance (difference_type __i) {
132 difference_type __n = __i + _M_offset;
142 difference_type _M_subtract(const _Bit_iterator_base& __x) const {
175 typedef ptrdiff_t difference_type; typedef in struct:_Bit_iter
208 _Self& operator+=(difference_type __i) {
212 _Self& operator-=(difference_type __i) {
216 _Self operator+(difference_type __i) const {
220 _Self operator-(difference_type __i) const {
224 difference_type operator-(const _Self& __x) const
368 typedef ptrdiff_t difference_type; typedef in class:__BVECTOR_QUALIFIED
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 104 typedef ptrdiff_t difference_type; typedef in struct:_Bit_iterator_base
131 void _M_advance (difference_type __i) {
132 difference_type __n = __i + _M_offset;
142 difference_type _M_subtract(const _Bit_iterator_base& __x) const {
175 typedef ptrdiff_t difference_type; typedef in struct:_Bit_iter
208 _Self& operator+=(difference_type __i) {
212 _Self& operator-=(difference_type __i) {
216 _Self operator+(difference_type __i) const {
220 _Self operator-(difference_type __i) const {
224 difference_type operator-(const _Self& __x) const
368 typedef ptrdiff_t difference_type; typedef in class:__BVECTOR_QUALIFIED
    [all...]

Completed in 843 milliseconds

1 2 3 4 5 6 78 91011>>