google.golang.org/grpc.Decompressor.Type (method)

5 uses

	google.golang.org/grpc (current package)
		rpc_util.go#L110: 	Type() string
		server.go#L1269: 	if rc := stream.RecvCompress(); s.opts.dc != nil && s.opts.dc.Type() == rc {
		server.go#L1583: 	if rc := stream.RecvCompress(); s.opts.dc != nil && s.opts.dc.Type() == rc {
		stream.go#L1047: 			if a.dc == nil || a.dc.Type() != ct {
		stream.go#L1381: 			if as.dc == nil || as.dc.Type() != ct {