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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |