Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dquery.go83 func Query(ctx context.Context, path, query, current string, allowed AllowedFunc) (*modfetch.RevInf…
92 func queryReuse(ctx context.Context, path, query, current string, allowed AllowedFunc, reuse map[mo…
187 type AllowedFunc func(context.Context, module.Version) error type
200 func queryProxy(ctx context.Context, proxy, path, query, current string, allowed AllowedFunc, reuse…
428 func newQueryMatcher(path string, query, current string, allowed AllowedFunc) (*queryMatcher, error…
642 …ntext.Context, pattern, query string, current func(string) string, allowed AllowedFunc) ([]QueryRe…
673 …ntext.Context, pattern, query string, current func(string) string, allowed AllowedFunc) (pkgMods […
Dmvs.go82 func versions(ctx context.Context, path string, allowed AllowedFunc) (versions []string, origin *co…