Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go3313 type moduleSorter struct { struct
3314 modules []*moduleInfo
3315 nameInterface NameInterface
3318 func (s moduleSorter) Len() int {
3322 func (s moduleSorter) Less(i, j int) bool {
3338 func (s moduleSorter) Swap(i, j int) {