Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__format/
H A Dformat_functions.h305 typename _Ctx::iterator __out_it = __ctx.out(); __vformat_to() local
425 vformat_to(_OutIt __out_it,string_view __fmt,format_args __args) vformat_to() argument
432 vformat_to(_OutIt __out_it,wstring_view __fmt,wformat_args __args) vformat_to() argument
439 format_to(_OutIt __out_it,format_string<_Args...> __fmt,_Args &&...__args) format_to() argument
446 format_to(_OutIt __out_it,wformat_string<_Args...> __fmt,_Args &&...__args) format_to() argument
488 __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
500 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,format_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
507 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,wformat_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
557 vformat_to(_OutIt __out_it,locale __loc,string_view __fmt,format_args __args) vformat_to() argument
564 vformat_to(_OutIt __out_it,locale __loc,wstring_view __fmt,wformat_args __args) vformat_to() argument
571 format_to(_OutIt __out_it,locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format_to() argument
578 format_to(_OutIt __out_it,locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format_to() argument
621 __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
635 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
643 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.h159 __fill(_OutIt __out_it,size_t __n,_CharT __value) __fill() argument
188 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument
200 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument
206 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument
[all...]
H A Dbuffer.h267 __writer_direct(_OutIt __out_it) __writer_direct() argument
269 _LIBCPP_HIDE_FROM_ABI _OutIt __out_it() { return __out_it_; } __out_it() function
285 __writer_iterator(_OutIt __out_it) __writer_iterator() argument
287 _LIBCPP_HIDE_FROM_ABI _OutIt __out_it() && { return std::move(__out_it_); } __out_it() function
[all...]
H A Dformat_context.h64 return std::basic_format_context(std::move(__out_it), __args); in __format_context_create() argument
161 basic_format_context(iterator __out_it,_Context & __ctx) basic_format_context() argument
[all...]
H A Dformatter_integral.h215 __write_using_decimal_separators(_OutIt __out_it,_Iterator __begin,_Iterator __first,_Iterator __last,string && __grouping,_CharT __sep,__format_spec::__parsed_specifications<_CharT> __specs) __write_using_decimal_separators() argument
320 auto __out_it = __ctx.out(); __format_integer() local
[all...]