Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/transport/
Dbyte_stream.h34 #define GRPC_WRITE_INTERNAL_TEST_ONLY_WAS_COMPRESSED (0x40000000u) macro
37 (GRPC_WRITE_INTERNAL_COMPRESS | GRPC_WRITE_INTERNAL_TEST_ONLY_WAS_COMPRESSED)
/third_party/grpc/test/cpp/interop/
Dserver_helper.cc68 GRPC_WRITE_INTERNAL_TEST_ONLY_WAS_COMPRESSED); in WasCompressed()
Dclient_helper.h62 GRPC_WRITE_INTERNAL_TEST_ONLY_WAS_COMPRESSED); in WasCompressed()
/third_party/grpc/src/core/ext/filters/http/message_compress/
Dmessage_decompress_filter.cc272 GRPC_WRITE_INTERNAL_TEST_ONLY_WAS_COMPRESSED; in FinishRecvMessage()