HomeSort by relevance Sort by last modified time
    Searched defs:pos_type (Results 51 - 75 of 75) sorted by null

1 23

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_ios.h 77 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ios
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pod_char_traits.h 102 typedef fpos<state_type> pos_type; typedef in struct:char_traits
codecvt_specializations.h 213 typedef typename std::fpos<state_type> pos_type; typedef in struct:encoding_char_traits
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_ios.h 77 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ios
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pod_char_traits.h 102 typedef fpos<state_type> pos_type; typedef in struct:char_traits
codecvt_specializations.h 213 typedef typename std::fpos<state_type> pos_type; typedef in struct:encoding_char_traits
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
codecvt_specializations.h 213 typedef typename std::fpos<state_type> pos_type; typedef in struct:encoding_char_traits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
codecvt_specializations.h 213 typedef typename std::fpos<state_type> pos_type; typedef in struct:encoding_char_traits
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
codecvt_specializations.h 213 typedef typename std::fpos<state_type> pos_type; typedef in struct:encoding_char_traits
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
codecvt_specializations.h 213 typedef typename std::fpos<state_type> pos_type; typedef in struct:encoding_char_traits

Completed in 2017 milliseconds

1 23