Searched refs:byEdge (Results 1 – 2 of 2) sorted by relevance
111 sort.Sort(byEdge(tt.expectedEdges))112 sort.Sort(byEdge(actualEdges))
156 type byEdge []edge type159 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 {