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