Searched defs:FormatState (Results 1 – 2 of 2) sorted by relevance
446 struct FormatState { struct447 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()
427 struct FormatState { struct428 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()