HomeSort by relevance Sort by last modified time
    Searched refs:int_type (Results 1 - 25 of 399) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
stdio_streambuf.h 80 int_type underflow();
81 int_type uflow();
82 virtual int_type pbackfail(int_type c = traits_type::eof());
92 int_type overflow(int_type c = traits_type::eof());
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
stdio_streambuf.h 80 int_type underflow();
81 int_type uflow();
82 virtual int_type pbackfail(int_type c = traits_type::eof());
92 int_type overflow(int_type c = traits_type::eof());
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
eof.pass.cpp 14 // static constexpr int_type eof();
22 std::char_traits<char16_t>::int_type i = std::char_traits<char16_t>::eof();
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
eof.pass.cpp 14 // static constexpr int_type eof();
22 std::char_traits<char32_t>::int_type i = std::char_traits<char32_t>::eof();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
eof.pass.cpp 14 // static constexpr int_type eof();
22 std::char_traits<char16_t>::int_type i = std::char_traits<char16_t>::eof();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
eof.pass.cpp 14 // static constexpr int_type eof();
22 std::char_traits<char32_t>::int_type i = std::char_traits<char32_t>::eof();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
eof.pass.cpp 14 // static constexpr int_type eof();
22 std::char_traits<char16_t>::int_type i = std::char_traits<char16_t>::eof();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
eof.pass.cpp 14 // static constexpr int_type eof();
22 std::char_traits<char32_t>::int_type i = std::char_traits<char32_t>::eof();
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_char_traits.i 22 typedef int int_type;
55 to_char_type(const int_type& __c);
59 static int_type
63 eq_int_type(const int_type& __c1, const int_type& __c2);
65 static int_type
68 static int_type
69 not_eof(const int_type& __c);
78 typedef wint_t int_type;
102 move(char_type* __s1, const char_type* __s2, int_type __n)
    [all...]
std_streambuf.i 19 typedef typename traits_type::int_type int_type;
54 int_type
57 int_type
60 int_type
67 int_type
70 int_type
74 int_type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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...]
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/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...]
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/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...]
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/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/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/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...]
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstol.c 14 typedef long int_type; typedef
wcstoll.c 14 typedef long long int int_type; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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
307 typedef wint_t int_type; typedef in struct:char_traits
386 typedef uint_least16_t int_type; typedef in struct:char_traits
479 typedef uint_least32_t int_type; typedef in struct:char_traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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
307 typedef wint_t int_type; typedef in struct:char_traits
386 typedef uint_least16_t int_type; typedef in struct:char_traits
479 typedef uint_least32_t int_type; typedef in struct:char_traits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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
307 typedef wint_t int_type; typedef in struct:char_traits
386 typedef uint_least16_t int_type; typedef in struct:char_traits
479 typedef uint_least32_t int_type; typedef in struct:char_traits
    [all...]
  /prebuilts/ndk/r10/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...]

Completed in 757 milliseconds

1 2 3 4 5 6 7 8 91011>>