Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/compression/
Dstream_compression_test.cc68 GRPC_STREAM_COMPRESSION_GZIP_DECOMPRESS); in test_stream_compression_simple_compress_decompress()
101 GRPC_STREAM_COMPRESSION_GZIP_DECOMPRESS); in test_stream_compression_simple_compress_decompress_with_output_size_constraint()
151 GRPC_STREAM_COMPRESSION_GZIP_DECOMPRESS); in test_stream_compression_simple_compress_decompress_with_large_data()
215 GRPC_STREAM_COMPRESSION_GZIP_DECOMPRESS); in test_stream_compression_drop_context()
229 GRPC_STREAM_COMPRESSION_GZIP_DECOMPRESS); in test_stream_compression_drop_context()
260 GRPC_STREAM_COMPRESSION_GZIP_DECOMPRESS); in test_stream_compression_sync_flush()
/external/grpc-grpc/src/core/lib/compression/
Dstream_compression.cc52 case GRPC_STREAM_COMPRESSION_GZIP_DECOMPRESS: in grpc_stream_compression_context_create()
74 : GRPC_STREAM_COMPRESSION_GZIP_DECOMPRESS; in grpc_stream_compression_method_parse()
Dstream_compression_gzip.cc187 method == GRPC_STREAM_COMPRESSION_GZIP_DECOMPRESS); in grpc_stream_compression_context_create_gzip()
195 if (method == GRPC_STREAM_COMPRESSION_GZIP_DECOMPRESS) { in grpc_stream_compression_context_create_gzip()
Dstream_compression.h42 GRPC_STREAM_COMPRESSION_GZIP_DECOMPRESS, enumerator