type github.com/google/licensecheck/internal/match.reProg
18 uses
github.com/google/licensecheck/internal/match (current package)
regexp.go#L54: prog reProg
regexp.go#L130: var progs []reProg
rematch.go#L208: type reProg []reInst
rematch.go#L232: func (p reProg) string(d *Dict) string {
rematch.go#L260: prog reProg // program being constructed
rematch.go#L274: func (re *reSyntax) compile(init reProg, m int32) (reProg, error) {
rematch.go#L464: func reCompileMulti(list []reProg) reProg {
rematch.go#L465: var prog reProg
rematch.go#L497: func nfaStart(prog reProg) 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#L586: func (s nfaState) match(prog reProg) int32 {
rematch.go#L605: func (s nfaState) words(prog reProg) []WordID {
rematch.go#L679: prog reProg // program being processed
rematch.go#L686: func reCompileDFA(prog reProg) reDFA {
![]() |
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. |