google.golang.org/grpc/internal/transport.outStream.itl (field)
14 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L209: itl *itemList
controlbuf.go#L599: itl: &itemList{},
controlbuf.go#L623: str.itl.enqueue(h)
controlbuf.go#L635: itl: &itemList{},
controlbuf.go#L638: str.itl.enqueue(h)
controlbuf.go#L643: hdr := str.itl.dequeue().(*headerFrame)
controlbuf.go#L711: str.itl.enqueue(df)
controlbuf.go#L838: dataItem := str.itl.peek().(*dataFrame) // Peek at the first data item this stream.
controlbuf.go#L850: str.itl.dequeue() // remove the empty data item from stream
controlbuf.go#L851: if str.itl.isEmpty() {
controlbuf.go#L853: } else if trailer, ok := str.itl.peek().(*headerFrame); ok { // the next item is trailers.
controlbuf.go#L918: str.itl.dequeue()
controlbuf.go#L920: if str.itl.isEmpty() {
controlbuf.go#L922: } else if trailer, ok := str.itl.peek().(*headerFrame); ok { // The next item is trailers.
![]() |
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. |