HomeSort by relevance Sort by last modified time
    Searched refs:streampos (Results 1 - 25 of 31) sorted by null

1 2

  /external/libcxx/test/std/depr/depr.ios.members/
streampos.pass.cpp 15 // typedef POS_T streampos;
27 static_assert((std::is_same<std::ios_base::streampos, std::streampos>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.ios.members/
streampos.pass.cpp 15 // typedef POS_T streampos;
27 static_assert((std::is_same<std::ios_base::streampos, std::streampos>::value), "");
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
types.pass.cpp 17 // typedef streampos pos_type;
28 static_assert((std::is_same<std::char_traits<char>::pos_type, std::streampos>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
types.pass.cpp 17 // typedef streampos pos_type;
28 static_assert((std::is_same<std::char_traits<char>::pos_type, std::streampos>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 163 virtual std::streampos
167 std::streampos __ret(std::streamoff(-1));
177 __ret = std::streampos(ftello64(_M_file));
180 __ret = std::streampos(std::ftell(_M_file));
185 virtual std::streampos
186 seekpos(std::streampos __pos,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 163 virtual std::streampos
167 std::streampos __ret(std::streamoff(-1));
177 __ret = std::streampos(ftello64(_M_file));
180 __ret = std::streampos(std::ftell(_M_file));
185 virtual std::streampos
186 seekpos(std::streampos __pos,
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
StreamIoUtil.h 60 virtual std::streampos seekpos(
61 std::streampos sp, std::ios_base::openmode which =
67 virtual std::streampos seekoff(
  /external/zlib/src/contrib/iostream/
zfstream.h 24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
zfstream.cpp 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) {
131 return streampos(EOF);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
postypes.h 72 // The types streamoff, streampos and wstreampos and the class
224 // Clauses 21.1.3.1 and 21.1.3.2 describe streampos and wstreampos
228 typedef fpos<mbstate_t> streampos; typedef
ios_base.h 409 typedef std::streampos streampos; typedef in class:ios_base
char_traits.h 40 #include <bits/postypes.h> // For streampos
53 * streampos, and mbstate_t. Users who need a different set of
61 typedef std::streampos pos_type;
237 typedef streampos pos_type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
postypes.h 72 // The types streamoff, streampos and wstreampos and the class
224 // Clauses 21.1.3.1 and 21.1.3.2 describe streampos and wstreampos
228 typedef fpos<mbstate_t> streampos; typedef
ios_base.h 409 typedef std::streampos streampos; typedef in class:ios_base
  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream/
zfstream.h 24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
zfstream.cpp 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) {
131 return streampos(EOF);
  /external/tensorflow/tensorflow/core/platform/s3/
s3_crypto.cc 74 if (currentPos == std::streampos(std::streamoff(-1))) {
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_char_traits.i 23 typedef streampos pos_type;
  /external/libcxx/test/std/input.output/iostream.forward/
iosfwd.pass.cpp 121 test<std::streampos* >();
  /external/libcxx/test/support/
constexpr_char_traits.hpp 25 typedef std::streampos pos_type;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.forward/
iosfwd.pass.cpp 121 test<std::streampos* >();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
constexpr_char_traits.hpp 25 typedef std::streampos pos_type;
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 207 && (in.tellg() != (streampos) -1))) {
229 && (in.tellg() != (streampos) -1))) {
hwcRects.cpp 403 while ((in.tellg() < (streampos) in.str().length())
404 && (in.tellg() != (streampos) -1)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
libio.h 196 void set_streampos(streampos sp) { _spos = sp; }
197 void set_offset(int offset) { _pos = offset; _spos = (streampos)(-2); }

Completed in 1023 milliseconds

1 2