Lines Matching refs:blueprint

195 …solver) NewModule(ctx blueprint.NamespaceContext, moduleGroup blueprint.ModuleGroup, module bluepr…
228 func (r *NameResolver) NewSkippedModule(ctx blueprint.NamespaceContext, name string, skipInfo bluep…
232 func (r *NameResolver) AllModules() []blueprint.ModuleGroup {
233 childLists := [][]blueprint.ModuleGroup{}
241 allModules := make([]blueprint.ModuleGroup, 0, totalCount)
248 …er) SkippedModuleFromName(moduleName string, namespace blueprint.Namespace) (skipInfos []blueprint
267 func (r *NameResolver) getNamespacesToSearchForModule(sourceNamespace blueprint.Namespace) (searchO…
277 func (r *NameResolver) ModuleFromName(name string, namespace blueprint.Namespace) (group blueprint.…
283 return blueprint.ModuleGroup{}, false
294 return blueprint.ModuleGroup{}, false
298 func (r *NameResolver) Rename(oldName string, newName string, namespace blueprint.Namespace) []erro…
328 func (r *NameResolver) MissingDependencyError(depender string, dependerNamespace blueprint.Namespac…
374 func (r *NameResolver) GetNamespace(ctx blueprint.NamespaceContext) blueprint.Namespace {
378 func (r *NameResolver) findNamespaceFromCtx(ctx blueprint.NamespaceContext) *Namespace {
382 func (r *NameResolver) UniqueName(ctx blueprint.NamespaceContext, name string) (unique string) {
390 var _ blueprint.NameInterface = (*NameResolver)(nil)
393 blueprint.NamespaceMarker
405 moduleContainer blueprint.NameInterface
409 return &Namespace{Path: path, moduleContainer: blueprint.NewSimpleNameInterface()}
412 var _ blueprint.Namespace = (*Namespace)(nil)
432 func (n *NamespaceModule) GenerateBuildActions(ctx blueprint.ModuleContext) {