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

1 2 3 4

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.ios.members/
streampos.pass.cpp 15 // typedef POS_T streampos;
23 static_assert((std::is_same<std::ios_base::streampos, std::streampos>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 154 virtual std::streampos
158 std::streampos __ret(std::streamoff(-1));
168 __ret = std::streampos(ftello64(_M_file));
171 __ret = std::streampos(std::ftell(_M_file));
176 virtual std::streampos
177 seekpos(std::streampos __pos,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 164 virtual std::streampos
168 std::streampos __ret(std::streamoff(-1));
178 __ret = std::streampos(ftello64(_M_file));
181 __ret = std::streampos(std::ftell(_M_file));
186 virtual std::streampos
187 seekpos(std::streampos __pos,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 164 virtual std::streampos
168 std::streampos __ret(std::streamoff(-1));
178 __ret = std::streampos(ftello64(_M_file));
181 __ret = std::streampos(std::ftell(_M_file));
186 virtual std::streampos
187 seekpos(std::streampos __pos,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 154 virtual std::streampos
158 std::streampos __ret(std::streamoff(-1));
168 __ret = std::streampos(ftello64(_M_file));
171 __ret = std::streampos(std::ftell(_M_file));
176 virtual std::streampos
177 seekpos(std::streampos __pos,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 154 virtual std::streampos
158 std::streampos __ret(std::streamoff(-1));
168 __ret = std::streampos(ftello64(_M_file));
171 __ret = std::streampos(std::ftell(_M_file));
176 virtual std::streampos
177 seekpos(std::streampos __pos,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 154 virtual std::streampos
158 std::streampos __ret(std::streamoff(-1));
168 __ret = std::streampos(ftello64(_M_file));
171 __ret = std::streampos(std::ftell(_M_file));
176 virtual std::streampos
177 seekpos(std::streampos __pos,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_sync_filebuf.h 154 virtual std::streampos
158 std::streampos __ret(std::streamoff(-1));
168 __ret = std::streampos(ftello64(_M_file));
171 __ret = std::streampos(std::ftell(_M_file));
176 virtual std::streampos
177 seekpos(std::streampos __pos,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 164 virtual std::streampos
168 std::streampos __ret(std::streamoff(-1));
178 __ret = std::streampos(ftello64(_M_file));
181 __ret = std::streampos(std::ftell(_M_file));
186 virtual std::streampos
187 seekpos(std::streampos __pos,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 164 virtual std::streampos
168 std::streampos __ret(std::streamoff(-1));
178 __ret = std::streampos(ftello64(_M_file));
181 __ret = std::streampos(std::ftell(_M_file));
186 virtual std::streampos
187 seekpos(std::streampos __pos,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 164 virtual std::streampos
168 std::streampos __ret(std::streamoff(-1));
178 __ret = std::streampos(ftello64(_M_file));
181 __ret = std::streampos(std::ftell(_M_file));
186 virtual std::streampos
187 seekpos(std::streampos __pos,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 164 virtual std::streampos
168 std::streampos __ret(std::streamoff(-1));
178 __ret = std::streampos(ftello64(_M_file));
181 __ret = std::streampos(std::ftell(_M_file));
186 virtual std::streampos
187 seekpos(std::streampos __pos,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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,
  /external/oprofile/include/
sstream 42 typedef streampos pos_type;
235 typedef streampos pos_type;
273 typedef streampos pos_type;
311 typedef streampos pos_type;
  /external/zlib/src/contrib/iostream/
zfstream.h 24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
postypes.h 74 // The types streamoff, streampos and wstreampos and the class
226 // Clauses 21.1.3.1 and 21.1.3.2 describe streampos and wstreampos
230 typedef fpos<mbstate_t> streampos; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
postypes.h 74 // The types streamoff, streampos and wstreampos and the class
226 // Clauses 21.1.3.1 and 21.1.3.2 describe streampos and wstreampos
230 typedef fpos<mbstate_t> streampos; typedef
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
postypes.h 74 // The types streamoff, streampos and wstreampos and the class
226 // Clauses 21.1.3.1 and 21.1.3.2 describe streampos and wstreampos
230 typedef fpos<mbstate_t> streampos; typedef
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
postypes.h 74 // The types streamoff, streampos and wstreampos and the class
226 // Clauses 21.1.3.1 and 21.1.3.2 describe streampos and wstreampos
230 typedef fpos<mbstate_t> streampos; typedef

Completed in 404 milliseconds

1 2 3 4