type google.golang.org/grpc/internal/transport.outStream
15 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L206: type outStream struct {
controlbuf.go#L213: next *outStream
controlbuf.go#L214: prev *outStream
controlbuf.go#L217: func (s *outStream) deleteSelf() {
controlbuf.go#L235: head *outStream
controlbuf.go#L236: tail *outStream
controlbuf.go#L240: head, tail := new(outStream), new(outStream)
controlbuf.go#L249: func (l *outStreamList) enqueue(s *outStream) {
controlbuf.go#L258: func (l *outStreamList) dequeue() *outStream {
controlbuf.go#L450: estdStreams map[uint32]*outStream // Established streams.
controlbuf.go#L473: estdStreams: make(map[uint32]*outStream),
controlbuf.go#L596: str := &outStream{
controlbuf.go#L632: str := &outStream{
controlbuf.go#L642: func (l *loopyWriter) originateStream(str *outStream) error {
![]() |
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. |