const google.golang.org/grpc/encoding.Identity
13 uses
google.golang.org/grpc/encoding (current package)
encoding.go#L39: const Identity = "identity"
google.golang.org/grpc
rpc_util.go#L191: if name == "" || name == encoding.Identity {
rpc_util.go#L217: if name == "" || name == encoding.Identity {
rpc_util.go#L912: if recvCompress == "" || recvCompress == encoding.Identity {
server.go#L1363: } else if rc != "" && rc != encoding.Identity {
server.go#L1379: } else if rc := stream.RecvCompress(); rc != "" && rc != encoding.Identity {
server.go#L1688: } else if rc != "" && rc != encoding.Identity {
server.go#L1704: } else if rc := stream.RecvCompress(); rc != "" && rc != encoding.Identity {
server.go#L2216: if name == encoding.Identity {
stream.go#L340: if ct != encoding.Identity {
stream.go#L1156: if ct := a.transportStream.RecvCompress(); ct != "" && ct != encoding.Identity {
stream.go#L1328: if ct != encoding.Identity {
stream.go#L1507: if ct := as.transportStream.RecvCompress(); ct != "" && ct != encoding.Identity {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)