HomeSort by relevance Sort by last modified time
    Searched refs:difference_type (Results 276 - 300 of 1009) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
stable_sort.pass.cpp 30 typedef typename std::iterator_traits<RI>::difference_type difference_type; typedef
34 difference_type len = l - f;
  /art/libartbase/base/
allocator.h 106 typedef typename std::allocator<T>::difference_type difference_type; typedef in class:art::TrackingAllocatorImpl
  /external/libcxx/test/std/iterators/stream.iterators/istream.iterator/
types.pass.cpp 55 static_assert((std::is_same<I1::difference_type, std::ptrdiff_t>::value), "");
73 static_assert((std::is_same<I2::difference_type, std::ptrdiff_t>::value), "");
  /external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/
types.pass.cpp 43 static_assert((std::is_same<I1::difference_type, std::char_traits<char>::off_type>::value), "");
58 static_assert((std::is_same<I2::difference_type, std::char_traits<wchar_t>::off_type>::value), "");
  /external/libcxx/test/std/strings/basic.string/
types.pass.cpp 23 // typedef typename Allocator::difference_type difference_type;
54 static_assert((std::is_same<typename S::difference_type, typename std::allocator_traits<Allocator>::difference_type>::value), "");
  /external/tensorflow/tensorflow/core/util/
transform_output_iterator.h 48 typedef OffsetT difference_type; ///< Type to express the result of typedef in class:tensorflow::TransformOutputIterator
120 __host__ __device__ __forceinline__ difference_type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
allocator.h 67 typedef ptrdiff_t difference_type; typedef in class:allocator
96 typedef ptrdiff_t difference_type; typedef in class:allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 54 typedef ptrdiff_t difference_type; typedef in class:array_allocator_base
110 typedef ptrdiff_t difference_type; typedef in class:array_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 90 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::pairing_heap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 79 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::rc_binomial_heap
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
allocator.h 67 typedef ptrdiff_t difference_type; typedef in class:allocator
96 typedef ptrdiff_t difference_type; typedef in class:allocator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
array_allocator.h 54 typedef ptrdiff_t difference_type; typedef in class:array_allocator_base
110 typedef ptrdiff_t difference_type; typedef in class:array_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 90 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::pairing_heap
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
rc_binomial_heap_.hpp 79 typedef typename _Alloc::difference_type difference_type; typedef in class:__gnu_pbds::detail::rc_binomial_heap
  /prebuilts/misc/common/swig/include/2.0.11/d/
std_map.i 26 typedef ptrdiff_t difference_type;
  /prebuilts/misc/common/swig/include/2.0.11/go/
std_map.i 27 typedef ptrdiff_t difference_type;
  /prebuilts/misc/common/swig/include/2.0.11/lua/
std_map.i 27 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/iterator.primitives/iterator.operations/
next.pass.cpp 13 // Iter next(Iter x, Iter::difference_type n = 1);
24 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
39 constexpr_test(It i, typename std::iterator_traits<It>::difference_type n, It x)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/istream.iterator/
types.pass.cpp 55 static_assert((std::is_same<I1::difference_type, std::ptrdiff_t>::value), "");
73 static_assert((std::is_same<I2::difference_type, std::ptrdiff_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/istreambuf.iterator/
types.pass.cpp 43 static_assert((std::is_same<I1::difference_type, std::char_traits<char>::off_type>::value), "");
58 static_assert((std::is_same<I2::difference_type, std::char_traits<wchar_t>::off_type>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/
types.pass.cpp 23 // typedef typename Allocator::difference_type difference_type;
54 static_assert((std::is_same<typename S::difference_type, typename std::allocator_traits<Allocator>::difference_type>::value), "");
  /system/extras/perfprofd/
quipper_helper.h 29 using difference_type = typename std::iterator_traits<Iterator>::difference_type;
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubycontainer.swg 241 typedef ptrdiff_t difference_type;
284 self& operator += (difference_type n)
290 self operator +(difference_type n) const
295 self& operator -= (difference_type n)
301 self operator -(difference_type n) const
306 difference_type operator - (const self& ri) const
317 operator[](difference_type n) const
324 difference_type _index;
340 typedef int difference_type;
388 reference operator[](difference_type n
    [all...]
  /external/clang/tools/diagtool/
DiagnosticNames.h 62 typedef std::ptrdiff_t difference_type; typedef in class:diagtool::GroupRecord::group_iterator
  /external/eigen/Eigen/src/StlSupport/
details.h 26 typedef std::ptrdiff_t difference_type; typedef in class:Eigen::aligned_allocator_indirection

Completed in 929 milliseconds

<<11121314151617181920>>