const google.golang.org/grpc/encoding.Identity
10 uses
google.golang.org/grpc/encoding (current package)
encoding.go#L37: const Identity = "identity"
google.golang.org/grpc
rpc_util.go#L674: if recvCompress == "" || recvCompress == encoding.Identity {
server.go#L1271: } else if rc != "" && rc != encoding.Identity {
server.go#L1287: } else if rc := stream.RecvCompress(); rc != "" && rc != encoding.Identity {
server.go#L1585: } else if rc != "" && rc != encoding.Identity {
server.go#L1601: } else if rc := stream.RecvCompress(); rc != "" && rc != encoding.Identity {
stream.go#L280: if ct != encoding.Identity {
stream.go#L1046: if ct := a.s.RecvCompress(); ct != "" && ct != encoding.Identity {
stream.go#L1217: if ct != encoding.Identity {
stream.go#L1380: if ct := as.s.RecvCompress(); ct != "" && ct != encoding.Identity {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)