HomeSort by relevance Sort by last modified time
    Searched defs:streamoff (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
postypes.h 72 // The types streamoff, streampos and wstreampos and the class
82 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
84 * Note: In versions of GCC up to and including GCC 3.3, streamoff
88 typedef long streamoff; typedef
90 typedef long long streamoff;
92 typedef int64_t streamoff;
94 typedef long long streamoff;
115 streamoff _M_off;
127 // from streamoff objects using the constructor syntax, and
130 // constructor stores the streamoff as the offset and defaul
    [all...]
ios_base.h 410 typedef std::streamoff streamoff; typedef in class:ios_base
  /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
82 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
84 * Note: In versions of GCC up to and including GCC 3.3, streamoff
88 typedef long streamoff; typedef
90 typedef long long streamoff;
92 typedef int64_t streamoff;
94 typedef long long streamoff;
115 streamoff _M_off;
127 // from streamoff objects using the constructor syntax, and
130 // constructor stores the streamoff as the offset and defaul
    [all...]
ios_base.h 410 typedef std::streamoff streamoff; typedef in class:ios_base
  /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
82 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
84 * Note: In versions of GCC up to and including GCC 3.3, streamoff
88 typedef long streamoff; typedef
90 typedef long long streamoff;
92 typedef int64_t streamoff;
94 typedef long long streamoff;
115 streamoff _M_off;
127 // from streamoff objects using the constructor syntax, and
130 // constructor stores the streamoff as the offset and defaul
    [all...]
ios_base.h 410 typedef std::streamoff streamoff; typedef in class:ios_base
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
postypes.h 72 // The types streamoff, streampos and wstreampos and the class
82 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
84 * Note: In versions of GCC up to and including GCC 3.3, streamoff
88 typedef long streamoff; typedef
90 typedef long long streamoff;
92 typedef int64_t streamoff;
94 typedef long long streamoff;
115 streamoff _M_off;
127 // from streamoff objects using the constructor syntax, and
130 // constructor stores the streamoff as the offset and defaul
    [all...]
ios_base.h 410 typedef std::streamoff streamoff; typedef in class:ios_base
  /ndk/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 58 typedef long streamoff; typedef
61 //The Win32 file io API support 64 bits access so streamoff and streamsize
63 typedef _STLP_LONG_LONG streamoff; typedef
65 typedef ptrdiff_t streamoff; typedef
69 typedef off_t streamoff; typedef
72 typedef off64_t streamoff; typedef
74 typedef off_t streamoff; typedef
79 typedef streamoff streamsize;
89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos;
    [all...]
_ios_base.h 259 typedef _STLP_STD::streamoff streamoff; typedef in class:ios_base
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 58 typedef long streamoff; typedef
61 //The Win32 file io API support 64 bits access so streamoff and streamsize
63 typedef _STLP_LONG_LONG streamoff; typedef
65 typedef ptrdiff_t streamoff; typedef
69 typedef off_t streamoff; typedef
72 typedef off64_t streamoff; typedef
74 typedef off_t streamoff; typedef
79 typedef streamoff streamsize;
89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {}
92 operator streamoff() const { return _M_pos;
    [all...]
_ios_base.h 259 typedef _STLP_STD::streamoff streamoff; typedef in class:ios_base

Completed in 481 milliseconds