type github.com/prometheus/client_golang/prometheus.curriedLabelValue

16 uses

	github.com/prometheus/client_golang/prometheus (current package)
		vec.go#L31: 	curry []curriedLabelValue
		vec.go#L96: 		newCurry []curriedLabelValue
		vec.go#L112: 			newCurry = append(newCurry, curriedLabelValue{i, val})
		vec.go#L205: type curriedLabelValue struct {
		vec.go#L251: 	h uint64, lvs []string, curry []curriedLabelValue,
		vec.go#L278: 	h uint64, labels Labels, curry []curriedLabelValue,
		vec.go#L305: 	hash uint64, lvs []string, curry []curriedLabelValue,
		vec.go#L330: 	hash uint64, labels Labels, curry []curriedLabelValue,
		vec.go#L353: 	h uint64, lvs []string, curry []curriedLabelValue,
		vec.go#L367: 	h uint64, labels Labels, curry []curriedLabelValue,
		vec.go#L381: 	metrics []metricWithLabelValues, lvs []string, curry []curriedLabelValue,
		vec.go#L394: 	desc *Desc, metrics []metricWithLabelValues, labels Labels, curry []curriedLabelValue,
		vec.go#L404: func matchLabelValues(values []string, lvs []string, curry []curriedLabelValue) bool {
		vec.go#L425: func matchLabels(desc *Desc, values []string, labels Labels, curry []curriedLabelValue) bool {
		vec.go#L445: func extractLabelValues(desc *Desc, labels Labels, curry []curriedLabelValue) []string {
		vec.go#L459: func inlineLabelValues(lvs []string, curry []curriedLabelValue) []string {