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

1 2 3

  /external/astl/include/
basic_ios.h 51 typedef std::streampos streampos; typedef in class:std::basic_ios
ios_pos_types.h 43 // char and wchar and defines 2 types streampos and wstreampos. Since
80 typedef fpos streampos; typedef in namespace:std
ios_base.h 89 typedef std::streampos streampos; typedef in class:std::ios_base
streambuf 54 typedef streampos pos_type;
char_traits.h 33 #include <ios_pos_types.h> // For streampos
55 typedef streampos pos_type;
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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,
  /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/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/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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
  /external/stlport/stlport/stl/
char_traits.h 127 typedef fpos<mbstate_t> streampos; typedef
137 typedef streampos pos_type;
216 typedef streampos pos_type;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 127 typedef fpos<mbstate_t> streampos; typedef
137 typedef streampos pos_type;
216 typedef streampos pos_type;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 127 typedef fpos<mbstate_t> streampos; typedef
137 typedef streampos pos_type;
216 typedef streampos pos_type;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 127 typedef fpos<mbstate_t> streampos; typedef
137 typedef streampos pos_type;
216 typedef streampos pos_type;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 127 typedef fpos<mbstate_t> streampos; typedef
137 typedef streampos pos_type;
216 typedef streampos pos_type;

Completed in 1026 milliseconds

1 2 3