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

1 2 3 4 5 6 7 891011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream/
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;
30 static_assert((std::is_same<std::basic_fstream<char>::traits_type, std::char_traits<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream/
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;
30 static_assert((std::is_same<std::basic_ifstream<char>::traits_type, std::char_traits<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream/
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;
30 static_assert((std::is_same<std::basic_ofstream<char>::traits_type, std::char_traits<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/
types.pass.cpp 20 // typedef traits traits_type;
21 // typedef typename traits_type::int_type int_type;
22 // typedef typename traits_type::pos_type pos_type;
23 // typedef typename traits_type::off_type off_type;
33 static_assert((std::is_same<std::basic_iostream<char>::traits_type, std::char_traits<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/
types.pass.cpp 19 // typedef traits traits_type;
20 // typedef typename traits_type::int_type int_type;
21 // typedef typename traits_type::pos_type pos_type;
22 // typedef typename traits_type::off_type off_type;
31 static_assert((std::is_same<std::basic_istream<char>::traits_type, std::char_traits<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream/
types.pass.cpp 19 // typedef traits traits_type;
20 // typedef typename traits_type::int_type int_type;
21 // typedef typename traits_type::pos_type pos_type;
22 // typedef typename traits_type::off_type off_type;
31 static_assert((std::is_same<std::basic_ostream<char>::traits_type, std::char_traits<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/
types.pass.cpp 20 // typedef traits traits_type;
29 static_assert((std::is_same<std::basic_ios<char>::traits_type, std::char_traits<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 39 int_type overflow(int_type c = traits_type::eof())
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/
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;
31 static_assert((std::is_same<std::basic_istringstream<char>::traits_type, std::char_traits<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/
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;
31 static_assert((std::is_same<std::basic_ostringstream<char>::traits_type, std::char_traits<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/
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;
31 static_assert((std::is_same<std::basic_stringbuf<char>::traits_type, std::char_traits<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream/
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;
31 static_assert((std::is_same<std::basic_stringstream<char>::traits_type, std::char_traits<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
char_assignment.pass.cpp 23 typedef typename S::traits_type T;
size_char_alloc.pass.cpp 27 typedef typename S::traits_type T;
43 typedef typename S::traits_type T;
59 typedef typename S::traits_type T;
76 typedef typename S::traits_type T;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string.accessors/
c_str.pass.cpp 23 typedef typename S::traits_type T;
data.pass.cpp 23 typedef typename S::traits_type T;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 50 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 50 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 50 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 50 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 50 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_istreambuf_iterator.h 50 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
  /external/libcxx/test/input.output/iostream.format/ext.manip/
put_money.pass.cpp 36 overflow(typename base::int_type __c = base::traits_type::eof())
38 if (__c != base::traits_type::eof())
put_time.pass.cpp 36 overflow(typename base::int_type __c = base::traits_type::eof())
38 if (__c != base::traits_type::eof())
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())

Completed in 279 milliseconds

1 2 3 4 5 6 7 891011>>