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

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
enc_filebuf.h 46 typedef typename traits_type::pos_type pos_type; typedef in class:enc_filebuf
stdio_filebuf.h 54 typedef typename traits_type::pos_type pos_type; typedef in class:stdio_filebuf
stdio_sync_filebuf.h 54 typedef typename traits_type::pos_type pos_type; typedef in class:stdio_sync_filebuf
pod_char_traits.h 93 typedef fpos<state_type> pos_type; typedef in struct:char_traits
codecvt_specializations.h 212 typedef typename std::fpos<state_type> pos_type; typedef in struct:encoding_char_traits
  /external/stlport/stlport/stl/
_strstream.h 78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
143 typedef char_traits<char>::pos_type pos_type; typedef in class:strstream
_ios.h 53 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ios
_sstream.h 59 typedef typename _Traits::pos_type pos_type; typedef in class:basic_stringbuf
90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
93 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
121 typedef typename _Traits::pos_type pos_type; typedef in class:basic_istringstream
164 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ostringstream
208 typedef typename _Traits::pos_type pos_type typedef in class:basic_stringstream
    [all...]
_istream.h 76 typedef typename _Traits::pos_type pos_type; typedef in class:basic_istream
163 pos_type tellg();
164 _Self& seekg(pos_type __pos);
_ostream.h 65 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ostream
141 pos_type tellp() {
144 : pos_type(-1);
147 _Self& seekp(pos_type __pos) {
149 if (this->rdbuf()->pubseekpos(__pos, ios_base::out) == pos_type(-1)) {
char_traits.h 137 typedef streampos pos_type; typedef in class:__char_traits_base
216 typedef streampos pos_type; typedef in class:char_traits
_streambuf.h 55 typedef typename _Traits::pos_type pos_type; typedef in class:basic_streambuf
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
133 virtual pos_type
134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out);
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
149 pos_type pubseekpos(pos_type __sp,
_fstream.h 153 typedef typename _Traits::pos_type pos_type; typedef in class:basic_filebuf
207 virtual pos_type seekoff(off_type, ios_base::seekdir,
209 virtual pos_type seekpos(pos_type,
238 pos_type _M_seek_return(off_type __off, _State_type __state) {
250 pos_type __result(__off);
447 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ifstream
528 typedef typename _Traits::pos_type pos_type typedef in class:basic_ofstream
607 typedef typename _Traits::pos_type pos_type; typedef in class:basic_fstream
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
143 typedef char_traits<char>::pos_type pos_type; typedef in class:strstream
_ios.h 53 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ios
_sstream.h 59 typedef typename _Traits::pos_type pos_type; typedef in class:basic_stringbuf
90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
93 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
121 typedef typename _Traits::pos_type pos_type; typedef in class:basic_istringstream
164 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ostringstream
208 typedef typename _Traits::pos_type pos_type typedef in class:basic_stringstream
    [all...]
_istream.h 76 typedef typename _Traits::pos_type pos_type; typedef in class:basic_istream
163 pos_type tellg();
164 _Self& seekg(pos_type __pos);
_ostream.h 65 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ostream
141 pos_type tellp() {
144 : pos_type(-1);
147 _Self& seekp(pos_type __pos) {
149 if (this->rdbuf()->pubseekpos(__pos, ios_base::out) == pos_type(-1)) {
char_traits.h 137 typedef streampos pos_type; typedef in class:__char_traits_base
216 typedef streampos pos_type; typedef in class:char_traits
_streambuf.h 55 typedef typename _Traits::pos_type pos_type; typedef in class:basic_streambuf
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
133 virtual pos_type
134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out);
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
149 pos_type pubseekpos(pos_type __sp,
  /external/astl/include/
char_traits.h 55 typedef streampos pos_type; typedef in struct:std::char_traits
  /external/chromium/base/
string16.h 65 typedef std::fpos<state_type> pos_type; typedef in struct:base::string16_char_traits
  /external/chromium/googleurl/base/
string16.h 84 typedef std::fpos<state_type> pos_type; typedef in struct:base::string16_char_traits
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
char_traits.h 58 * of char_traits. It defines int_type, off_type, pos_type, and
68 typedef std::streampos pos_type; typedef in struct:_Char_types
94 typedef typename _Char_types<_CharT>::pos_type pos_type; typedef in struct:char_traits
241 typedef streampos pos_type; typedef in struct:char_traits
313 typedef wstreampos pos_type; typedef in struct:char_traits
389 typedef u16streampos pos_type; typedef in struct:char_traits
482 typedef u32streampos pos_type; typedef in struct:char_traits
basic_ios.h 73 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ios

Completed in 840 milliseconds

1 2