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

1 2 3 45 6 7 8

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/5/sources/cxx-stl/gnu-libstdc++/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/5/sources/cxx-stl/gnu-libstdc++/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/5/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/6/sources/cxx-stl/gnu-libstdc++/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/6/sources/cxx-stl/gnu-libstdc++/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/6/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/7/sources/cxx-stl/gnu-libstdc++/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/7/sources/cxx-stl/gnu-libstdc++/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...]

Completed in 1637 milliseconds

1 2 3 45 6 7 8