HomeSort by relevance Sort by last modified time
    Searched refs:ptrdiff_t (Results 251 - 275 of 1335) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/
types.pass.cpp 36 static_assert((std::is_same<SM::difference_type, std::ptrdiff_t>::value), "");
49 static_assert((std::is_same<SM::difference_type, std::ptrdiff_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/
types.pass.cpp 46 std::make_unsigned<std::ptrdiff_t>::type>::value), "");
50 std::ptrdiff_t>::value), "");
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 122 ptrdiff_t old_size = epptr() - pbase();
123 ptrdiff_t new_size = (max)(2 * old_size, ptrdiff_t(1));
131 ptrdiff_t old_get_offset;
234 if (seeklow + __STATIC_CAST(ptrdiff_t, off) < pbase()) {
245 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), egptr());
247 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), pptr());
249 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), epptr());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
malloc_allocator.h 45 using std::ptrdiff_t;
60 typedef ptrdiff_t difference_type;
new_allocator.h 45 using std::ptrdiff_t;
62 typedef ptrdiff_t difference_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
malloc_allocator.h 45 using std::ptrdiff_t;
60 typedef ptrdiff_t difference_type;
new_allocator.h 45 using std::ptrdiff_t;
62 typedef ptrdiff_t difference_type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
malloc_allocator.h 45 using std::ptrdiff_t;
60 typedef ptrdiff_t difference_type;
new_allocator.h 45 using std::ptrdiff_t;
62 typedef ptrdiff_t difference_type;
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_multiset.i 48 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 68 typedef ptrdiff_t difference_type;
90 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 41 using std::ptrdiff_t;
56 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 68 typedef ptrdiff_t difference_type;
90 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 41 using std::ptrdiff_t;
56 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 68 typedef ptrdiff_t difference_type;
90 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 41 using std::ptrdiff_t;
56 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
allocator.h 68 typedef ptrdiff_t difference_type;
90 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
malloc_allocator.h 41 using std::ptrdiff_t;
56 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
malloc_allocator.h 43 using std::ptrdiff_t;
58 typedef ptrdiff_t difference_type;
new_allocator.h 43 using std::ptrdiff_t;
58 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h 44 using std::ptrdiff_t;
59 typedef ptrdiff_t difference_type;
new_allocator.h 43 using std::ptrdiff_t;
58 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
malloc_allocator.h 43 using std::ptrdiff_t;
58 typedef ptrdiff_t difference_type;
new_allocator.h 43 using std::ptrdiff_t;
58 typedef ptrdiff_t difference_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h 44 using std::ptrdiff_t;
59 typedef ptrdiff_t difference_type;

Completed in 1131 milliseconds

<<11121314151617181920>>