Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dquery.go246 qm, err := newQueryMatcher(path, query, current, allowed)
428 func newQueryMatcher(path string, query, current string, allowed AllowedFunc) (*queryMatcher, error… func