Searched refs:apexVariations (Results 1 – 1 of 1) sorted by relevance
161 apexVariations []ApexInfo member182 for _, v := range m.apexVariations {187 m.apexVariations = append(m.apexVariations, apex)192 return m.apexVariations278 if len(m.apexVariations) > 0 {281 sort.Sort(byApexName(m.apexVariations))284 for _, apex := range m.apexVariations {298 mod.(ApexModule).apexModuleBase().ApexProperties.Info = m.apexVariations[i-1]