Searched refs:__format_context_create (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | format_context.h | 56 __format_context_create(_OutIt __out_it, 64 __format_context_create(_OutIt __out_it, basic_format_args<basic_format_context<_OutIt, _CharT>> __… in __format_context_create() function 119 …riend _LIBCPP_HIDE_FROM_ABI basic_format_context<_OtherOutIt, _OtherCharT> __format_context_create( in _LIBCPP_PREFERRED_NAME() 129 …__format_context_create(_OtherOutIt, basic_format_args<basic_format_context<_OtherOutIt, _OtherCha… in _LIBCPP_PREFERRED_NAME()
|
H A D | format_functions.h | 412 …basic_format_parse_context{__fmt, __args.__size()}, std::__format_context_create(std::move(__out_i… in requires() 416 … std::__format_context_create(__buffer.__make_output_iterator(), __args)); in requires() 494 … std::__format_context_create(__buffer.__make_output_iterator(), __args)); in __vformat_to_n() 516 … std::__format_context_create(__buffer.__make_output_iterator(), __args)); in __vformatted_size() 545 … std::__format_context_create(std::move(__out_it), __args, std::move(__loc))); in requires() 550 std::__format_context_create(__buffer.__make_output_iterator(), __args, std::move(__loc))); in requires() 629 std::__format_context_create(__buffer.__make_output_iterator(), __args, std::move(__loc))); in __vformat_to_n() 654 std::__format_context_create(__buffer.__make_output_iterator(), __args, std::move(__loc))); in __vformatted_size()
|