Searched defs:moduleInfo (Results 1 – 3 of 3) sorted by relevance
70 moduleInfo map[Module]*moduleInfo member123 type moduleInfo struct { struct125 typeName string126 relBlueprintsFile string127 pos scanner.Position128 propertyPos map[string]scanner.Position129 properties struct {134 variantName string135 variant variationMap136 dependencyVariant variationMap[all …]
127 func sameArray(a, b []*moduleInfo) bool {
121 moduleInfo() *moduleInfo methodSpec163 func (d *baseModuleContext) moduleInfo() *moduleInfo { func