Home
last modified time | relevance | path

Searched defs:globalEntitySorter (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/
Dcontext.go3753 type globalEntitySorter struct { struct
3754 pkgNames map[*packageContext]string
3755 entities []globalEntity
3758 func (s *globalEntitySorter) Len() int {
3762 func (s *globalEntitySorter) Less(i, j int) bool {
3768 func (s *globalEntitySorter) Swap(i, j int) {