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

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/
types.pass.cpp 40 static_assert((std::is_same<typename MR::difference_type, std::ptrdiff_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
min_allocator.h 75 typedef std::ptrdiff_t difference_type;
146 typedef std::ptrdiff_t difference_type;
245 pointer allocate(std::ptrdiff_t n)
250 void deallocate(pointer p, std::ptrdiff_t)
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 317 ptrdiff_t _Filebuf_base::_M_read(char* buf, ptrdiff_t n) {
323 bool _Filebuf_base::_M_write(char* buf, ptrdiff_t n)
326 ptrdiff_t written = fwrite(buf, 1, n, _M_file);
fstream_unistd.cpp 260 ptrdiff_t _Filebuf_base::_M_read(char* buf, ptrdiff_t n)
267 bool _Filebuf_base::_M_write(char* buf, ptrdiff_t n)
270 ptrdiff_t written = write(_M_file_id, buf, n);