Searched refs:bottomUpMutatorContext (Results 1 – 1 of 1) sorted by relevance
411 type bottomUpMutatorContext struct { struct421 return &bottomUpMutatorContext{617 func (b *bottomUpMutatorContext) MutatorName() string { argument621 func (b *bottomUpMutatorContext) Rename(name string) { argument626 func (b *bottomUpMutatorContext) AddDependency(module blueprint.Module, tag blueprint.DependencyTag… argument630 func (b *bottomUpMutatorContext) AddReverseDependency(module blueprint.Module, tag blueprint.Depend… argument634 func (b *bottomUpMutatorContext) CreateVariations(variations ...string) []Module { argument652 func (b *bottomUpMutatorContext) CreateLocalVariations(variations ...string) []Module { argument670 func (b *bottomUpMutatorContext) SetDependencyVariation(variation string) { argument674 func (b *bottomUpMutatorContext) SetDefaultDependencyVariation(variation *string) { argument[all …]