Home
last modified time | relevance | path

Searched refs:GRPC_COMPRESS_LEVEL_NONE (Results 1 – 13 of 13) sorted by relevance

/third_party/grpc/test/core/compression/
Dcompression_test.cc94 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
117 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
140 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
164 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
187 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
212 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
/third_party/grpc/test/core/end2end/tests/
Dcompressed_payload.cc497 if (server_compression_level > GRPC_COMPRESS_LEVEL_NONE) { in request_with_payload_template_inner()
600 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_exceptionally_uncompressed_payload()
609 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_uncompressed_payload()
618 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload()
627 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, true); in test_invoke_request_with_send_message_before_initial_metadata()
659 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload_md_override()
666 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload_md_override()
673 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload_md_override()
Dworkaround_cronet_compression.cc301 if (server_compression_level > GRPC_COMPRESS_LEVEL_NONE) { in request_with_payload_template()
399 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, in test_workaround_cronet_compression()
406 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, in test_workaround_cronet_compression()
Dstream_compression_compressed_payload.cc558 GRPC_COMPRESS_LEVEL_NONE, false, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_compressed_payload()
568 GRPC_COMPRESS_LEVEL_NONE, true, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_send_message_before_initial_metadata()
595 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_compressed_payload_md_override()
602 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_compressed_payload_md_override()
/third_party/grpc/src/core/lib/compression/
Dcompression_internal.cc211 if (level == GRPC_COMPRESS_LEVEL_NONE || num_supported == 0) { in grpc_message_compression_algorithm_for_level()
241 case GRPC_COMPRESS_LEVEL_NONE: in grpc_message_compression_algorithm_for_level()
Dcompression.cc90 if (level == GRPC_COMPRESS_LEVEL_NONE) { in grpc_compression_algorithm_for_level()
/third_party/grpc/src/ruby/ext/grpc/
Drb_compression_options.c132 return GRPC_COMPRESS_LEVEL_NONE; in grpc_rb_compression_options_level_name_to_value_internal()
146 return GRPC_COMPRESS_LEVEL_NONE; in grpc_rb_compression_options_level_name_to_value_internal()
277 case GRPC_COMPRESS_LEVEL_NONE: in grpc_rb_compression_options_level_value_to_name_internal()
/third_party/grpc/include/grpc/impl/codegen/
Dcompression_types.h72 GRPC_COMPRESS_LEVEL_NONE = 0, enumerator
/third_party/grpc/src/core/lib/surface/
Dchannel.cc107 {GRPC_COMPRESS_LEVEL_NONE, GRPC_COMPRESS_LEVEL_NONE, in grpc_channel_create_with_builder()
Dcall.cc1627 GRPC_COMPRESS_LEVEL_NONE; in call_start_batch()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi124 none = GRPC_COMPRESS_LEVEL_NONE
Dgrpc.pxi656 GRPC_COMPRESS_LEVEL_NONE
/third_party/grpc/test/cpp/interop/
Dinterop_server.cc169 context->set_compression_level(GRPC_COMPRESS_LEVEL_NONE); in UnaryCall()