Lines Matching defs:Module
39 OtherModuleName(m blueprint.Module) string
43 OtherModuleDir(m blueprint.Module) string
47 OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{})
52 OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag
55 OtherModuleSubDir(m blueprint.Module) string
83 OtherModuleType(m blueprint.Module) string
90 otherModuleProvider(m blueprint.Module, provider blueprint.AnyProviderKey) (any, bool)
95 OtherModuleHasProvider(m blueprint.Module, provider blueprint.AnyProviderKey) bool
99 OtherModuleIsAutoGenerated(m blueprint.Module) bool
135 VisitDirectDeps(visit func(Module))
154 VisitDirectDepsWithTag(tag blueprint.DependencyTag, visit func(Module))
165 VisitDirectDepsIf(pred func(Module) bool, visit func(Module))
167 VisitDepsDepthFirst(visit func(Module))
169 VisitDepsDepthFirstIf(pred func(Module) bool, visit func(Module))
211 IsFinalModule(module Module) bool
217 VisitAllModuleVariants(visit func(Module))
262 func getWrappedModule(module blueprint.Module) blueprint.Module {
272 func EqualModules(m1, m2 Module) bool {
367 AllowDisabledModuleDependency(target Module) bool