Home
last modified time | relevance | path

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

/external/fmtlib/include/fmt/
Dcore.h1244 enum { max_packed_args = 62 / packed_arg_bits };
1563 static const bool is_packed = num_args <= detail::max_packed_args;
1903 if (id >= detail::max_packed_args) return arg;
1926 unsigned long long max_packed = detail::max_packed_args;
/external/fmtlib/test/
Dformat-test.cc535 enum { max_packed_args = fmt::detail::max_packed_args }; in TEST() enumerator
536 std::string format_str = fmt::format("{{{}}}", max_packed_args + 1); in TEST()
537 EXPECT_THROW_MSG(TestFormat<max_packed_args>::format(format_str), in TEST()