Home
last modified time | relevance | path

Searched refs:GRPC_WORKAROUND_ID_CRONET_COMPRESSION (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/ext/filters/workarounds/
Dworkaround_cronet_compression_filter.cc66 ->workaround_active[GRPC_WORKAROUND_ID_CRONET_COMPRESSION]) { in recv_initial_metadata_ready()
206 grpc_register_workaround(GRPC_WORKAROUND_ID_CRONET_COMPRESSION, in grpc_workaround_cronet_compression_filter_init()
/third_party/grpc/include/grpc/support/
Dworkaround_list.h27 GRPC_WORKAROUND_ID_CRONET_COMPRESSION = 0, enumerator
/third_party/grpc/src/cpp/server/
Dserver_builder.cc441 case GRPC_WORKAROUND_ID_CRONET_COMPRESSION: in EnableWorkaround()