Lines Matching refs:ParseContext
2566 template <typename ParseContext, typename Context>
2572 ParseContext& parse_ctx, Context& ctx)
2607 ParseContext& parse_context_;
2649 template <typename ParseContext>
2651 : public specs_setter<typename ParseContext::char_type> {
2653 using char_type = typename ParseContext::char_type;
2656 ParseContext& ctx)
2696 ParseContext& context_;
3035 template <typename T, typename ParseContext>
3036 FMT_CONSTEXPR const typename ParseContext::char_type* parse_format_specs(
3037 ParseContext& ctx) {
3038 using char_type = typename ParseContext::char_type;
3403 template <typename ParseContext>
3404 FMT_CONSTEXPR auto parse(ParseContext& ctx) -> decltype(ctx.begin()) {
3405 using handler_type = detail::dynamic_specs_handler<ParseContext>;
3540 template <typename ParseContext>
3541 auto parse(ParseContext& ctx) -> decltype(ctx.begin()) {
3544 detail::dynamic_specs_handler<ParseContext> handler(specs_, ctx);
3625 template <typename ParseContext>
3626 FMT_CONSTEXPR auto parse(ParseContext& ctx) -> decltype(ctx.begin()) {
3627 using handler_type = detail::dynamic_specs_handler<ParseContext>;