Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
Dfuncs.go350 type int64Slice []int64 type
352 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)))