Home
last modified time | relevance | path

Searched refs:GRPC_STREAM_COMPRESSION_GZIP_COMPRESS (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/core/compression/
Dstream_compression_test.cc66 GRPC_STREAM_COMPRESSION_GZIP_COMPRESS); in test_stream_compression_simple_compress_decompress()
99 GRPC_STREAM_COMPRESSION_GZIP_COMPRESS); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
149 GRPC_STREAM_COMPRESSION_GZIP_COMPRESS); in test_stream_compression_simple_compress_decompress_with_large_data()
183 GRPC_STREAM_COMPRESSION_GZIP_COMPRESS); in test_stream_compression_drop_context()
192 GRPC_STREAM_COMPRESSION_GZIP_COMPRESS); in test_stream_compression_drop_context()
252 GRPC_STREAM_COMPRESSION_GZIP_COMPRESS); in test_stream_compression_sync_flush()
Dstream_compression_fuzzer.cc35 GRPC_STREAM_COMPRESSION_GZIP_COMPRESS); in LLVMFuzzerTestOneInput()
/third_party/grpc/src/core/lib/compression/
Dstream_compression.cc52 case GRPC_STREAM_COMPRESSION_GZIP_COMPRESS: in grpc_stream_compression_context_create()
74 *method = is_compress ? GRPC_STREAM_COMPRESSION_GZIP_COMPRESS in grpc_stream_compression_method_parse()
Dstream_compression.h41 GRPC_STREAM_COMPRESSION_GZIP_COMPRESS, enumerator
Dstream_compression_gzip.cc186 GPR_ASSERT(method == GRPC_STREAM_COMPRESSION_GZIP_COMPRESS || in grpc_stream_compression_context_create_gzip()