var google.golang.org/grpc/encoding/proto.protoBufferPool
5 uses
google.golang.org/grpc/encoding/proto (current package)
proto.go#L73: cb := protoBufferPool.Get().(*cachedProtoBuffer)
proto.go#L78: protoBufferPool.Put(cb)
proto.go#L91: cb := protoBufferPool.Get().(*cachedProtoBuffer)
proto.go#L95: protoBufferPool.Put(cb)
proto.go#L103: var protoBufferPool = &sync.Pool{
![]() |
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. |