Home
last modified time | relevance | path

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

/third_party/grpc/test/core/end2end/fixtures/
Dh2_full+workarounds.cc40 const_cast<char*>(GRPC_ARG_WORKAROUND_CRONET_COMPRESSION)};
/third_party/grpc/src/core/ext/filters/workarounds/
Dworkaround_cronet_compression_filter.cc191 channel_args, GRPC_ARG_WORKAROUND_CRONET_COMPRESSION); in register_workaround_cronet_compression()
/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h366 #define GRPC_ARG_WORKAROUND_CRONET_COMPRESSION \ macro
/third_party/grpc/src/cpp/server/
Dserver_builder.cc442 return AddChannelArgument(GRPC_ARG_WORKAROUND_CRONET_COMPRESSION, 1); in EnableWorkaround()