Home
last modified time | relevance | path

Searched refs:wstring_view (Results 1 – 10 of 10) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__fwd/
H A Dstring_view.h32 typedef basic_string_view<wchar_t> wstring_view; typedef
39 _LIBCPP_PREFERRED_NAME(wstring_view)
/src/contrib/llvm-project/libcxx/include/
H A Dformat59 runtime-format-string<wchar_t> runtime_format(wstring_view fmt) noexcept {
74 wstring vformat(wstring_view fmt, wformat_args args);
76 wstring vformat(const locale& loc, wstring_view fmt, wformat_args args);
90 Out vformat_to(Out out, wstring_view fmt, wformat_args args);
95 Out vformat_to(Out out, const locale& loc, wstring_view fmt,
H A Dprint67 _LIBCPP_EXPORTED_FROM_ABI void __write_to_windows_console(FILE* __stream, wstring_view __view);
271 [[maybe_unused]] wstring_view __view = __buffer.__view();
H A Dstring_view69 typedef basic_string_view<wchar_t> wstring_view;
194 template <> struct hash<wstring_view>;
/src/contrib/llvm-project/libcxx/src/
H A Dprint.cpp47 __write_to_windows_console([[maybe_unused]] FILE* __stream, [[maybe_unused]] wstring_view __view) { in __write_to_windows_console()
/src/contrib/llvm-project/libcxx/modules/std/
H A Dstring_view.inc34 using std::wstring_view;
/src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h359 _LIBCPP_HIDE_FROM_ABI inline __runtime_format_string<wchar_t> runtime_format(wstring_view __fmt) no… in runtime_format()
432 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { in vformat_to()
465 vformat(wstring_view __fmt, wformat_args __args) { in vformat()
564 vformat_to(_OutIt __out_it, locale __loc, wstring_view __fmt, wformat_args __args) { in vformat_to()
598 vformat(locale __loc, wstring_view __fmt, wformat_args __args) { in vformat()
H A Dformatter_integral.h417 static constexpr wstring_view __true{L"true"};
418 static constexpr wstring_view __false{L"false"};
/src/contrib/bsnmp/tests/
H A Dcatch.hpp1670 struct StringMaker<std::wstring_view> {
1671 static std::string convert(std::wstring_view str);
14836 std::string StringMaker<std::wstring_view>::convert(std::wstring_view str) { in convert()
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3309 SYMBOL(wstring_view, std::, <string_view>)