func google.golang.org/grpc/internal/grpcutil.IsCompressorNameRegistered

4 uses

	google.golang.org/grpc/internal/grpcutil (current package)
		compressor.go#L29: func IsCompressorNameRegistered(name string) bool {

	google.golang.org/grpc/internal/transport
		http2_client.go#L577: 		if !grpcutil.IsCompressorNameRegistered(callHdr.SendCompress) {

	google.golang.org/grpc
		server.go#L2204: 	if !grpcutil.IsCompressorNameRegistered(name) {

	google.golang.org/grpc/encoding
		encoding.go#L73: 	if !grpcutil.IsCompressorNameRegistered(c.Name()) {