Home
last modified time | relevance | path

Searched refs:matchIdentical (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/quasilyte/go-ruleguard/ruleguard/typematch/
H A Dtypematch.go309 return p.matchIdentical(p.root, typ)
369 func (p *Pattern) matchIdentical(sub *pattern, typ types.Type) bool { func
394 return p.matchIdentical(sub.subs[0], typ.Elem())
401 return p.matchIdentical(sub.subs[0], typ.Elem())
425 return wantLen == typ.Len() && p.matchIdentical(sub.subs[0], typ.Elem())
432 return p.matchIdentical(sub.subs[0], typ.Key()) &&
433 p.matchIdentical(sub.subs[1], typ.Elem())
441 return dir == typ.Dir() && p.matchIdentical(sub.subs[0], typ.Elem())
475 if !p.matchIdentical(params[i], typ.Params().At(i).Type()) {
480 if !p.matchIdentical(results[i], typ.Results().At(i).Type()) {
[all …]
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/quasilyte/go-ruleguard/ruleguard/typematch/
H A Dtypematch.go324 return p.matchIdentical(p.root, typ)
384 func (p *Pattern) matchIdentical(sub *pattern, typ types.Type) bool { func
409 return p.matchIdentical(sub.subs[0], typ.Elem())
416 return p.matchIdentical(sub.subs[0], typ.Elem())
440 return wantLen == typ.Len() && p.matchIdentical(sub.subs[0], typ.Elem())
447 return p.matchIdentical(sub.subs[0], typ.Key()) &&
448 p.matchIdentical(sub.subs[1], typ.Elem())
456 return dir == typ.Dir() && p.matchIdentical(sub.subs[0], typ.Elem())
492 if !p.matchIdentical(params[i], typ.Params().At(i).Type()) {
497 if !p.matchIdentical(results[i], typ.Results().At(i).Type()) {
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/quasilyte/go-ruleguard/ruleguard/typematch/
H A Dtypematch.go234 return p.matchIdentical(p.root, typ)
246 func (p *Pattern) matchIdentical(sub *pattern, typ types.Type) bool { func
271 return p.matchIdentical(sub.subs[0], typ.Elem())
278 return p.matchIdentical(sub.subs[0], typ.Elem())
302 return wantLen == typ.Len() && p.matchIdentical(sub.subs[0], typ.Elem())
309 return p.matchIdentical(sub.subs[0], typ.Key()) &&
310 p.matchIdentical(sub.subs[1], typ.Elem())
318 return dir == typ.Dir() && p.matchIdentical(sub.subs[0], typ.Elem())