Home
last modified time | relevance | path

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

/build/make/tools/compliance/
Dreadgraph_test.go111 sort.Sort(byEdge(tt.expectedEdges))
112 sort.Sort(byEdge(actualEdges))
Dtest_util.go156 type byEdge []edge type
159 func (l byEdge) Len() int { return len(l) }
163 func (l byEdge) Swap(i, j int) { l[i], l[j] = l[j], l[i] }
167 func (l byEdge) Less(i, j int) bool {