Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go4441 type moduleSorter struct { struct
4442 modules []*moduleInfo
4443 nameInterface NameInterface
4446 func (s moduleSorter) Len() int {
4450 func (s moduleSorter) Less(i, j int) bool {
4469 func (s moduleSorter) Swap(i, j int) {