Searched refs:int_type (Results 1 - 25 of 104) sorted by relevance

12345

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
H A Deof.pass.cpp14 // static constexpr int_type eof();
22 std::char_traits<char16_t>::int_type i = std::char_traits<char16_t>::eof();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
H A Deof.pass.cpp14 // static constexpr int_type eof();
22 std::char_traits<char32_t>::int_type i = std::char_traits<char32_t>::eof();
/ndk/tests/device/test-gnustl-full/unit/
H A Dfull_streambuf.h15 typedef _Base::int_type int_type; typedef in class:full_streambuf
26 int_type overflow(int_type c) {
/ndk/tests/device/test-stlport/unit/
H A Dfull_streambuf.h15 typedef _Base::int_type int_type; typedef in class:full_streambuf
26 int_type overflow(int_type c) {
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
H A Dtypes.pass.cpp21 // typedef typename wide_string::traits_type::int_type int_type;
33 static_assert((std::is_same<myconv::int_type, std::char_traits<wchar_t>::int_type>::value), "");
/ndk/sources/cxx-stl/stlport/src/
H A Dstdio_streambuf.h80 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());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/
H A Dtypes.pass.cpp18 // typedef char_traits<char>::int_type int_type;
29 static_assert((std::is_same<std::strstream::int_type, std::char_traits<char>::int_type>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp38 virtual int_type overflow(int_type c)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
H A Dsputbackc.pass.cpp15 // int_type sputbackc(char_type c);
35 int_type pbackfail(int_type c = traits_type::eof())
H A Dsungetc.pass.cpp15 // int_type sungetc();
35 int_type pbackfail(int_type c = traits_type::eof())
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dpbackfail.pass.cpp12 // int_type pbackfail(int_type c = traits::eof());
25 typedef typename base::int_type int_type; typedef in struct:test_buf
33 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/
H A Dtypes.pass.cpp19 // typedef typename traits_type::int_type int_type;
30 static_assert((std::is_same<std::streambuf::int_type, std::char_traits<char>::int_type>::value), "");
36 static_assert((std::is_same<std::wstreambuf::int_type, std::char_traits<wchar_t>::int_type>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/
H A Dtypes.pass.cpp21 // typedef typename traits::int_type int_type;
38 static_assert((std::is_same<I1::int_type, I1::traits_type::int_type>::value), "");
48 static_assert((std::is_same<I2::int_type, I2::traits_type::int_type>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dpbackfail.pass.cpp14 // int_type pbackfail(int_type c = traits::eof());
28 typedef base::int_type int_type; typedef in struct:test_buf
38 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);}
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_streambuf.h54 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_au
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf/
H A Dtypes.pass.cpp19 // typedef typename traits_type::int_type int_type;
31 static_assert((std::is_same<std::basic_filebuf<char>::int_type, std::char_traits<char>::int_type>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream/
H A Dtypes.pass.cpp19 // typedef typename traits_type::int_type int_type;
31 static_assert((std::is_same<std::basic_fstream<char>::int_type, std::char_traits<char>::int_type>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream/
H A Dtypes.pass.cpp19 // typedef typename traits_type::int_type int_type;
31 static_assert((std::is_same<std::basic_ifstream<char>::int_type, std::char_traits<char>::int_type>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream/
H A Dtypes.pass.cpp19 // typedef typename traits_type::int_type int_type;
31 static_assert((std::is_same<std::basic_ofstream<char>::int_type, std::char_traits<char>::int_type>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/
H A Dtypes.pass.cpp21 // typedef typename traits_type::int_type int_type;
34 static_assert((std::is_same<std::basic_iostream<char>::int_type, std::char_traits<char>::int_type>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/
H A Dtypes.pass.cpp20 // typedef typename traits_type::int_type int_type;
32 static_assert((std::is_same<std::basic_istream<char>::int_type, std::char_traits<char>::int_type>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream/
H A Dtypes.pass.cpp20 // typedef typename traits_type::int_type int_type;
32 static_assert((std::is_same<std::basic_ostream<char>::int_type, std::char_traits<char>::int_type>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/
H A Dtypes.pass.cpp17 // typedef typename traits::int_type int_type;
30 static_assert((std::is_same<std::basic_ios<char>::int_type, std::char_traits<char>::int_type>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
H A Dsputc.pass.cpp15 // int_type sputc(char_type c);
39 int_type overflow(int_type c = traits_type::eof())
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/
H A Dtypes.pass.cpp19 // typedef typename traits_type::int_type int_type;
32 static_assert((std::is_same<std::basic_istringstream<char>::int_type, std::char_traits<char>::int_type>::value), "");

Completed in 402 milliseconds

12345