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.