Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/compression/
Dstream_compression_test.cc65 GRPC_STREAM_COMPRESSION_GZIP_COMPRESS); in test_stream_compression_simple_compress_decompress()
98 GRPC_STREAM_COMPRESSION_GZIP_COMPRESS); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
148 GRPC_STREAM_COMPRESSION_GZIP_COMPRESS); in test_stream_compression_simple_compress_decompress_with_large_data()
182 GRPC_STREAM_COMPRESSION_GZIP_COMPRESS); in test_stream_compression_drop_context()
191 GRPC_STREAM_COMPRESSION_GZIP_COMPRESS); in test_stream_compression_drop_context()
251 GRPC_STREAM_COMPRESSION_GZIP_COMPRESS); in test_stream_compression_sync_flush()
/external/grpc-grpc/src/core/lib/compression/
Dstream_compression.cc51 case GRPC_STREAM_COMPRESSION_GZIP_COMPRESS: in grpc_stream_compression_context_create()
73 *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()