Searched refs:wstring_view (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/__fwd/ |
| H A D | string_view.h | 32 typedef basic_string_view<wchar_t> wstring_view; typedef 39 _LIBCPP_PREFERRED_NAME(wstring_view)
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | format | 59 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 D | print | 67 _LIBCPP_EXPORTED_FROM_ABI void __write_to_windows_console(FILE* __stream, wstring_view __view); 271 [[maybe_unused]] wstring_view __view = __buffer.__view();
|
| H A D | string_view | 69 typedef basic_string_view<wchar_t> wstring_view; 194 template <> struct hash<wstring_view>;
|
| /src/contrib/llvm-project/libcxx/src/ |
| H A D | print.cpp | 47 __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 D | string_view.inc | 34 using std::wstring_view;
|
| /src/contrib/llvm-project/libcxx/include/__format/ |
| H A D | format_functions.h | 359 _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 D | formatter_integral.h | 417 static constexpr wstring_view __true{L"true"}; 418 static constexpr wstring_view __false{L"false"};
|
| /src/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 1670 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 D | StdSymbolMap.inc | 3309 SYMBOL(wstring_view, std::, <string_view>)
|