HomeSort by relevance Sort by last modified time
    Searched refs:streampos (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /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
  /prebuilts/ndk/9/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/9/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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/9/sources/cxx-stl/gnu-libstdc++/4.9/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;
_ios_base.h 258 typedef _STLP_STD::streampos streampos; typedef in class:ios_base
  /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;
_ios_base.h 260 typedef _STLP_STD::streampos streampos; typedef in class:ios_base
  /prebuilts/ndk/5/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;
_ios_base.h 258 typedef _STLP_STD::streampos streampos; typedef in class:ios_base
  /prebuilts/ndk/6/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;
_ios_base.h 258 typedef _STLP_STD::streampos streampos; typedef in class:ios_base
  /prebuilts/ndk/7/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/8/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/9/sources/cxx-stl/EH/stlport/stlport/stl/
char_traits.h 127 typedef fpos<mbstate_t> streampos; typedef
137 typedef streampos pos_type;
216 typedef streampos pos_type;
  /external/openfst/src/lib/
mapped-file.cc 63 std::streampos spos = s->tellg();
  /external/zlib/src/contrib/iostream/
zfstream.cpp 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) {
131 return streampos(EOF);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_char_traits.i 23 typedef streampos pos_type;
  /external/libcxx/test/input.output/iostream.forward/
iosfwd.pass.cpp 139 std::streampos* t2 = 0;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/
iosfwd.pass.cpp 139 std::streampos* t2 = 0;
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 207 && (in.tellg() != (streampos) -1))) {
229 && (in.tellg() != (streampos) -1))) {

Completed in 926 milliseconds

12 3 4 5