Searched defs:globalEntitySorter (Results 1 – 1 of 1) sorted by relevance
3370 type globalEntitySorter struct { struct3371 pkgNames map[*packageContext]string3372 entities []globalEntity3375 func (s *globalEntitySorter) Len() int {3379 func (s *globalEntitySorter) Less(i, j int) bool {3385 func (s *globalEntitySorter) Swap(i, j int) {