HomeSort by relevance Sort by last modified time
    Searched refs:traits_type (Results 126 - 150 of 458) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
ios_base.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
ostream.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
streambuf.pass.cpp 44 overflow(typename base::int_type __c = base::traits_type::eof())
46 if (__c != base::traits_type::eof())
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
double.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
float.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
int.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
long_double.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
long_long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
pointer.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
short.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
unsigned_int.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
unsigned_long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
unsigned_long_long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
unsigned_short.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
endl.pass.cpp 40 overflow(typename base::int_type __c = base::traits_type::eof())
42 if (__c != base::traits_type::eof())
ends.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/
CharT_pointer.pass.cpp 41 overflow(typename base::int_type __c = base::traits_type::eof())
43 if (__c != base::traits_type::eof())
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
put.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
write.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
  /external/libcxx/test/input.output/stream.buffers/streambuf/
types.pass.cpp 18 // typedef traits traits_type;
19 // typedef typename traits_type::int_type int_type;
20 // typedef typename traits_type::pos_type pos_type;
21 // typedef typename traits_type::off_type off_type;
29 static_assert((std::is_same<std::streambuf::traits_type, std::char_traits<char> >::value), "");
35 static_assert((std::is_same<std::wstreambuf::traits_type, std::char_traits<wchar_t> >::value), "");
  /external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/
types.pass.cpp 18 // typedef traits traits_type;
33 static_assert((std::is_same<I1::traits_type, std::char_traits<char> >::value), "");
41 static_assert((std::is_same<I2::traits_type, std::char_traits<wchar_t> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp 44 overflow(typename base::int_type __c = base::traits_type::eof())
46 if (__c != base::traits_type::eof())
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
basic_ios.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
ios_base.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())

Completed in 173 milliseconds

1 2 3 4 56 7 8 91011>>