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

1 23 4 5

  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 62 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf
72 int_type _M_unget_buf;
91 int_type
94 int_type
95 syncungetc(int_type __c);
97 int_type
98 syncputc(int_type __c);
100 virtual int_type
103 int_type __c = this->syncgetc()
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_ios.h 52 typedef typename _Traits::int_type int_type; typedef in class:basic_ios
110 static bool _STLP_CALL _S_eof(int_type __c) {
111 const int_type __eof = _Traits::eof();
_istreambuf_iterator.h 51 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
92 int_type __c = _M_buf->sgetc();
_sstream.h 58 typedef typename _Traits::int_type int_type; typedef in class:basic_stringbuf
79 virtual int_type underflow();
80 virtual int_type uflow();
81 virtual int_type pbackfail(int_type __c);
82 virtual int_type overflow(int_type __c);
83 int_type pbackfail() {return pbackfail(_Traits::eof());}
84 int_type overflow() {return overflow(_Traits::eof());
120 typedef typename _Traits::int_type int_type; typedef in class:basic_istringstream
163 typedef typename _Traits::int_type int_type; typedef in class:basic_ostringstream
207 typedef typename _Traits::int_type int_type; typedef in class:basic_stringstream
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
char_traits.h 51 * of char_traits. It defines int_type, off_type, pos_type, and
60 typedef unsigned long int_type; typedef in struct:_Char_types
72 * right, but the int_type and state_type typedefs, and the eof()
86 typedef typename _Char_types<_CharT>::int_type int_type; typedef in struct:char_traits
122 to_char_type(const int_type& __c)
125 static _GLIBCXX_CONSTEXPR int_type
127 { return static_cast<int_type>(__c); }
130 eq_int_type(const int_type& __c1, const int_type& __c2
236 typedef int int_type; typedef in struct:char_traits
311 typedef wint_t int_type; typedef in struct:char_traits
390 typedef uint_least16_t int_type; typedef in struct:char_traits
483 typedef uint_least32_t int_type; typedef in struct:char_traits
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 62 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf
72 int_type _M_unget_buf;
91 int_type
94 int_type
95 syncungetc(int_type __c);
97 int_type
98 syncputc(int_type __c);
100 virtual int_type
103 int_type __c = this->syncgetc()
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_ios.h 52 typedef typename _Traits::int_type int_type; typedef in class:basic_ios
110 static bool _STLP_CALL _S_eof(int_type __c) {
111 const int_type __eof = _Traits::eof();
_istreambuf_iterator.h 51 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
92 int_type __c = _M_buf->sgetc();
_sstream.h 58 typedef typename _Traits::int_type int_type; typedef in class:basic_stringbuf
79 virtual int_type underflow();
80 virtual int_type uflow();
81 virtual int_type pbackfail(int_type __c);
82 virtual int_type overflow(int_type __c);
83 int_type pbackfail() {return pbackfail(_Traits::eof());}
84 int_type overflow() {return overflow(_Traits::eof());
120 typedef typename _Traits::int_type int_type; typedef in class:basic_istringstream
163 typedef typename _Traits::int_type int_type; typedef in class:basic_ostringstream
207 typedef typename _Traits::int_type int_type; typedef in class:basic_stringstream
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
char_traits.h 51 * of char_traits. It defines int_type, off_type, pos_type, and
60 typedef unsigned long int_type; typedef in struct:_Char_types
72 * right, but the int_type and state_type typedefs, and the eof()
86 typedef typename _Char_types<_CharT>::int_type int_type; typedef in struct:char_traits
122 to_char_type(const int_type& __c)
125 static _GLIBCXX_CONSTEXPR int_type
127 { return static_cast<int_type>(__c); }
130 eq_int_type(const int_type& __c1, const int_type& __c2
236 typedef int int_type; typedef in struct:char_traits
311 typedef wint_t int_type; typedef in struct:char_traits
390 typedef uint_least16_t int_type; typedef in struct:char_traits
483 typedef uint_least32_t int_type; typedef in struct:char_traits
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 62 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf
72 int_type _M_unget_buf;
91 int_type
94 int_type
95 syncungetc(int_type __c);
97 int_type
98 syncputc(int_type __c);
100 virtual int_type
103 int_type __c = this->syncgetc()
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_ios.h 52 typedef typename _Traits::int_type int_type; typedef in class:basic_ios
110 static bool _STLP_CALL _S_eof(int_type __c) {
111 const int_type __eof = _Traits::eof();
_istreambuf_iterator.h 51 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
92 int_type __c = _M_buf->sgetc();
_sstream.h 58 typedef typename _Traits::int_type int_type; typedef in class:basic_stringbuf
79 virtual int_type underflow();
80 virtual int_type uflow();
81 virtual int_type pbackfail(int_type __c);
82 virtual int_type overflow(int_type __c);
83 int_type pbackfail() {return pbackfail(_Traits::eof());}
84 int_type overflow() {return overflow(_Traits::eof());
120 typedef typename _Traits::int_type int_type; typedef in class:basic_istringstream
163 typedef typename _Traits::int_type int_type; typedef in class:basic_ostringstream
207 typedef typename _Traits::int_type int_type; typedef in class:basic_stringstream
    [all...]
  /external/clang/test/SemaTemplate/
class-template-spec.cpp 41 typedef int int_type; typedef
42 void testme(X<int_type> *x1, X<float, int> *x2) {
  /frameworks/native/services/vr/performanced/
stdio_filebuf.h 52 typedef typename traits_type::int_type int_type; typedef in class:android::dvr::stdio_filebuf
61 virtual int_type underflow() override;
62 virtual int_type uflow() override;
63 virtual int_type pbackfail(int_type __c = traits_type::eof()) override;
71 int_type __last_consumed_;
78 int_type __getchar(bool __consume);
107 typename stdio_filebuf<_CharT>::int_type stdio_filebuf<_CharT>::underflow() {
112 typename stdio_filebuf<_CharT>::int_type stdio_filebuf<_CharT>::uflow()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 76 typedef typename _Traits::int_type int_type; typedef in class:basic_ios
streambuf_iterator.h 66 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
98 mutable int_type _M_c;
176 int_type
179 const int_type __eof = traits_type::eof();
180 int_type __ret = __eof;
197 const int_type __eof = traits_type::eof();
340 typedef typename traits_type::int_type int_type; typedef
345 int_type __c = __sb->sgetc()
375 typedef typename traits_type::int_type int_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pod_char_traits.h 44 // NB: The char_type parameter is a subset of int_type, as to allow
45 // int_type to properly hold the full range of char_type values as
52 typedef I int_type; typedef in struct:character
98 typedef typename char_type::int_type int_type; typedef in struct:char_traits
164 to_char_type(const int_type& __i)
167 static int_type
169 { return char_type::template to<int_type>(__c); }
172 eq_int_type(const int_type& __c1, const int_type& __c2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 76 typedef typename _Traits::int_type int_type; typedef in class:basic_ios
streambuf_iterator.h 66 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
98 mutable int_type _M_c;
176 int_type
179 const int_type __eof = traits_type::eof();
180 int_type __ret = __eof;
197 const int_type __eof = traits_type::eof();
340 typedef typename traits_type::int_type int_type; typedef
345 int_type __c = __sb->sgetc()
375 typedef typename traits_type::int_type int_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pod_char_traits.h 44 // NB: The char_type parameter is a subset of int_type, as to allow
45 // int_type to properly hold the full range of char_type values as
52 typedef I int_type; typedef in struct:character
98 typedef typename char_type::int_type int_type; typedef in struct:char_traits
164 to_char_type(const int_type& __i)
167 static int_type
169 { return char_type::template to<int_type>(__c); }
172 eq_int_type(const int_type& __c1, const int_type& __c2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_ios.h 76 typedef typename _Traits::int_type int_type; typedef in class:basic_ios
streambuf_iterator.h 66 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
98 mutable int_type _M_c;
176 int_type
179 const int_type __eof = traits_type::eof();
180 int_type __ret = __eof;
197 const int_type __eof = traits_type::eof();
340 typedef typename traits_type::int_type int_type; typedef
345 int_type __c = __sb->sgetc()
375 typedef typename traits_type::int_type int_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pod_char_traits.h 44 // NB: The char_type parameter is a subset of int_type, as to allow
45 // int_type to properly hold the full range of char_type values as
52 typedef I int_type; typedef in struct:character
98 typedef typename char_type::int_type int_type; typedef in struct:char_traits
164 to_char_type(const int_type& __i)
167 static int_type
169 { return char_type::template to<int_type>(__c); }
172 eq_int_type(const int_type& __c1, const int_type& __c2
    [all...]

Completed in 718 milliseconds

1 23 4 5