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

1 2

  /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
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 418 typedef std::streamoff streamoff; typedef in class:ios_base
  /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
84 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
86 * Note: In versions of GCC up to and including GCC 3.3, streamoff
90 typedef long streamoff; typedef
92 typedef long long streamoff;
94 typedef int64_t streamoff;
96 typedef long long streamoff;
117 streamoff _M_off;
129 // from streamoff objects using the constructor syntax, and
132 // constructor stores the streamoff as the offset and defaul
    [all...]
ios_base.h 412 typedef std::streamoff streamoff; typedef in class:ios_base
  /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
84 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
86 * Note: In versions of GCC up to and including GCC 3.3, streamoff
90 typedef long streamoff; typedef
92 typedef long long streamoff;
94 typedef int64_t streamoff;
96 typedef long long streamoff;
117 streamoff _M_off;
129 // from streamoff objects using the constructor syntax, and
132 // constructor stores the streamoff as the offset and defaul
    [all...]
ios_base.h 412 typedef std::streamoff streamoff; typedef in class:ios_base
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/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 418 typedef std::streamoff streamoff; typedef in class:ios_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/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...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/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...]
  /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
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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
postypes.h 74 // The types streamoff, streampos and wstreampos and the class
84 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
86 * Note: In versions of GCC up to and including GCC 3.3, streamoff
90 typedef long streamoff; typedef
92 typedef long long streamoff;
94 typedef int64_t streamoff;
96 typedef long long streamoff;
117 streamoff _M_off;
129 // from streamoff objects using the constructor syntax, and
132 // constructor stores the streamoff as the offset and defaul
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
postypes.h 74 // The types streamoff, streampos and wstreampos and the class
84 * In clauses 21.1.3.1 and 27.4.1 streamoff is described as an
86 * Note: In versions of GCC up to and including GCC 3.3, streamoff
90 typedef long streamoff; typedef
92 typedef long long streamoff;
94 typedef int64_t streamoff;
96 typedef long long streamoff;
117 streamoff _M_off;
129 // from streamoff objects using the constructor syntax, and
132 // constructor stores the streamoff as the offset and defaul
    [all...]
  /external/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 257 typedef _STLP_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/5/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 257 typedef _STLP_STD::streamoff streamoff; typedef in class:ios_base
  /prebuilts/ndk/6/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 257 typedef _STLP_STD::streamoff streamoff; typedef in class:ios_base
  /prebuilts/ndk/7/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 257 typedef _STLP_STD::streamoff streamoff; typedef in class:ios_base
  /prebuilts/ndk/8/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 1029 milliseconds

1 2