19 #ifndef GRPC_CORE_EXT_TRANSPORT_CHTTP2_TRANSPORT_BIN_ENCODER_H
20 #define GRPC_CORE_EXT_TRANSPORT_CHTTP2_TRANSPORT_BIN_ENCODER_H
grpc_slice grpc_chttp2_base64_encode_and_huffman_compress(const grpc_slice &input)
Definition: bin_encoder.cc:169
grpc_slice grpc_chttp2_base64_encode(const grpc_slice &input)
Definition: bin_encoder.cc:51
grpc_slice grpc_chttp2_huffman_compress(const grpc_slice &input)
Definition: bin_encoder.cc:95
A grpc_slice s, if initialized, represents the byte range s.bytes[0..s.length-1].
Definition: slice.h:60