Home
last modified time | relevance | path

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

/external/fmtlib/test/
Dformat-test.cc2063 struct test_format_specs_handler { struct
2077 FMT_CONSTEXPR test_format_specs_handler() {} in test_format_specs_handler() argument
2078 FMT_CONSTEXPR test_format_specs_handler( in test_format_specs_handler() argument
2079 const test_format_specs_handler& other) in test_format_specs_handler()
2113 FMT_CONSTEXPR test_format_specs_handler parse_test_specs(const char (&s)[N]) { in parse_test_specs() argument
2114 test_format_specs_handler h; in parse_test_specs()
2120 typedef test_format_specs_handler handler; in TEST()
2223 FMT_CONSTEXPR test_format_specs_handler check_specs(const char (&s)[N]) { in check_specs()
2224 fmt::detail::specs_checker<test_format_specs_handler> checker( in check_specs()
2225 test_format_specs_handler(), fmt::detail::type::double_type); in check_specs()
[all …]