Searched defs:globalEntitySorter (Results 1 – 1 of 1) sorted by relevance
2552 type globalEntitySorter struct { struct2553 pkgNames map[*packageContext]string2554 entities []globalEntity2557 func (s *globalEntitySorter) Len() int {2561 func (s *globalEntitySorter) Less(i, j int) bool {2567 func (s *globalEntitySorter) Swap(i, j int) {