Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/api/
Dmain_test.go352 type Walker struct { struct
353 context *build.Context
354 root string
355 scope []string
356 current *apiPackage
357 deprecated map[token.Pos]bool
358 features map[string]bool // set
359 imported map[string]*apiPackage // packages already imported
360 …dPackages []string // names, omitting "unsafe", internal, and vendored packages
361 importMap map[string]map[string]string // importer dir -> import path -> canonical path
[all …]