Home
last modified time | relevance | path

Searched refs:GRPC_COMPRESS_LEVEL_HIGH (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/test/core/compression/
Dcompression_test.cc106 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/
Dcompression_internal.cc203 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()
Dcompression.cc92 } else if (level <= GRPC_COMPRESS_LEVEL_HIGH) { in grpc_compression_algorithm_for_level()
/third_party/grpc/include/grpc/impl/codegen/
Dcompression_types.h75 GRPC_COMPRESS_LEVEL_HIGH, enumerator
/third_party/grpc/src/ruby/ext/grpc/
Drb_compression_options.c138 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/
Dinterop_server.cc167 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/
Drecords.pyx.pxi127 high = GRPC_COMPRESS_LEVEL_HIGH
Dgrpc.pxi659 GRPC_COMPRESS_LEVEL_HIGH
/third_party/grpc/test/core/end2end/tests/
Dcompressed_payload.cc635 nullptr, true, GRPC_COMPRESS_LEVEL_HIGH, false); in test_invoke_request_with_server_level()