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 {