Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go4274 type globalEntitySorter struct { struct
4275 pkgNames map[*packageContext]string
4276 entities []globalEntity
4279 func (s *globalEntitySorter) Len() int {
4283 func (s *globalEntitySorter) Less(i, j int) bool {
4289 func (s *globalEntitySorter) Swap(i, j int) {