Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/http/
Dhttp_filters_plugin.cc42 GRPC_ARG_ENABLE_PER_MESSAGE_DECOMPRESSION};
/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h180 #define GRPC_ARG_ENABLE_PER_MESSAGE_DECOMPRESSION \ macro
/third_party/grpc/test/core/end2end/tests/
Dcompressed_payload.cc143 const_cast<char*>(GRPC_ARG_ENABLE_PER_MESSAGE_DECOMPRESSION), 0); in request_for_disabled_algorithm()
329 const_cast<char*>(GRPC_ARG_ENABLE_PER_MESSAGE_DECOMPRESSION), 0); in request_with_payload_template_inner()
Dworkaround_cronet_compression.cc146 const_cast<char*>(GRPC_ARG_ENABLE_PER_MESSAGE_DECOMPRESSION), 0); in request_with_payload_template()