Searched refs:FMT_VARIADIC (Results 1 – 10 of 10) sorted by relevance
/external/fmtlib/test/ |
D | custom-formatter-test.cc | 55 FMT_VARIADIC(std::string, custom_format, const char *) in FMT_VARIADIC() function 63 FMT_VARIADIC(std::string, custom_sprintf, const char*);
|
D | macro-test.cc | 107 FMT_VARIADIC(int, test_variadic, in FMT_VARIADIC() function
|
D | format-test.cc | 1574 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/ |
D | printf.h | 505 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)
|
D | ostream.h | 99 FMT_VARIADIC(void, print, std::ostream &, CStringRef)
|
D | posix.h | 172 FMT_VARIADIC(void, print, CStringRef)
|
D | format.h | 3536 #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/ |
D | api.rst | 144 FMT_VARIADIC(std::string, custom_format, const char *) 225 .. doxygendefine:: FMT_VARIADIC 276 FMT_VARIADIC(CustomString, format, CustomAllocator, fmt::CStringRef)
|
/external/fmtlib/ |
D | README.rst | 109 You can use the `FMT_VARIADIC 123 FMT_VARIADIC(void, report_error, const char *) 128 argument. ``FMT_VARIADIC`` automatically defines necessary wrappers that
|
D | ChangeLog.rst | 792 providing lightweight wrapper functions defined with the ``FMT_VARIADIC`` 802 FMT_VARIADIC(void, report_error, const char *)
|