proxygen
|
Private Member Functions | |
TestExtendingFormatter (StringPiece &str, Args &&...args) | |
template<size_t K, class Callback > | |
void | doFormatArg (FormatArg &arg, Callback &cb) const |
Friends | |
class | BaseFormatter< TestExtendingFormatter< containerMode, Args... >, containerMode, Args... > |
template<class... A> | |
std::string | texsformat (StringPiece fmt, A &&...arg) |
Additional Inherited Members | |
Public Types inherited from folly::BaseFormatter< TestExtendingFormatter< containerMode, Args... >, containerMode, Args... > | |
typedef detail::FormatterTag | IsFormatter |
typedef BaseFormatter | BaseType |
Public Member Functions inherited from folly::BaseFormatter< TestExtendingFormatter< containerMode, Args... >, containerMode, Args... > | |
void | operator() (Output &out) const |
std::enable_if< IsSomeString< Str >::value >::type | appendTo (Str &str) const |
std::string | str () const |
fbstring | fbstr () const |
Definition at line 468 of file FormatTest.cpp.
|
inlineexplicitprivate |
Definition at line 477 of file FormatTest.cpp.
|
inlineprivate |
Definition at line 484 of file FormatTest.cpp.
References testing::Args(), folly::format(), s, folly::sformat(), and string.
|
friend |
Definition at line 497 of file FormatTest.cpp.
|
friend |