Searched defs:FormatState (Results 1 – 9 of 9) sorted by relevance
453 struct FormatState { struct454 char sign_char;455 size_t precision;456 const FormatConversionSpecImpl &conv;457 FormatSinkImpl *sink;461 bool ShouldPrintDot() const { return precision != 0 || conv.has_alt_flag(); } in ShouldPrintDot()
441 struct FormatState { struct442 char sign_char;443 int precision;444 const FormatConversionSpecImpl &conv;445 FormatSinkImpl *sink;449 bool ShouldPrintDot() const { return precision != 0 || conv.has_alt_flag(); } in ShouldPrintDot()