Home
last modified time | relevance | path

Searched defs:__parse_ctx (Results 1 – 4 of 4) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformat_string.h60 __parse_zero(_Iterator __begin, _Iterator, auto& __parse_ctx) { in __parse_zero()
67 __parse_automatic(_Iterator __begin, _Iterator, auto& __parse_ctx) { in __parse_automatic()
77 __parse_manual(_Iterator __begin, _Iterator __end, auto& __parse_ctx) { in __parse_manual()
142 __parse_arg_id(_Iterator __begin, _Iterator __end, auto& __parse_ctx) { in __parse_arg_id()
Dformat_functions.h93 …constexpr void __parse(basic_format_parse_context<_CharT>& __parse_ctx) const { __parse_(__parse_c… in __parse()
162basic_format_parse_context<_CharT>& __parse_ctx, __compile_time_basic_format_context<_CharT>& __ct… in __compile_time_validate_argument()
194 …M_ABI constexpr void __compile_time_visit_format_arg(basic_format_parse_context<_CharT>& __parse_c… in __compile_time_visit_format_arg()
247 _ParseCtx& __parse_ctx, _Ctx& __ctx) { in __handle_replacement_field()
298 __vformat_to(_ParseCtx&& __parse_ctx, _Ctx&& __ctx) { in __vformat_to()
Dparser_std_format_spec.h54 __parse_arg_id(_Iterator __begin, _Iterator __end, auto& __parse_ctx) { in __parse_arg_id()
478 …IDE_FROM_ABI constexpr bool __parse_width(_Iterator& __begin, _Iterator __end, auto& __parse_ctx) { in __parse_width()
502 …FROM_ABI constexpr bool __parse_precision(_Iterator& __begin, _Iterator __end, auto& __parse_ctx) { in __parse_precision()
Dformat_arg.h266 void format(basic_format_parse_context<char_type>& __parse_ctx, _Context& __ctx) const { in format()