Lines Matching defs:Module
35 ModuleName(module Module) string
38 ModuleDir(module Module) string
42 ModuleSubDir(module Module) string
45 ModuleType(module Module) string
48 BlueprintFile(module Module) string
55 ModuleProvider(module Module, provider AnyProviderKey) (any, bool)
58 ModuleErrorf(module Module, format string, args ...interface{})
64 OtherModulePropertyErrorf(module Module, property string, format string, args ...interface{})
100 VisitAllModules(visit func(Module))
107 VisitAllModulesIf(pred func(Module) bool, visit func(Module))
115 VisitDirectDeps(module Module, visit func(Module))
124 VisitDirectDepsIf(module Module, pred func(Module) bool, visit func(Module))
129 VisitDepsDepthFirst(module Module, visit func(Module))
134 VisitDepsDepthFirstIf(module Module, pred func(Module) bool,
135 visit func(Module))
138 VisitAllModuleVariants(module Module, visit func(Module))
141 VisitAllModuleVariantProxies(module Module, visit func(proxy ModuleProxy))
145 PrimaryModule(module Module) Module
149 IsFinalModule(module Module) bool
169 ModuleVariantsFromName(referer Module, name string) []Module