Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/compression/
Dcompression_test.cc91 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
114 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
137 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
161 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
184 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
209 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
/external/grpc-grpc/test/core/end2end/tests/
Dcompressed_payload.cc474 if (server_compression_level > GRPC_COMPRESS_LEVEL_NONE) { in request_with_payload_template()
555 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_exceptionally_uncompressed_payload()
564 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_uncompressed_payload()
573 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload()
582 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, true); in test_invoke_request_with_send_message_before_initial_metadata()
614 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload_md_override()
621 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload_md_override()
628 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload_md_override()
Dstream_compression_compressed_payload.cc556 GRPC_COMPRESS_LEVEL_NONE, false, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_compressed_payload()
566 GRPC_COMPRESS_LEVEL_NONE, true, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_send_message_before_initial_metadata()
593 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_compressed_payload_md_override()
600 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_compressed_payload_md_override()
Dworkaround_cronet_compression.cc287 if (server_compression_level > GRPC_COMPRESS_LEVEL_NONE) { in request_with_payload_template()
388 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, in test_workaround_cronet_compression()
/external/grpc-grpc/src/core/lib/compression/
Dcompression_internal.cc202 if (level == GRPC_COMPRESS_LEVEL_NONE || num_supported == 0) { in grpc_message_compression_algorithm_for_level()
232 case GRPC_COMPRESS_LEVEL_NONE: in grpc_message_compression_algorithm_for_level()
Dcompression.cc89 if (level == GRPC_COMPRESS_LEVEL_NONE) { in grpc_compression_algorithm_for_level()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_compression_options.c130 return GRPC_COMPRESS_LEVEL_NONE; in grpc_rb_compression_options_level_name_to_value_internal()
144 return GRPC_COMPRESS_LEVEL_NONE; in grpc_rb_compression_options_level_name_to_value_internal()
275 case GRPC_COMPRESS_LEVEL_NONE: in grpc_rb_compression_options_level_value_to_name_internal()
/external/grpc-grpc/include/grpc/impl/codegen/
Dcompression_types.h71 GRPC_COMPRESS_LEVEL_NONE = 0, enumerator
/external/grpc-grpc/src/core/lib/surface/
Dchannel.cc128 {GRPC_COMPRESS_LEVEL_NONE, GRPC_COMPRESS_LEVEL_NONE, in grpc_channel_create_with_builder()
Dcall.cc1537 GRPC_COMPRESS_LEVEL_NONE; in call_start_batch()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi121 none = GRPC_COMPRESS_LEVEL_NONE
Dgrpc.pxi190 GRPC_COMPRESS_LEVEL_NONE
580 GRPC_COMPRESS_LEVEL_NONE
/external/grpc-grpc/test/cpp/interop/
Dinterop_server.cc169 context->set_compression_level(GRPC_COMPRESS_LEVEL_NONE); in UnaryCall()