Searched refs:barModule (Results 1 – 1 of 1) sorted by relevance
95 type barModule struct { struct105 m := &barModule{}109 func (b *barModule) Deps() []string { argument113 func (b *barModule) IgnoreDeps() []string { argument117 func (b *barModule) GenerateBuildActions(ModuleContext) { argument120 func (b *barModule) Bar() bool { argument124 func (b *barModule) Walk() bool { argument436 b := ctx.moduleGroupFromName("B", nil).modules[0].logicModule.(*barModule)437 c := ctx.moduleGroupFromName("C", nil).modules[0].logicModule.(*barModule)