type github.com/google/licensecheck/internal/match.nfaState

12 uses

	github.com/google/licensecheck/internal/match (current package)
		rematch.go#L494: type nfaState []int32
		rematch.go#L497: func nfaStart(prog reProg) nfaState {
		rematch.go#L498: 	var next nfaState
		rematch.go#L506: func (s *nfaState) add(prog reProg, pc int32) {
		rematch.go#L537: func (s *nfaState) trim(prog reProg) {
		rematch.go#L567: func (s nfaState) next(prog reProg, w WordID) nfaState {
		rematch.go#L568: 	var next nfaState
		rematch.go#L586: func (s nfaState) match(prog reProg) int32 {
		rematch.go#L605: func (s nfaState) words(prog reProg) []WordID {
		rematch.go#L635: func (s nfaState) appendEncoding(enc []byte) []byte {
		rematch.go#L697: func (b *dfaBuilder) add(s nfaState) int32 {