type google.golang.org/grpc/internal/channelz.int64Slice
7 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L481: type int64Slice []int64
funcs.go#L483: func (s int64Slice) Len() int { return len(s) }
funcs.go#L484: func (s int64Slice) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
funcs.go#L485: func (s int64Slice) Less(i, j int) bool { return s[i] < s[j] }
funcs.go#L514: sort.Sort(int64Slice(ids))
funcs.go#L561: sort.Sort(int64Slice(ids))
funcs.go#L614: sort.Sort(int64Slice(ids))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |