type google.golang.org/grpc/internal/transport.itemList
11 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L41: type itemList struct {
controlbuf.go#L46: func (il *itemList) enqueue(i interface{}) {
controlbuf.go#L58: func (il *itemList) peek() interface{} {
controlbuf.go#L62: func (il *itemList) dequeue() interface{} {
controlbuf.go#L74: func (il *itemList) dequeueAll() *itemNode {
controlbuf.go#L80: func (il *itemList) isEmpty() bool {
controlbuf.go#L209: itl *itemList
controlbuf.go#L278: list *itemList
controlbuf.go#L293: list: &itemList{},
controlbuf.go#L599: itl: &itemList{},
controlbuf.go#L635: itl: &itemList{},
![]() |
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. |