google.golang.org/grpc/internal/transport.recvBufferReader.last (field)
8 uses
google.golang.org/grpc/internal/transport (current package)
transport.go#L147: last *bytes.Buffer // Stores the remaining data in the previous calls.
transport.go#L159: if r.last != nil {
transport.go#L161: copied, _ := r.last.Read(p)
transport.go#L162: if r.last.Len() == 0 {
transport.go#L163: r.freeBuffer(r.last)
transport.go#L164: r.last = nil
transport.go#L220: r.last = nil
transport.go#L222: r.last = m.buffer
![]() |
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. |