HomeSort by relevance Sort by last modified time
    Searched refs:int_type (Results 76 - 100 of 156) sorted by null

1 2 34 5 6 7

  /external/astl/include/
ostream 51 typedef char_traits<char_type>::int_type int_type;
sstream 48 typedef streambuf::int_type int_type;
  /external/astl/src/
streambuf.cpp 61 int_type c = this->overflow(traits_type::to_int_type(*str));
  /external/stlport/stlport/stl/
_ctraits_fns.h 64 typename _Traits::int_type __val;
66 _Eq_int_bound(typename _Traits::int_type __c) : __val(__c) {}
_istreambuf_iterator.h 51 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
92 int_type __c = _M_buf->sgetc();
_istream.h 75 typedef typename _Traits::int_type int_type; typedef in class:basic_istream
126 int_type peek();
129 int_type get();
151 _Self& ignore(streamsize __n, int_type __delim);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 64 typename _Traits::int_type __val;
66 _Eq_int_bound(typename _Traits::int_type __c) : __val(__c) {}
_istreambuf_iterator.h 51 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
92 int_type __c = _M_buf->sgetc();
_istream.h 75 typedef typename _Traits::int_type int_type; typedef in class:basic_istream
126 int_type peek();
129 int_type get();
151 _Self& ignore(streamsize __n, int_type __delim);
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 64 typename _Traits::int_type __val;
66 _Eq_int_bound(typename _Traits::int_type __c) : __val(__c) {}
_istreambuf_iterator.h 51 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
92 int_type __c = _M_buf->sgetc();
_istream.h 75 typedef typename _Traits::int_type int_type; typedef in class:basic_istream
126 int_type peek();
129 int_type get();
151 _Self& ignore(streamsize __n, int_type __delim);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 64 typename _Traits::int_type __val;
66 _Eq_int_bound(typename _Traits::int_type __c) : __val(__c) {}
_istreambuf_iterator.h 51 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
92 int_type __c = _M_buf->sgetc();
_istream.h 75 typedef typename _Traits::int_type int_type; typedef in class:basic_istream
126 int_type peek();
129 int_type get();
151 _Self& ignore(streamsize __n, int_type __delim);
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_ctraits_fns.h 64 typename _Traits::int_type __val;
66 _Eq_int_bound(typename _Traits::int_type __c) : __val(__c) {}
_istreambuf_iterator.h 51 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
92 int_type __c = _M_buf->sgetc();
  /external/zlib/contrib/iostream3/
zfstream.h 112 virtual int_type
124 virtual int_type
125 overflow(int_type c = traits_type::eof());
151 // virtual int_type uflow();
152 // virtual int_type pbackfail(int_type c = traits_type::eof());
  /external/grub/stage2/
smp-imps.h 172 unsigned char int_type; member in struct:imps_interrupt
  /external/stlport/src/
strstream.cpp 116 strstreambuf::int_type strstreambuf::overflow(int_type c) {
156 strstreambuf::int_type strstreambuf::pbackfail(int_type c) {
176 strstreambuf::int_type strstreambuf::underflow() {
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 116 strstreambuf::int_type strstreambuf::overflow(int_type c) {
156 strstreambuf::int_type strstreambuf::pbackfail(int_type c) {
176 strstreambuf::int_type strstreambuf::underflow() {

Completed in 750 milliseconds

1 2 34 5 6 7