Searched refs:byApexName (Results 1 – 1 of 1) sorted by relevance
271 type byApexName []ApexInfo type273 func (a byApexName) Len() int { return len(a) }274 func (a byApexName) Swap(i, j int) { a[i], a[j] = a[j], a[i] }275 func (a byApexName) Less(i, j int) bool { return a[i].ApexName < a[j].ApexName }281 sort.Sort(byApexName(m.apexVariations))