github.com/google/licensecheck/internal/match.dfaBuilder.have (field)

4 uses

	github.com/google/licensecheck/internal/match (current package)
		rematch.go#L681: 	have map[string]int // map from encoded NFA state to dfa array offset
		rematch.go#L689: 		have: map[string]int{"": -1}, // dead (empty) NFA state encoding maps to DFA offset -1
		rematch.go#L700: 	pos, ok := b.have[string(b.enc)]
		rematch.go#L709: 	b.have[string(b.enc)] = pos