HomeSort by relevance Sort by last modified time
    Searched refs:char_type (Results 226 - 250 of 581) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/input.output/string.streams/ostringstream/
types.pass.cpp 17 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_ostringstream<char>::char_type, char>::value), "");
  /external/libcxx/test/input.output/string.streams/stringbuf/
types.pass.cpp 17 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_stringbuf<char>::char_type, char>::value), "");
  /external/libcxx/test/input.output/string.streams/stringstream/
types.pass.cpp 17 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_stringstream<char>::char_type, char>::value), "");
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/
types.pass.cpp 18 // typedef CharT char_type;
34 static_assert((std::is_same<std::ctype<wchar_t>::char_type, wchar_t>::value), "");
  /external/stlport/stlport/stl/
_fstream.h 151 typedef _CharT char_type; typedef in class:basic_filebuf
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
347 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_output
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*,
349 char_type*, char_type*)
379 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_input
445 typedef _CharT char_type; typedef in class:basic_ifstream
526 typedef _CharT char_type; typedef in class:basic_ofstream
605 typedef _CharT char_type; typedef in class:basic_fstream
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf/
types.pass.cpp 17 // typedef charT char_type;
29 static_assert((std::is_same<std::basic_filebuf<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream/
types.pass.cpp 17 // typedef charT char_type;
29 static_assert((std::is_same<std::basic_fstream<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream/
types.pass.cpp 17 // typedef charT char_type;
29 static_assert((std::is_same<std::basic_ifstream<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream/
types.pass.cpp 17 // typedef charT char_type;
29 static_assert((std::is_same<std::basic_ofstream<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/
types.pass.cpp 19 // typedef charT char_type;
32 static_assert((std::is_same<std::basic_iostream<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/
types.pass.cpp 18 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_istream<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream/
types.pass.cpp 18 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_ostream<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/
types.pass.cpp 16 // typedef charT char_type;
28 static_assert((std::is_same<std::basic_ios<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/
types.pass.cpp 17 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_istringstream<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/
types.pass.cpp 17 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_ostringstream<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/
types.pass.cpp 17 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_stringbuf<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream/
types.pass.cpp 17 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_stringstream<char>::char_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/
types.pass.cpp 18 // typedef CharT char_type;
34 static_assert((std::is_same<std::ctype<wchar_t>::char_type, wchar_t>::value), "");
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 151 typedef _CharT char_type; typedef in class:basic_filebuf
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
347 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_output
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*,
349 char_type*, char_type*)
379 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_input
445 typedef _CharT char_type; typedef in class:basic_ifstream
526 typedef _CharT char_type; typedef in class:basic_ofstream
605 typedef _CharT char_type; typedef in class:basic_fstream
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
validation.hpp 52 virtual char_type const* what() const throw() { return m_msg->c_str(); }
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
xml_printer.hpp 46 static fixed_mapping<char,char const*> char_type(
57 char const* ref = char_type[c];
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 151 typedef _CharT char_type; typedef in class:basic_filebuf
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
347 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_output
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*,
349 char_type*, char_type*)
379 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_input
445 typedef _CharT char_type; typedef in class:basic_ifstream
526 typedef _CharT char_type; typedef in class:basic_ofstream
605 typedef _CharT char_type; typedef in class:basic_fstream
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 151 typedef _CharT char_type; typedef in class:basic_filebuf
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
347 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_output
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*,
349 char_type*, char_type*)
379 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_input
445 typedef _CharT char_type; typedef in class:basic_ifstream
526 typedef _CharT char_type; typedef in class:basic_ofstream
605 typedef _CharT char_type; typedef in class:basic_fstream
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 151 typedef _CharT char_type; typedef in class:basic_filebuf
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
347 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_output
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*,
349 char_type*, char_type*)
379 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_input
445 typedef _CharT char_type; typedef in class:basic_ifstream
526 typedef _CharT char_type; typedef in class:basic_ofstream
605 typedef _CharT char_type; typedef in class:basic_fstream
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 151 typedef _CharT char_type; typedef in class:basic_filebuf
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
347 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_output
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*,
349 char_type*, char_type*)
379 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_input
445 typedef _CharT char_type; typedef in class:basic_ifstream
526 typedef _CharT char_type; typedef in class:basic_ofstream
605 typedef _CharT char_type; typedef in class:basic_fstream
    [all...]

Completed in 366 milliseconds

1 2 3 4 5 6 7 8 91011>>