Searched refs:wformat_context (Results 1 – 5 of 5) sorted by relevance
71 using wformat_context = basic_format_context< back_insert_iterator<__format::__output_buffer<wchar_… variable80 _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wformat_context)) in _LIBCPP_PREFERRED_NAME()
65 using wformat_args = basic_format_args<wformat_context>;75 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI __format_arg_store<wformat_context, _Args...> make_wformat_args… in make_wformat_args()76 return std::__format_arg_store<wformat_context, _Args...>(__args...); in make_wformat_args()508 …return std::__vformat_to_n<wformat_context>(std::move(__out_it), __n, __fmt.get(), std::make_wform… in format_to_n()644 return std::__vformat_to_n<wformat_context>( in format_to_n()
19 using wformat_context = basic_format_context<unspecified, wchar_t>;24 using wformat_args = basic_format_args<wformat_context>;182 format-arg-store<wformat_context, Args...>
3240 SYMBOL(wformat_context, std::, <format>)