const google.golang.org/grpc/encoding.Identity
10 uses
google.golang.org/grpc/encoding (current package)
encoding.go#L32: const Identity = "identity"
google.golang.org/grpc
rpc_util.go#L616: if recvCompress == "" || recvCompress == encoding.Identity {
server.go#L1132: } else if rc != "" && rc != encoding.Identity {
server.go#L1148: } else if rc := stream.RecvCompress(); rc != "" && rc != encoding.Identity {
server.go#L1408: } else if rc != "" && rc != encoding.Identity {
server.go#L1424: } else if rc := stream.RecvCompress(); rc != "" && rc != encoding.Identity {
stream.go#L220: if ct != encoding.Identity {
stream.go#L894: if ct := a.s.RecvCompress(); ct != "" && ct != encoding.Identity {
stream.go#L1064: if ct != encoding.Identity {
stream.go#L1227: if ct := as.s.RecvCompress(); ct != "" && ct != encoding.Identity {
![]() |
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. |