Home
last modified time | relevance | path

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

/external/fmtlib/include/fmt/
Dcompile.h239 constexpr auto compile_format_string(S format_str);
245 constexpr auto tail = compile_format_string<Args, POS, ID>(format_str);
344 constexpr auto compile_format_string(S format_str) {
418 detail::compile_format_string<detail::type_list<Args...>, 0, 0>(
/external/fmtlib/test/
Dmodule-test.cc509 TEST(module_test, compile_format_string) { in TEST() argument