Searched defs:Namespace (Results 1 – 5 of 5) sorted by relevance
351 type Namespace struct { struct352 blueprint.NamespaceMarker353 Path string356 importedNamespaceNames []string358 visibleNamespaces []*Namespace360 id string362 exportToKati bool364 moduleContainer blueprint.NameInterface
523 Namespace string member
136 Namespace() *Namespace methodSpec2428 func (e *earlyModuleContext) Namespace() *Namespace { func
42 type Namespace interface { interface43 namespace(Namespace) argument58 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool)62 MissingDependencyError(depender string, dependerNamespace Namespace, depName string) (err error)65 Rename(oldName string, newName string, namespace Namespace) []error
187 Namespace() Namespace methodSpec482 func (d *baseModuleContext) Namespace() Namespace { func