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

1 2 34 5

  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/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 _Int int_type; typedef in struct:character
100 typedef typename char_type::int_type int_type; typedef in struct:char_traits
166 to_char_type(const int_type& __i)
169 static int_type
171 { return char_type::template to<int_type>(__c); }
174 eq_int_type(const int_type& __c1, const int_type& __c2
    [all...]
  /prebuilts/ndk/r10/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...]
_streambuf.h 54 typedef typename _Traits::int_type int_type; typedef in class:basic_streambuf
170 virtual int_type underflow();
174 virtual int_type uflow();
179 virtual int_type pbackfail(int_type = traits_type::eof());
194 virtual int_type overflow(int_type = traits_type::eof());
198 int_type sputc(char_type __c) {
212 int_type _M_snextc_aux()
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/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 _Int int_type; typedef in struct:character
100 typedef typename char_type::int_type int_type; typedef in struct:char_traits
166 to_char_type(const int_type& __i)
169 static int_type
171 { return char_type::template to<int_type>(__c); }
174 eq_int_type(const int_type& __c1, const int_type& __c2
    [all...]
  /prebuilts/ndk/r11/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...]
_streambuf.h 54 typedef typename _Traits::int_type int_type; typedef in class:basic_streambuf
170 virtual int_type underflow();
174 virtual int_type uflow();
179 virtual int_type pbackfail(int_type = traits_type::eof());
194 virtual int_type overflow(int_type = traits_type::eof());
198 int_type sputc(char_type __c) {
212 int_type _M_snextc_aux()
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/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 _Int int_type; typedef in struct:character
100 typedef typename char_type::int_type int_type; typedef in struct:char_traits
166 to_char_type(const int_type& __i)
169 static int_type
171 { return char_type::template to<int_type>(__c); }
174 eq_int_type(const int_type& __c1, const int_type& __c2
    [all...]
  /prebuilts/ndk/r13/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...]
_streambuf.h 54 typedef typename _Traits::int_type int_type; typedef in class:basic_streambuf
170 virtual int_type underflow();
174 virtual int_type uflow();
179 virtual int_type pbackfail(int_type = traits_type::eof());
194 virtual int_type overflow(int_type = traits_type::eof());
198 int_type sputc(char_type __c) {
212 int_type _M_snextc_aux()
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_srgb.c 187 struct lp_type int_type = lp_int_type(src_type); local
199 tmp = LLVMBuildBitCast(builder, tmp, lp_build_vec_type(gallivm, int_type), "");

Completed in 546 milliseconds

1 2 34 5