func github.com/prometheus/common/expfmt.writeInt

2 uses

	github.com/prometheus/common/expfmt (current package)
		text_create.go#L320: 		n, err = writeInt(w, *metric.TimestampMs)
		text_create.go#L460: func writeInt(w enhancedWriter, i int64) (int, error) {