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

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ptr_traits.h 42 _GLIBCXX_HAS_NESTED_TYPE(difference_type)
63 typedef typename _Tp::difference_type __type;
144 typedef typename __ptrtr_diff_type<_Ptr>::__type difference_type; typedef in struct:pointer_traits
162 typedef ptrdiff_t difference_type; typedef in struct:pointer_traits
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ptr_traits.h 42 _GLIBCXX_HAS_NESTED_TYPE(difference_type)
63 typedef typename _Tp::difference_type __type;
144 typedef typename __ptrtr_diff_type<_Ptr>::__type difference_type; typedef in struct:pointer_traits
162 typedef ptrdiff_t difference_type; typedef in struct:pointer_traits
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ptr_traits.h 42 _GLIBCXX_HAS_NESTED_TYPE(difference_type)
63 typedef typename _Tp::difference_type __type;
139 typedef typename __ptrtr_diff_type<_Ptr>::__type difference_type; typedef in struct:pointer_traits
157 typedef ptrdiff_t difference_type; typedef in struct:pointer_traits
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ptr_traits.h 42 _GLIBCXX_HAS_NESTED_TYPE(difference_type)
63 typedef typename _Tp::difference_type __type;
139 typedef typename __ptrtr_diff_type<_Ptr>::__type difference_type; typedef in struct:pointer_traits
157 typedef ptrdiff_t difference_type; typedef in struct:pointer_traits
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.basic/
iterator.pass.cpp 17 // typedef Distance difference_type;
34 static_assert((std::is_same<typename It::difference_type, std::ptrdiff_t>::value), "");
46 static_assert((std::is_same<typename It::difference_type, short>::value), "");
58 static_assert((std::is_same<typename It::difference_type, int>::value), "");
70 static_assert((std::is_same<typename It::difference_type, long>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.operations/
distance.pass.cpp 13 // Iter::difference_type
17 // Iter::difference_type
27 test(It first, It last, typename std::iterator_traits<It>::difference_type x)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/
const_pointer.pass.cpp 15 // typedef ptrdiff_t difference_type;
30 static_assert((std::is_same<It::difference_type, std::ptrdiff_t>::value), "");
pointer.pass.cpp 15 // typedef ptrdiff_t difference_type;
30 static_assert((std::is_same<It::difference_type, std::ptrdiff_t>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+=/
difference_type.pass.cpp 15 // move_iterator& operator+=(difference_type n);
24 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+EQ/
difference_type.pass.cpp 15 // move_iterator& operator+=(difference_type n);
24 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-=/
difference_type.pass.cpp 15 // move_iterator& operator-=(difference_type n);
24 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-EQ/
difference_type.pass.cpp 15 // move_iterator& operator-=(difference_type n);
24 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+=/
difference_type.pass.cpp 15 // reverse_iterator& operator+=(difference_type n);
24 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+EQ/
difference_type.pass.cpp 15 // reverse_iterator& operator+=(difference_type n);
24 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-=/
difference_type.pass.cpp 15 // reverse_iterator& operator-=(difference_type n);
24 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-EQ/
difference_type.pass.cpp 15 // reverse_iterator& operator-=(difference_type n);
24 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/
difference_type.pass.cpp 15 // unspecified operator[](difference_type n) const;
24 test(It i, typename std::iterator_traits<It>::difference_type n,
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
size_type.pass.cpp 51 typedef signed char difference_type; typedef in struct:std::pointer_traits
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ptr_traits.h 42 _GLIBCXX_HAS_NESTED_TYPE(difference_type)
63 typedef typename _Tp::difference_type __type;
139 typedef typename __ptrtr_diff_type<_Ptr>::__type difference_type; typedef in struct:pointer_traits
157 typedef ptrdiff_t difference_type; typedef in struct:pointer_traits
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/iterator.primitives/iterator.basic/
iterator.pass.cpp 17 // typedef Distance difference_type;
34 static_assert((std::is_same<typename It::difference_type, std::ptrdiff_t>::value), "");
46 static_assert((std::is_same<typename It::difference_type, short>::value), "");
58 static_assert((std::is_same<typename It::difference_type, int>::value), "");
70 static_assert((std::is_same<typename It::difference_type, long>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/iterator.primitives/iterator.operations/
distance.pass.cpp 13 // Iter::difference_type
17 // Iter::difference_type
27 test(It first, It last, typename std::iterator_traits<It>::difference_type x)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/iterator.primitives/iterator.traits/
const_pointer.pass.cpp 15 // typedef ptrdiff_t difference_type;
30 static_assert((std::is_same<It::difference_type, std::ptrdiff_t>::value), "");
pointer.pass.cpp 15 // typedef ptrdiff_t difference_type;
30 static_assert((std::is_same<It::difference_type, std::ptrdiff_t>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+=/
difference_type.pass.cpp 15 // move_iterator& operator+=(difference_type n);
24 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-=/
difference_type.pass.cpp 15 // move_iterator& operator-=(difference_type n);
24 test(It i, typename std::iterator_traits<It>::difference_type n, It x)

Completed in 585 milliseconds

1 2 3 4 56 7 8 91011>>