Home
last modified time | relevance | path

Searched defs:wformat_string (Results 1 – 3 of 3) sorted by relevance

/external/fmtlib/include/fmt/
Dxchar.h50 template <typename... Args> using wformat_string = wstring_view; variable
54 using wformat_string = basic_format_string<wchar_t, type_identity_t<Args>...>; variable
/external/cronet/third_party/libc++/src/test/std/utilities/format/format.syn/
Druntime_format_string.pass.cpp62 auto wformat_string = std::runtime_format(std::wstring_view{}); in main() local
/external/cronet/third_party/libc++/src/include/__format/
Dformat_functions.h404 using wformat_string = basic_format_string<wchar_t, type_identity_t<_Args>...>; variable