Home
last modified time | relevance | path

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

/third_party/grpc/test/core/transport/chttp2/
Dbin_encoder_test.cc59 grpc_slice out = grpc_chttp2_huffman_compress(ss); in HUFF()
72 grpc_slice expect = grpc_chttp2_huffman_compress(base64); in expect_combined_equiv()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dbin_encoder.h32 grpc_slice grpc_chttp2_huffman_compress(const grpc_slice& input);
Dbin_encoder.cc94 grpc_slice grpc_chttp2_huffman_compress(const grpc_slice& input) { in grpc_chttp2_huffman_compress() function