Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/compression/
Dstream_compression.cc49 case GRPC_STREAM_COMPRESSION_IDENTITY_DECOMPRESS: in grpc_stream_compression_context_create()
70 : GRPC_STREAM_COMPRESSION_IDENTITY_DECOMPRESS; in grpc_stream_compression_method_parse()
Dstream_compression_identity.cc81 method == GRPC_STREAM_COMPRESSION_IDENTITY_DECOMPRESS); in grpc_stream_compression_context_create_identity()
Dstream_compression.h40 GRPC_STREAM_COMPRESSION_IDENTITY_DECOMPRESS, enumerator
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc1617 GRPC_STREAM_COMPRESSION_IDENTITY_DECOMPRESS; in parse_stream_compression_md()
Dchttp2_transport.cc1893 GRPC_STREAM_COMPRESSION_IDENTITY_DECOMPRESS) { in grpc_chttp2_maybe_complete_recv_message()