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

1 2 3 4 5 6

  /external/stlport/src/
fstream.cpp 36 _Underflow< char, char_traits<char> >::int_type _STLP_CALL
40 typedef traits_type::int_type int_type; typedef
49 int_type __c = traits_type::to_int_type(*__this->gptr());
  /external/stlport/test/unit/
full_streambuf.h 15 typedef _Base::int_type int_type; typedef in class:full_streambuf
26 int_type overflow(int_type c) {
  /ndk/sources/cxx-stl/stlport/src/
fstream.cpp 36 _Underflow< char, char_traits<char> >::int_type _STLP_CALL
40 typedef traits_type::int_type int_type; typedef
49 int_type __c = traits_type::to_int_type(*__this->gptr());
  /ndk/tests/device/test-gnustl-full/unit/
full_streambuf.h 15 typedef _Base::int_type int_type; typedef in class:full_streambuf
26 int_type overflow(int_type c) {
  /ndk/tests/device/test-stlport/unit/
full_streambuf.h 15 typedef _Base::int_type int_type; typedef in class:full_streambuf
26 int_type overflow(int_type c) {
  /external/stlport/stlport/stl/
_strstream.h 74 virtual int_type overflow(int_type __c = _Traits::eof());
75 virtual int_type pbackfail(int_type __c = _Traits::eof());
76 virtual int_type underflow();
142 typedef char_traits<char>::int_type int_type; typedef in class:strstream
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 12 // int_type overflow(int_type c = traits::eof());
27 typedef typename base::int_type int_type; typedef in struct:test_buf
35 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);}
pbackfail.pass.cpp 12 // int_type pbackfail(int_type c = traits::eof());
25 typedef typename base::int_type int_type; typedef in struct:test_buf
33 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);}
seekoff.pass.cpp 28 typedef typename base::int_type int_type; typedef in struct:test_buf
36 virtual int_type underflow() {return base::underflow();}
underflow.pass.cpp 12 // int_type underflow();
27 typedef typename base::int_type int_type; typedef in struct:test_buf
34 virtual int_type underflow() {return base::underflow();}
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 14 // int_type overflow(int_type c = traits::eof());
28 typedef base::int_type int_type; typedef in struct:test_buf
38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);}
pbackfail.pass.cpp 14 // int_type pbackfail(int_type c = traits::eof());
28 typedef base::int_type int_type; typedef in struct:test_buf
38 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);}
underflow.pass.cpp 14 // int_type underflow();
28 typedef base::int_type int_type; typedef in struct:test_buf
38 virtual int_type underflow() {return base::underflow();}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 74 virtual int_type overflow(int_type __c = _Traits::eof());
75 virtual int_type pbackfail(int_type __c = _Traits::eof());
76 virtual int_type underflow();
142 typedef char_traits<char>::int_type int_type; typedef in class:strstream
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_filebuf.h 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_filebuf.h 57 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_filebuf.h 57 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 74 virtual int_type overflow(int_type __c = _Traits::eof());
75 virtual int_type pbackfail(int_type __c = _Traits::eof());
76 virtual int_type underflow();
142 typedef char_traits<char>::int_type int_type; typedef in class:strstream
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 74 virtual int_type overflow(int_type __c = _Traits::eof());
75 virtual int_type pbackfail(int_type __c = _Traits::eof());
76 virtual int_type underflow();
142 typedef char_traits<char>::int_type int_type; typedef in class:strstream
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 74 virtual int_type overflow(int_type __c = _Traits::eof());
75 virtual int_type pbackfail(int_type __c = _Traits::eof());
76 virtual int_type underflow();
142 typedef char_traits<char>::int_type int_type; typedef in class:strstream
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_filebuf.h 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_filebuf.h 57 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf

Completed in 667 milliseconds

1 2 3 4 5 6