Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h306 typename _Ctx::iterator __out_it = __ctx.out(); __vformat_to() local
426 vformat_to(_OutIt __out_it,string_view __fmt,format_args __args) vformat_to() argument
433 vformat_to(_OutIt __out_it,wstring_view __fmt,wformat_args __args) vformat_to() argument
440 format_to(_OutIt __out_it,format_string<_Args...> __fmt,_Args &&...__args) format_to() argument
447 format_to(_OutIt __out_it,wformat_string<_Args...> __fmt,_Args &&...__args) format_to() argument
490 __vformat_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,basic_string_view<_CharT> __fmt,basic_format_args<_Context> __args) __vformat_to_n() argument
502 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,format_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
509 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,wformat_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
559 vformat_to(_OutIt __out_it,locale __loc,string_view __fmt,format_args __args) vformat_to() argument
566 vformat_to(_OutIt __out_it,locale __loc,wstring_view __fmt,wformat_args __args) vformat_to() argument
573 format_to(_OutIt __out_it,locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format_to() argument
580 format_to(_OutIt __out_it,locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format_to() argument
623 __vformat_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,basic_string_view<_CharT> __fmt,basic_format_args<_Context> __args) __vformat_to_n() argument
637 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
645 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
[all...]
H A Dformatter_output.h157 __fill(_OutIt __out_it,size_t __n,_CharT __value) __fill() argument
186 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument
198 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument
204 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument
[all...]
H A Dbuffer.h267 _LIBCPP_HIDE_FROM_ABI explicit __writer_direct(_OutIt __out_it) : __out_it_(__out_it) {} in __writer_direct()
269 _LIBCPP_HIDE_FROM_ABI _OutIt __out_it() { return __out_it_; } in __out_it() function
285 …_LIBCPP_HIDE_FROM_ABI explicit __writer_iterator(_OutIt __out_it) : __out_it_{std::move(__out_it)}… in __writer_iterator()
287 _LIBCPP_HIDE_FROM_ABI _OutIt __out_it() && { return std::move(__out_it_); } in __out_it() function
H A Dformat_context.h65 return std::basic_format_context(std::move(__out_it), __args); in __format_context_create() argument
162 basic_format_context(iterator __out_it,_Context & __ctx) basic_format_context() argument
[all...]
H A Dformatter_integral.h215 _OutIt __out_it, in __write_using_decimal_separators() argument
320 auto __out_it = __ctx.out(); __format_integer() local
[all...]