Home
last modified time | relevance | path

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

/external/fmtlib/test/
Dcustom-formatter-test.cc55 FMT_VARIADIC(std::string, custom_format, const char *) in FMT_VARIADIC() function
63 FMT_VARIADIC(std::string, custom_sprintf, const char*);
Dmacro-test.cc107 FMT_VARIADIC(int, test_variadic, in FMT_VARIADIC() function
Dformat-test.cc1574 FMT_VARIADIC(std::string, format_message, int, const char *) in FMT_VARIADIC() function
1651 FMT_VARIADIC(void, custom_format, const char *) in FMT_VARIADIC() function
/external/fmtlib/fmt/
Dprintf.h505 FMT_VARIADIC(std::string, sprintf, CStringRef)
524 FMT_VARIADIC(int, fprintf, std::FILE *, CStringRef)
538 FMT_VARIADIC(int, printf, CStringRef)
555 FMT_VARIADIC(int, fprintf, std::ostream &, CStringRef)
Dostream.h99 FMT_VARIADIC(void, print, std::ostream &, CStringRef)
Dposix.h172 FMT_VARIADIC(void, print, CStringRef)
Dformat.h3536 #define FMT_VARIADIC(ReturnType, func, ...) \
3565 FMT_VARIADIC(std::string, format, CStringRef)
3567 FMT_VARIADIC(void, print, CStringRef)
3568 FMT_VARIADIC(void, print, std::FILE *, CStringRef)
3569 FMT_VARIADIC(void, print_colored, Color, CStringRef)
/external/fmtlib/doc/
Dapi.rst144 FMT_VARIADIC(std::string, custom_format, const char *)
225 .. doxygendefine:: FMT_VARIADIC
276 FMT_VARIADIC(CustomString, format, CustomAllocator, fmt::CStringRef)
/external/fmtlib/
DREADME.rst109 You can use the `FMT_VARIADIC
123 FMT_VARIADIC(void, report_error, const char *)
128 argument. ``FMT_VARIADIC`` automatically defines necessary wrappers that
DChangeLog.rst792 providing lightweight wrapper functions defined with the ``FMT_VARIADIC``
802 FMT_VARIADIC(void, report_error, const char *)