Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go3512 type moduleSorter struct { struct
3513 modules []*moduleInfo
3514 nameInterface NameInterface
3517 func (s moduleSorter) Len() int {
3521 func (s moduleSorter) Less(i, j int) bool {
3537 func (s moduleSorter) Swap(i, j int) {