Home
last modified time | relevance | path

Searched refs:byPosition (Results 1 – 2 of 2) sorted by relevance

/build/soong/androidmk/parser/
Dmakething.go130 type byPosition []MakeThing type
132 func (s byPosition) Len() int {
136 func (s byPosition) Swap(i, j int) {
140 func (s byPosition) Less(i, j int) bool {
Dparser.go37 sort.Sort(byPosition(p.things))