func github.com/prometheus/client_golang/prometheus.matchLabelValues

2 uses

	github.com/prometheus/client_golang/prometheus (current package)
		vec.go#L384: 		if matchLabelValues(metric.values, lvs, curry) {
		vec.go#L404: func matchLabelValues(values []string, lvs []string, curry []curriedLabelValue) bool {