Home
last modified time | relevance | path

Searched refs:wstring_convert (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwstring_convert.h34 class _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert {
50 _LIBCPP_HIDE_FROM_ABI wstring_convert() : wstring_convert(new _Codecvt) {} in wstring_convert() function
51 _LIBCPP_HIDE_FROM_ABI explicit wstring_convert(_Codecvt* __pcvt);
53 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_EXPLICIT_SINCE_CXX14 wstring_convert(_Codecvt* __pcvt = new _Codecvt…
56 _LIBCPP_HIDE_FROM_ABI wstring_convert(_Codecvt* __pcvt, state_type __state);
58 wstring_convert(const byte_string& __byte_err, const wide_string& __wide_err = wide_string());
60 _LIBCPP_HIDE_FROM_ABI wstring_convert(wstring_convert&& __wc);
62 _LIBCPP_HIDE_FROM_ABI ~wstring_convert();
64 wstring_convert(const wstring_convert& __wc) = delete;
65 wstring_convert& operator=(const wstring_convert& __wc) = delete;
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale87 class wstring_convert // Removed in C++26
95 wstring_convert(Codecvt* pcvt = new Codecvt); // before C++14
96 explicit wstring_convert(Codecvt* pcvt = new Codecvt); // before C++20
97 wstring_convert() : wstring_convert(new Codecvt) {} // C++20
98 explicit wstring_convert(Codecvt* pcvt); // C++20
100 wstring_convert(Codecvt* pcvt, state_type state);
101 explicit wstring_convert(const byte_string& byte_err, // explicit in C++14
103 wstring_convert(const wstring_convert&) = delete; // C++14
104 wstring_convert & operator=(const wstring_convert &) = delete; // C++14
105 ~wstring_convert();
[all …]
H A Dmodule.modulemap.in1575 module wstring_convert { header "__locale_dir/wstring_convert.h" }
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlocale87 class wstring_convert // Removed in C++26
95 wstring_convert(Codecvt* pcvt = new Codecvt); // before C++14
96 explicit wstring_convert(Codecvt* pcvt = new Codecvt); // before C++20
97 wstring_convert() : wstring_convert(new Codecvt) {} // C++20
98 explicit wstring_convert(Codecvt* pcvt); // C++20
100 wstring_convert(Codecvt* pcvt, state_type state);
101 explicit wstring_convert(const byte_string& byte_err, // explicit in C++14
103 wstring_convert(const wstring_convert&) = delete; // C++14
104 wstring_convert & operator=(const wstring_convert &) = delete; // C++14
105 ~wstring_convert();
[all …]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dlocale.inc76 using std::wstring_convert;
H A Dlocale.cppm
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2108 std::wstring_convert<wchar_codecvt> converter;
/freebsd/lib/libc++/
H A Dmodule.modulemap1575 module wstring_convert { header "__locale_dir/wstring_convert.h" }
H A Dlibcxx.imp535 { include: [ "<__locale_dir/wstring_convert.h>", "private", "<locale>", "public" ] },
H A DMakefile1702 LOC_HEADERS+= wstring_convert.h
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3385 SYMBOL(wstring_convert, std::, <locale>)
3386 SYMBOL(wstring_convert, std::, <locale>)