Home
last modified time | relevance | path

Searched defs:FormatState (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc446 struct FormatState { struct
447 char sign_char;
448 int precision;
449 const FormatConversionSpecImpl &conv;
450 FormatSinkImpl *sink;
454 bool ShouldPrintDot() const { return precision != 0 || conv.has_alt_flag(); } in ShouldPrintDot()
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc427 struct FormatState { struct
428 char sign_char;
429 int precision;
430 const FormatConversionSpecImpl &conv;
431 FormatSinkImpl *sink;
435 bool ShouldPrintDot() const { return precision != 0 || conv.has_alt_flag(); } in ShouldPrintDot()