Home
last modified time | relevance | path

Searched defs:bitState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dbacktrack.go37 type bitState struct { struct
38 end int
39 cap []int
40 matchcap []int
41 jobs []job
42 visited []uint32
44 inputs inputs
57 func freeBitState(b *bitState) {
80 func (b *bitState) reset(prog *syntax.Prog, end int, ncap int) {
118 func (b *bitState) shouldVisit(pc uint32, pos int) bool {
[all …]