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

12 uses

	github.com/prometheus/common/expfmt (current package)
		text_parse.go#L35: type stateFn func() stateFn
		text_parse.go#L142: func (p *TextParser) startOfLine() stateFn {
		text_parse.go#L161: func (p *TextParser) startComment() stateFn {
		text_parse.go#L222: func (p *TextParser) readingMetricName() stateFn {
		text_parse.go#L249: func (p *TextParser) readingLabels() stateFn {
		text_parse.go#L267: func (p *TextParser) startLabelName() stateFn {
		text_parse.go#L307: func (p *TextParser) startLabelValue() stateFn {
		text_parse.go#L369: func (p *TextParser) readingValue() stateFn {
		text_parse.go#L457: func (p *TextParser) startTimestamp() stateFn {
		text_parse.go#L483: func (p *TextParser) readingHelp() stateFn {
		text_parse.go#L498: func (p *TextParser) readingType() stateFn {