Searched defs:globalEntitySorter (Results 1 – 1 of 1) sorted by relevance
3171 type globalEntitySorter struct { struct3172 pkgNames map[*packageContext]string3173 entities []globalEntity3176 func (s *globalEntitySorter) Len() int {3180 func (s *globalEntitySorter) Less(i, j int) bool {3186 func (s *globalEntitySorter) Swap(i, j int) {