google.golang.org/grpc/internal/transport.itemList.head (field)
11 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L42: head *itemNode
controlbuf.go#L49: il.head, il.tail = n, n
controlbuf.go#L59: return il.head.it
controlbuf.go#L63: if il.head == nil {
controlbuf.go#L66: i := il.head.it
controlbuf.go#L67: il.head = il.head.next
controlbuf.go#L68: if il.head == nil {
controlbuf.go#L75: h := il.head
controlbuf.go#L76: il.head, il.tail = nil, nil
controlbuf.go#L81: return il.head == nil
![]() |
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. |