type github.com/prometheus/common/expfmt.protoDecoder

3 uses

	github.com/prometheus/common/expfmt (current package)
		decode.go#L77: 		return &protoDecoder{r: r}
		decode.go#L83: type protoDecoder struct {
		decode.go#L88: func (d *protoDecoder) Decode(v *dto.MetricFamily) error {