/external/grpc-grpc/test/core/compression/ |
D | compression_test.cc | 33 GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_DEFLATE, in test_compression_algorithm_parse() 65 GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_DEFLATE, in test_compression_algorithm_name() 111 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_GZIP); in test_compression_algorithm_for_level() 117 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level() 121 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level() 125 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level() 157 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_GZIP); in test_compression_algorithm_for_level() 164 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level() 204 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_GZIP); in test_compression_algorithm_for_level() 212 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level()
|
/external/grpc-grpc/src/core/lib/compression/ |
D | compression.cc | 34 return (algorithm >= GRPC_COMPRESS_DEFLATE && algorithm <= GRPC_COMPRESS_GZIP) in grpc_compression_algorithm_is_message() 52 *algorithm = GRPC_COMPRESS_GZIP; in grpc_compression_algorithm_parse() 74 case GRPC_COMPRESS_GZIP: in grpc_compression_algorithm_name() 139 case GRPC_COMPRESS_GZIP: in grpc_compression_algorithm_slice() 153 if (grpc_slice_eq(str, GRPC_MDSTR_GZIP)) return GRPC_COMPRESS_GZIP; in grpc_compression_algorithm_from_slice() 166 case GRPC_COMPRESS_GZIP: in grpc_compression_encoding_mdelem()
|
D | compression_internal.cc | 87 case GRPC_COMPRESS_GZIP: in grpc_compression_algorithm_to_message_compression_algorithm() 155 *algorithm = GRPC_COMPRESS_GZIP; in grpc_compression_algorithm_from_message_stream_compression_algorithm()
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | compressed_payload.cc | 386 GRPC_COMPRESS_GZIP) != 0); in request_with_payload_template() 553 GRPC_WRITE_NO_COMPRESS, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_exceptionally_uncompressed_payload() 554 GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, nullptr, false, in test_invoke_request_with_exceptionally_uncompressed_payload() 571 GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_compressed_payload() 572 GRPC_COMPRESS_GZIP, nullptr, false, in test_invoke_request_with_compressed_payload() 580 GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_send_message_before_initial_metadata() 581 GRPC_COMPRESS_GZIP, nullptr, false, in test_invoke_request_with_send_message_before_initial_metadata() 612 GRPC_COMPRESS_NONE, GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, in test_invoke_request_with_compressed_payload_md_override() 619 GRPC_COMPRESS_DEFLATE, GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, in test_invoke_request_with_compressed_payload_md_override() 635 0, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_disabled_algorithm()
|
D | workaround_cronet_compression.cc | 210 GRPC_COMPRESS_GZIP) != 0); in request_with_payload_template() 368 {nullptr, GRPC_COMPRESS_GZIP}, 374 GRPC_COMPRESS_GZIP}, 377 GRPC_COMPRESS_GZIP}}; 386 GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_workaround_cronet_compression()
|
D | stream_compression_compressed_payload.cc | 393 GRPC_COMPRESS_GZIP) != 0); in request_with_payload_template()
|
/external/grpc-grpc/test/core/channel/ |
D | channel_args_test.cc | 66 grpc_channel_args_set_compression_algorithm(nullptr, GRPC_COMPRESS_GZIP); in test_set_compression_algorithm() 93 &ch_args, GRPC_COMPRESS_GZIP, 0); in test_compression_algorithm_states() 107 if (i == GRPC_COMPRESS_GZIP || i == GRPC_COMPRESS_DEFLATE || in test_compression_algorithm_states() 117 &ch_args_wo_gzip_deflate_gzip, GRPC_COMPRESS_GZIP, 1); in test_compression_algorithm_states()
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | h2_compress.cc | 72 client_args, GRPC_COMPRESS_GZIP); in chttp2_init_client_fullstack_compression() 86 server_args, GRPC_COMPRESS_GZIP); in chttp2_init_server_fullstack_compression()
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | compression_types.h | 59 GRPC_COMPRESS_GZIP, enumerator
|
/external/grpc-grpc/test/core/surface/ |
D | byte_buffer_reader_test.cc | 112 buffer->data.raw.compression = GRPC_COMPRESS_GZIP; /* lies! */ in test_read_corrupted_slice() 164 read_compressed_slice(GRPC_COMPRESS_GZIP, INPUT_SIZE); in test_read_gzip_compressed_slice()
|
/external/grpc-grpc/src/objective-c/GRPCClient/ |
D | GRPCCall+ChannelArg.m | 51 hostConfig.compressAlgorithm = GRPC_COMPRESS_GZIP;
|
/external/grpc-grpc/test/cpp/end2end/ |
D | server_builder_plugin_test.cc | 254 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_P()
|
D | client_callback_end2end_test.cc | 85 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpcs()
|
D | filter_end2end_test.cc | 268 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_F()
|
D | generic_end2end_test.cc | 271 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_F()
|
D | end2end_test.cc | 353 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpc()
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | records.pyx.pxi | 117 gzip = GRPC_COMPRESS_GZIP
|
D | grpc.pxi | 575 GRPC_COMPRESS_GZIP
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_channel.cc | 75 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP); in GetChannelArguments()
|
/external/grpc-grpc/test/cpp/interop/ |
D | interop_client.cc | 185 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in PerformLargeUnary() 493 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in DoClientCompressedStreaming()
|
/external/grpc-grpc/doc/ |
D | compression_cookbook.md | 72 For example, `GRPC_COMPRESS_GZIP` currently has a numeric value of 2. To
|