Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go3370 type globalEntitySorter struct { struct
3371 pkgNames map[*packageContext]string
3372 entities []globalEntity
3375 func (s *globalEntitySorter) Len() int {
3379 func (s *globalEntitySorter) Less(i, j int) bool {
3385 func (s *globalEntitySorter) Swap(i, j int) {