Searched defs:__parse_ctx (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libcxx/include/__format/ |
H A D | format_string.h | 59 __parse_zero(_Iterator __begin, _Iterator, auto& __parse_ctx) { in __parse_zero() argument 66 __parse_automatic(_Iterator __begin, _Iterator, auto& __parse_ctx) { in __parse_automatic() argument 75 __parse_manual(_Iterator __begin, _Iterator __end, auto& __parse_ctx) { in __parse_manual() argument 135 __parse_arg_id(_Iterator __begin, _Iterator __end, auto& __parse_ctx) { in __parse_arg_id() argument [all...] |
H A D | format_functions.h | 161 __compile_time_validate_argument(basic_format_parse_context<_CharT> & __parse_ctx,__compile_time_basic_format_context<_CharT> & __ctx) __compile_time_validate_argument() argument 194 __compile_time_visit_format_arg(basic_format_parse_context<_CharT> & __parse_ctx,__compile_time_basic_format_context<_CharT> & __ctx,__arg_t __type) __compile_time_visit_format_arg() argument 246 __handle_replacement_field(_Iterator __begin,_Iterator __end,_ParseCtx & __parse_ctx,_Ctx & __ctx) __handle_replacement_field() argument 299 __vformat_to(_ParseCtx && __parse_ctx,_Ctx && __ctx) __vformat_to() argument [all...] |
H A D | format_arg.h | 359 format(basic_format_parse_context<char_type> & __parse_ctx,_Context & __ctx) format() argument
|