Searched defs:byPos (Results 1 – 3 of 3) sorted by relevance
372 type byPos struct { struct373 ctxt *obj.Link374 a []*LoggedOpt377 func (x byPos) Len() int { return len(x.a) }378 func (x byPos) Less(i, j int) bool {381 func (x byPos) Swap(i, j int) { x.a[i], x.a[j] = x.a[j], x.a[i] }
469 type byPos []ast.Node type
71 type byPos []errorMsg type