Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h488 __vformat_to_n(_OutIt __out_it, in __vformat_to_n() function
501 …return std::__vformat_to_n<format_context>(std::move(__out_it), __n, __fmt.get(), std::make_format… in format_to_n()
508 …return std::__vformat_to_n<wformat_context>(std::move(__out_it), __n, __fmt.get(), std::make_wform… in format_to_n()
620 _LIBCPP_HIDE_FROM_ABI format_to_n_result<_OutIt> __vformat_to_n( in __vformat_to_n() function
636 return std::__vformat_to_n<format_context>( in format_to_n()
644 return std::__vformat_to_n<wformat_context>( in format_to_n()