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

  /external/stlport/stlport/stl/
_strstream.h 78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
144 typedef char_traits<char>::off_type off_type; typedef in class:strstream
_ios.h 54 typedef typename _Traits::off_type off_type; typedef in class:basic_ios
_sstream.h 60 typedef typename _Traits::off_type off_type; typedef in class:basic_stringbuf
90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
122 typedef typename _Traits::off_type off_type; typedef in class:basic_istringstream
165 typedef typename _Traits::off_type off_type; typedef in class:basic_ostringstream
209 typedef typename _Traits::off_type off_type; typedef in class:basic_stringstream
_istream.h 77 typedef typename _Traits::off_type off_type; typedef in class:basic_istream
165 _Self& seekg(off_type, ios_base::seekdir);
_ostream.h 66 typedef typename _Traits::off_type off_type; typedef in class:basic_ostream
156 _Self& seekp(off_type __off, ios_base::seekdir __dir) {
char_traits.h 136 typedef streamoff off_type; typedef in class:__char_traits_base
215 typedef streamoff off_type; typedef in class:char_traits
_streambuf.h 56 typedef typename _Traits::off_type off_type; typedef in class:basic_streambuf
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
_fstream.h 154 typedef typename _Traits::off_type off_type; typedef in class:basic_filebuf
207 virtual pos_type seekoff(off_type, ios_base::seekdir,
238 pos_type _M_seek_return(off_type __off, _State_type __state) {
448 typedef typename _Traits::off_type off_type; typedef in class:basic_ifstream
529 typedef typename _Traits::off_type off_type; typedef in class:basic_ofstream
608 typedef typename _Traits::off_type off_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,
144 typedef char_traits<char>::off_type off_type; typedef in class:strstream
_ios.h 54 typedef typename _Traits::off_type off_type; typedef in class:basic_ios
_sstream.h 60 typedef typename _Traits::off_type off_type; typedef in class:basic_stringbuf
90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
122 typedef typename _Traits::off_type off_type; typedef in class:basic_istringstream
165 typedef typename _Traits::off_type off_type; typedef in class:basic_ostringstream
209 typedef typename _Traits::off_type off_type; typedef in class:basic_stringstream
_istream.h 77 typedef typename _Traits::off_type off_type; typedef in class:basic_istream
165 _Self& seekg(off_type, ios_base::seekdir);
_ostream.h 66 typedef typename _Traits::off_type off_type; typedef in class:basic_ostream
156 _Self& seekp(off_type __off, ios_base::seekdir __dir) {
char_traits.h 136 typedef streamoff off_type; typedef in class:__char_traits_base
215 typedef streamoff off_type; typedef in class:char_traits
_streambuf.h 56 typedef typename _Traits::off_type off_type; typedef in class:basic_streambuf
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
_fstream.h 154 typedef typename _Traits::off_type off_type; typedef in class:basic_filebuf
207 virtual pos_type seekoff(off_type, ios_base::seekdir,
238 pos_type _M_seek_return(off_type __off, _State_type __state) {
448 typedef typename _Traits::off_type off_type; typedef in class:basic_ifstream
529 typedef typename _Traits::off_type off_type; typedef in class:basic_ofstream
608 typedef typename _Traits::off_type off_type; typedef in class:basic_fstream
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_filebuf.h 55 typedef typename traits_type::off_type off_type; typedef in class:stdio_filebuf
stdio_sync_filebuf.h 55 typedef typename traits_type::off_type off_type; typedef in class:stdio_sync_filebuf
pod_char_traits.h 94 typedef streamoff off_type; typedef in struct:char_traits
  /external/astl/include/
char_traits.h 56 typedef streamoff off_type; typedef in struct:std::char_traits
  /external/chromium/base/
string16.h 63 typedef std::streamoff off_type; typedef in struct:base::string16_char_traits
  /external/chromium/googleurl/base/
string16.h 82 typedef std::streamoff off_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
69 typedef std::streamoff off_type; typedef in struct:_Char_types
95 typedef typename _Char_types<_CharT>::off_type off_type; typedef in struct:char_traits
242 typedef streamoff off_type; typedef in struct:char_traits
312 typedef streamoff off_type; typedef in struct:char_traits
388 typedef streamoff off_type; typedef in struct:char_traits
481 typedef streamoff off_type; typedef in struct:char_traits
basic_ios.h 74 typedef typename _Traits::off_type off_type; typedef in class:basic_ios

Completed in 1789 milliseconds