type google.golang.org/grpc.parser
11 uses
google.golang.org/grpc (current package)
rpc_util.go#L478: type parser struct {
rpc_util.go#L502: func (p *parser) recvMsg(maxReceiveMessageSize int) (pf payloadFormat, msg []byte, err error) {
rpc_util.go#L633: func recvAndDecompress(p *parser, s *transport.Stream, dc Decompressor, maxReceiveMessageSize int, payInfo *payloadInfo, compressor encoding.Compressor) ([]byte, error) {
rpc_util.go#L701: func recv(p *parser, c baseCodec, s *transport.Stream, dc Decompressor, m interface{}, maxReceiveMessageSize int, payInfo *payloadInfo, compressor encoding.Compressor) error {
server.go#L1160: d, err := recvAndDecompress(&parser{r: stream}, stream, dc, s.opts.maxReceiveMessageSize, payInfo, decomp)
server.go#L1338: p: &parser{r: stream},
stream.go#L385: cs.attempt.p = &parser{r: s}
stream.go#L446: p *parser
stream.go#L1099: as.p = &parser{r: s}
stream.go#L1136: p *parser
stream.go#L1348: p *parser
 |
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. |