Home
last modified time | relevance | path

Searched refs:instsPool (Results 1 – 4 of 4) sorted by relevance

/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/vellum/regexp/
H A Dcompile.go29 instsPool []inst member
337 if len(c.instsPool) <= 0 {
338 c.instsPool = make([]inst, 16)
340 inst := &c.instsPool[0]
341 c.instsPool = c.instsPool[1:]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/couchbase/vellum/regexp/
H A Dcompile.go29 instsPool []inst member
337 if len(c.instsPool) <= 0 {
338 c.instsPool = make([]inst, 16)
340 inst := &c.instsPool[0]
341 c.instsPool = c.instsPool[1:]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/couchbase/vellum/regexp/
H A Dcompile.go29 instsPool []inst member
337 if len(c.instsPool) <= 0 {
338 c.instsPool = make([]inst, 16)
340 inst := &c.instsPool[0]
341 c.instsPool = c.instsPool[1:]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/couchbase/vellum/regexp/
H A Dcompile.go29 instsPool []inst member
329 if len(c.instsPool) <= 0 {
330 c.instsPool = make([]inst, 16)
332 inst := &c.instsPool[0]
333 c.instsPool = c.instsPool[1:]