Searched refs:int64Slice (Results 1 – 1 of 1) sorted by relevance
350 type int64Slice []int64 type352 func (s int64Slice) Len() int { return len(s) }353 func (s int64Slice) Swap(i, j int) { s[i], s[j] = s[j], s[i] }354 func (s int64Slice) Less(i, j int) bool { return s[i] < s[j] }380 sort.Sort(int64Slice(ids))423 sort.Sort(int64Slice(ids))473 sort.Sort((int64Slice(ids)))