Searched defs:globalEntitySorter (Results 1 – 1 of 1) sorted by relevance
3354 type globalEntitySorter struct { struct3355 pkgNames map[*packageContext]string3356 entities []globalEntity3359 func (s *globalEntitySorter) Len() int {3363 func (s *globalEntitySorter) Less(i, j int) bool {3369 func (s *globalEntitySorter) Swap(i, j int) {