#include <arg.h>
Static Public Member Functions | |
| template<typename Arg > | |
| static bool | Convert (Arg arg, str_format_internal::ConversionSpec conv, FormatSinkImpl *out) |
| template<typename Arg > | |
| static Arg::Dispatcher | GetVTablePtrForTest (Arg arg) |
| template<typename Arg > | |
| static bool | ToInt (Arg arg, int *out) |
| static bool absl::str_format_internal::FormatArgImplFriend::Convert | ( | Arg | arg, |
| str_format_internal::ConversionSpec | conv, | ||
| FormatSinkImpl * | out | ||
| ) | [inline, static] |
| static Arg::Dispatcher absl::str_format_internal::FormatArgImplFriend::GetVTablePtrForTest | ( | Arg | arg | ) | [inline, static] |
| static bool absl::str_format_internal::FormatArgImplFriend::ToInt | ( | Arg | arg, |
| int * | out | ||
| ) | [inline, static] |