Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go2552 type globalEntitySorter struct { struct
2553 pkgNames map[*packageContext]string
2554 entities []globalEntity
2557 func (s *globalEntitySorter) Len() int {
2561 func (s *globalEntitySorter) Less(i, j int) bool {
2567 func (s *globalEntitySorter) Swap(i, j int) {