Searched refs:GRPC_COMPRESS_LEVEL_HIGH (Results 1 – 9 of 9) sorted by relevance
/third_party/grpc/test/core/compression/ |
D | compression_test.cc | 106 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_HIGH, in test_compression_algorithm_for_level() 129 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_HIGH, in test_compression_algorithm_for_level() 152 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_HIGH, in test_compression_algorithm_for_level() 176 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_HIGH, in test_compression_algorithm_for_level() 199 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_HIGH, in test_compression_algorithm_for_level() 224 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_HIGH, in test_compression_algorithm_for_level()
|
/third_party/grpc/src/core/lib/compression/ |
D | compression_internal.cc | 203 if (level > GRPC_COMPRESS_LEVEL_HIGH) { in grpc_message_compression_algorithm_for_level() 247 case GRPC_COMPRESS_LEVEL_HIGH: in grpc_message_compression_algorithm_for_level()
|
D | compression.cc | 92 } else if (level <= GRPC_COMPRESS_LEVEL_HIGH) { in grpc_compression_algorithm_for_level()
|
/third_party/grpc/include/grpc/impl/codegen/ |
D | compression_types.h | 75 GRPC_COMPRESS_LEVEL_HIGH, enumerator
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_compression_options.c | 138 return GRPC_COMPRESS_LEVEL_HIGH; in grpc_rb_compression_options_level_name_to_value_internal() 283 case GRPC_COMPRESS_LEVEL_HIGH: in grpc_rb_compression_options_level_value_to_name_internal()
|
/third_party/grpc/test/cpp/interop/ |
D | interop_server.cc | 167 context->set_compression_level(GRPC_COMPRESS_LEVEL_HIGH); in UnaryCall() 208 context->set_compression_level(GRPC_COMPRESS_LEVEL_HIGH); in StreamingOutputCall()
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | records.pyx.pxi | 127 high = GRPC_COMPRESS_LEVEL_HIGH
|
D | grpc.pxi | 659 GRPC_COMPRESS_LEVEL_HIGH
|
/third_party/grpc/test/core/end2end/tests/ |
D | compressed_payload.cc | 635 nullptr, true, GRPC_COMPRESS_LEVEL_HIGH, false); in test_invoke_request_with_server_level()
|