const google.golang.org/grpc/encoding.Identity
11 uses
google.golang.org/grpc/encoding (current package)
encoding.go#L37: const Identity = "identity"
google.golang.org/grpc
rpc_util.go#L816: if recvCompress == "" || recvCompress == encoding.Identity {
server.go#L1351: } else if rc != "" && rc != encoding.Identity {
server.go#L1367: } else if rc := stream.RecvCompress(); rc != "" && rc != encoding.Identity {
server.go#L1681: } else if rc != "" && rc != encoding.Identity {
server.go#L1697: } else if rc := stream.RecvCompress(); rc != "" && rc != encoding.Identity {
server.go#L2200: if name == encoding.Identity {
stream.go#L311: if ct != encoding.Identity {
stream.go#L1128: if ct := a.transportStream.RecvCompress(); ct != "" && ct != encoding.Identity {
stream.go#L1292: if ct != encoding.Identity {
stream.go#L1468: if ct := as.transportStream.RecvCompress(); ct != "" && ct != encoding.Identity {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)