Home
last modified time | relevance | path

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

/external/fmtlib/fmt/
Dformat.cc458 FMT_FUNC Arg internal::FormatterBase::do_get_arg( in do_get_arg() function in fmt::internal::FormatterBase
Dformat.h2031 FMT_API Arg do_get_arg(unsigned arg_index, const char *&error);
2044 return do_get_arg(internal::to_unsigned(next_arg_index_++), error);
2052 return check_no_auto_index(error) ? do_get_arg(arg_index, error) : Arg();