Searched refs:apexVariations (Results 1 – 1 of 1) sorted by relevance
165 apexVariations []ApexInfo member184 for _, v := range m.apexVariations {189 m.apexVariations = append(m.apexVariations, apex)193 return m.apexVariations279 if len(m.apexVariations) > 0 {282 sort.Sort(byApexName(m.apexVariations))285 for _, apex := range m.apexVariations {299 mod.(ApexModule).apexModuleBase().ApexProperties.Info = m.apexVariations[i-1]