|
void | folly::detail::insertThousandsGroupingUnsafe (char *start_buffer, char **end_buffer) |
|
template<class Uint > |
size_t | folly::detail::uintToHex (char *buffer, size_t bufLen, Uint v, std::array< std::array< char, 2 >, 256 > const &repr) |
|
template<class Uint > |
size_t | folly::detail::uintToHexLower (char *buffer, size_t bufLen, Uint v) |
|
template<class Uint > |
size_t | folly::detail::uintToHexUpper (char *buffer, size_t bufLen, Uint v) |
|
template<class Uint > |
size_t | folly::detail::uintToOctal (char *buffer, size_t bufLen, Uint v) |
|
template<class Uint > |
size_t | folly::detail::uintToBinary (char *buffer, size_t bufLen, Uint v) |
|
template<class Derived , bool containerMode, class... Args> |
void | folly::writeTo (FILE *fp, const BaseFormatter< Derived, containerMode, Args... > &formatter) |
|
template<class FormatCallback > |
void | folly::format_value::formatString (StringPiece val, FormatArg &arg, FormatCallback &cb) |
|
template<class FormatCallback > |
void | folly::format_value::formatNumber (StringPiece val, int prefixLen, FormatArg &arg, FormatCallback &cb) |
|
template<class FormatCallback , class Derived , bool containerMode, class... Args> |
void | folly::format_value::formatFormatter (const BaseFormatter< Derived, containerMode, Args... > &formatter, FormatArg &arg, FormatCallback &cb) |
|