testing.matcher.subNames (field)

5 uses

	testing (current package)
		match.go#L21: 	subNames map[string]int64
		match.go#L46: 		subNames:  map[string]int64{},
		match.go#L118: 		next, exists := m.subNames[name]
		match.go#L120: 			m.subNames[name] = 1 // next count is 1
		match.go#L125: 		m.subNames[name] = next + 1