HomeSort by relevance Sort by last modified time
    Searched defs:int_type (Results 126 - 150 of 185) sorted by null

1 2 3 4 56 7 8

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_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);
_ostream.c 120 typedef typename _StreamBuf::int_type int_type; typedef in struct:_SPutBackC
129 void guard(int_type c) {
139 int_type __c;
149 int_type __c;
_ostream.h 64 typedef typename _Traits::int_type int_type; typedef in class:basic_ostream
char_traits.h 135 typedef _IntT int_type; typedef in class:__char_traits_base
181 static int_type _STLP_CALL not_eof(const int_type& __c)
182 { return !eq_int_type(__c, eof()) ? __c : __STATIC_CAST(int_type, 0); }
184 static char_type _STLP_CALL to_char_type(const int_type& __c)
187 static int_type _STLP_CALL to_int_type(const char_type& __c)
188 { return (int_type)__c; }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2)
193 static int_type _STLP_CALL eof(
214 typedef int int_type; typedef in class:char_traits
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_ios.h 72 typedef typename _Traits::int_type int_type; typedef in class:basic_ios
streambuf_iterator.h 55 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
87 mutable int_type _M_c;
159 int_type
162 const int_type __eof = traits_type::eof();
163 int_type __ret = __eof;
180 const int_type __eof = traits_type::eof();
323 typedef typename traits_type::int_type int_type; typedef
328 int_type __c = __sb->sgetc()
358 typedef typename traits_type::int_type int_type; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pod_char_traits.h 40 // NB: The char_type parameter is a subset of int_type, as to allow
41 // int_type to properly hold the full range of char_type values as
48 typedef I int_type; typedef in struct:character
91 typedef typename char_type::int_type int_type; typedef in struct:char_traits
157 to_char_type(const int_type& __i)
160 static int_type
162 { return char_type::template to<int_type>(__c); }
165 eq_int_type(const int_type& __c1, const int_type& __c2
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 74 typedef typename _Traits::int_type int_type; typedef in class:basic_ios
streambuf_iterator.h 62 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
94 mutable int_type _M_c;
166 int_type
169 const int_type __eof = traits_type::eof();
170 int_type __ret = __eof;
187 const int_type __eof = traits_type::eof();
330 typedef typename traits_type::int_type int_type; typedef
335 int_type __c = __sb->sgetc()
365 typedef typename traits_type::int_type int_type; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pod_char_traits.h 42 // NB: The char_type parameter is a subset of int_type, as to allow
43 // int_type to properly hold the full range of char_type values as
50 typedef I int_type; typedef in struct:character
96 typedef typename char_type::int_type int_type; typedef in struct:char_traits
162 to_char_type(const int_type& __i)
165 static int_type
167 { return char_type::template to<int_type>(__c); }
170 eq_int_type(const int_type& __c1, const int_type& __c2
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 74 typedef typename _Traits::int_type int_type; typedef in class:basic_ios
streambuf_iterator.h 68 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
100 mutable int_type _M_c;
178 int_type
181 const int_type __eof = traits_type::eof();
182 int_type __ret = __eof;
199 const int_type __eof = traits_type::eof();
342 typedef typename traits_type::int_type int_type; typedef
347 int_type __c = __sb->sgetc()
377 typedef typename traits_type::int_type int_type; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pod_char_traits.h 45 // NB: The char_type parameter is a subset of int_type, as to allow
46 // int_type to properly hold the full range of char_type values as
53 typedef I int_type; typedef in struct:character
99 typedef typename char_type::int_type int_type; typedef in struct:char_traits
165 to_char_type(const int_type& __i)
168 static int_type
170 { return char_type::template to<int_type>(__c); }
173 eq_int_type(const int_type& __c1, const int_type& __c2
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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);
_ostream.c 120 typedef typename _StreamBuf::int_type int_type; typedef in struct:_SPutBackC
129 void guard(int_type c) {
139 int_type __c;
149 int_type __c;
_ostream.h 64 typedef typename _Traits::int_type int_type; typedef in class:basic_ostream
char_traits.h 135 typedef _IntT int_type; typedef in class:__char_traits_base
181 static int_type _STLP_CALL not_eof(const int_type& __c)
182 { return !eq_int_type(__c, eof()) ? __c : __STATIC_CAST(int_type, 0); }
184 static char_type _STLP_CALL to_char_type(const int_type& __c)
187 static int_type _STLP_CALL to_int_type(const char_type& __c)
188 { return (int_type)__c; }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2)
193 static int_type _STLP_CALL eof(
214 typedef int int_type; typedef in class:char_traits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_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);
_ostream.c 120 typedef typename _StreamBuf::int_type int_type; typedef in struct:_SPutBackC
129 void guard(int_type c) {
139 int_type __c;
149 int_type __c;
_ostream.h 64 typedef typename _Traits::int_type int_type; typedef in class:basic_ostream
char_traits.h 135 typedef _IntT int_type; typedef in class:__char_traits_base
181 static int_type _STLP_CALL not_eof(const int_type& __c)
182 { return !eq_int_type(__c, eof()) ? __c : __STATIC_CAST(int_type, 0); }
184 static char_type _STLP_CALL to_char_type(const int_type& __c)
187 static int_type _STLP_CALL to_int_type(const char_type& __c)
188 { return (int_type)__c; }
190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2)
193 static int_type _STLP_CALL eof(
214 typedef int int_type; typedef in class:char_traits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 74 typedef typename _Traits::int_type int_type; typedef in class:basic_ios
streambuf_iterator.h 62 typedef typename _Traits::int_type int_type; typedef in class:istreambuf_iterator
94 mutable int_type _M_c;
166 int_type
169 const int_type __eof = traits_type::eof();
170 int_type __ret = __eof;
187 const int_type __eof = traits_type::eof();
330 typedef typename traits_type::int_type int_type; typedef
335 int_type __c = __sb->sgetc()
365 typedef typename traits_type::int_type int_type; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pod_char_traits.h 42 // NB: The char_type parameter is a subset of int_type, as to allow
43 // int_type to properly hold the full range of char_type values as
50 typedef I int_type; typedef in struct:character
96 typedef typename char_type::int_type int_type; typedef in struct:char_traits
162 to_char_type(const int_type& __i)
165 static int_type
167 { return char_type::template to<int_type>(__c); }
170 eq_int_type(const int_type& __c1, const int_type& __c2
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 74 typedef typename _Traits::int_type int_type; typedef in class:basic_ios

Completed in 570 milliseconds

1 2 3 4 56 7 8