Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go4503 type moduleSorter struct { struct
4504 modules []*moduleInfo
4505 nameInterface NameInterface
4508 func (s moduleSorter) Len() int {
4512 func (s moduleSorter) Less(i, j int) bool {
4531 func (s moduleSorter) Swap(i, j int) {