Home
last modified time | relevance | path

Searched defs:__out_it (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h305 typename _Ctx::iterator __out_it = __ctx.out(); in __vformat_to() local
425 _LIBCPP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI _OutIt vformat_to(_OutIt __out_it, string_view __fmt, f… in vformat_to()
432 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { in vformat_to()
439 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { in format_to()
446 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to()
488 __vformat_to_n(_OutIt __out_it, in __vformat_to_n()
500 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, format_string<_Args...> __fmt, _Args&&.… in format_to_n()
507 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, wformat_string<_Args...> __fmt, _Args&&… in format_to_n()
557 vformat_to(_OutIt __out_it, locale __loc, string_view __fmt, format_args __args) { in vformat_to()
564 vformat_to(_OutIt __out_it, locale __loc, wstring_view __fmt, wformat_args __args) { in vformat_to()
[all …]
H A Dformatter_output.h159 _LIBCPP_HIDE_FROM_ABI _OutIt __fill(_OutIt __out_it, size_t __n, _CharT __value) { in __fill()
188 _LIBCPP_HIDE_FROM_ABI _OutIt __fill(_OutIt __out_it, size_t __n, __format_spec::__code_point<_CharT… in __fill()
200 _LIBCPP_HIDE_FROM_ABI _OutIt __fill(_OutIt __out_it, size_t __n, __format_spec::__code_point<_CharT… in __fill()
206 _LIBCPP_HIDE_FROM_ABI _OutIt __fill(_OutIt __out_it, size_t __n, __format_spec::__code_point<_CharT… in __fill()
H A Dbuffer.h287 _LIBCPP_HIDE_FROM_ABI _OutIt __out_it() && { return std::move(__out_it_); } in __out_it() function
265 __writer_direct(_OutIt __out_it) __writer_direct() argument
268 _LIBCPP_HIDE_FROM_ABI _OutIt __out_it() { return __out_it_; } __out_it() function
284 __writer_iterator(_OutIt __out_it) __writer_iterator() argument
[all...]
H A Dformat_context.h64 __format_context_create(_OutIt __out_it, basic_format_args<basic_format_context<_OutIt, _CharT>> __… in __format_context_create() argument
164 _LIBCPP_HIDE_FROM_ABI explicit basic_format_context(iterator __out_it, _Context& __ctx) in basic_format_context()
H A Dformatter_integral.h215 _OutIt __out_it, in __write_using_decimal_separators()
320 auto __out_it = __ctx.out(); in __format_integer() local