HomeSort by relevance Sort by last modified time
    Searched refs:off_type (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/stlport/stlport/stl/
_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
_sstream.c 300 ::seekoff(off_type __off,
309 return pos_type(off_type(-1));
312 return pos_type(off_type(-1));
329 return pos_type(off_type(-1));
338 return pos_type(off_type(-1));
347 return pos_type(off_type(-1));
365 return pos_type(off_type(-1));
368 return pos_type(off_type(-1));
370 const off_type __n = __pos - pos_type(off_type(0))
    [all...]
_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
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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
_sstream.c 300 ::seekoff(off_type __off,
309 return pos_type(off_type(-1));
312 return pos_type(off_type(-1));
329 return pos_type(off_type(-1));
338 return pos_type(off_type(-1));
347 return pos_type(off_type(-1));
365 return pos_type(off_type(-1));
368 return pos_type(off_type(-1));
370 const off_type __n = __pos - pos_type(off_type(0))
    [all...]
_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
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_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
_sstream.c 300 ::seekoff(off_type __off,
309 return pos_type(off_type(-1));
312 return pos_type(off_type(-1));
329 return pos_type(off_type(-1));
338 return pos_type(off_type(-1));
347 return pos_type(off_type(-1));
365 return pos_type(off_type(-1));
368 return pos_type(off_type(-1));
370 const off_type __n = __pos - pos_type(off_type(0))
    [all...]
_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
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_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
_sstream.c 300 ::seekoff(off_type __off,
309 return pos_type(off_type(-1));
312 return pos_type(off_type(-1));
329 return pos_type(off_type(-1));
338 return pos_type(off_type(-1));
347 return pos_type(off_type(-1));
365 return pos_type(off_type(-1));
368 return pos_type(off_type(-1));
370 const off_type __n = __pos - pos_type(off_type(0))
    [all...]
_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
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_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
_sstream.c 300 ::seekoff(off_type __off,
309 return pos_type(off_type(-1));
312 return pos_type(off_type(-1));
329 return pos_type(off_type(-1));
338 return pos_type(off_type(-1));
347 return pos_type(off_type(-1));
365 return pos_type(off_type(-1));
368 return pos_type(off_type(-1));
370 const off_type __n = __pos - pos_type(off_type(0))
    [all...]
_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
  /external/astl/include/
ostream 53 typedef char_traits<char_type>::off_type off_type;
sstream 50 typedef streambuf::off_type off_type;
  /external/oprofile/include/
sstream 43 typedef streamoff off_type;
141 seekoff(off_type off, ios::seek_dir way, int which = ios::in | ios::out)
143 pos_type ret = pos_type(off_type(-1));
167 off_type newoffi = 0;
168 off_type newoffo = 0;
236 typedef streamoff off_type;
274 typedef streamoff off_type;
312 typedef streamoff off_type;
  /external/stlport/src/
stdio_streambuf.h 61 pos_type seekoff(off_type, ios_base::seekdir,
strstream.cpp 192 strstreambuf::seekoff(off_type off,
209 return pos_type(off_type(-1));
214 off_type newoff;
226 return pos_type(off_type(-1));
231 return pos_type(off_type(-1));
257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode);
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.h 61 pos_type seekoff(off_type, ios_base::seekdir,
  /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
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 55 typedef typename traits_type::off_type off_type; typedef in class:stdio_filebuf
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 55 typedef typename traits_type::off_type off_type; typedef in class:stdio_filebuf
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 55 typedef typename traits_type::off_type off_type; typedef in class:stdio_filebuf

Completed in 1840 milliseconds

1 2 3 4 5