Home
last modified time | relevance | path

Searched defs:int_formatter (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/fmtlib/test/
H A Dformat-test.cc2334 struct int_formatter { struct in format_facet
2335 fmt::appender out;
2338 auto operator()(T value) -> bool { in operator ()()
2344 auto operator()(T) -> bool { in operator ()()
H A Dxchar-test.cc463 TEST(locale_test, int_formatter) { in TEST() argument