Home
last modified time | relevance | path

Searched refs:width_ref (Results 1 – 5 of 5) sorted by relevance

/external/fmtlib/test/
Dformat-test.cc2070 fmt::detail::arg_ref<char> width_ref; member
2084 width_ref(other.width_ref), in test_format_specs_handler()
2099 FMT_CONSTEXPR void on_dynamic_width(int index) { width_ref = index; } in on_dynamic_width()
2129 static_assert(parse_test_specs("{42}").width_ref.val.index == 42, ""); in TEST()
2214 static_assert(parse_dynamic_specs("{}").width_ref.val.index == 11, ""); in TEST()
2215 static_assert(parse_dynamic_specs("{42}").width_ref.val.index == 42, ""); in TEST()
2240 static_assert(check_specs("{42}").width_ref.val.index == 42, ""); in TEST()
Dformat687 specs_.width, specs_.width_ref, ctx);
/external/fmtlib/include/fmt/
Dchrono.h1016 arg_ref_type width_ref;
1048 f.width_ref = make_arg_ref(arg_id);
1098 detail::handle_dynamic_spec<detail::width_checker>(specs.width, width_ref,
Dformat.h2643 arg_ref<Char> width_ref;
2665 specs_.width_ref = make_arg_ref(arg_id);
3468 specs_.width_ref, ctx);
3579 specs_.width_ref, ctx);
3638 specs_.width_ref, ctx);
Dcompile.h248 handle_dynamic_spec<width_checker>(specs.width, specs.width_ref, ctx);