Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dbin_encoder.cc34 } b64_huff_sym; typedef
36 static const b64_huff_sym huff_alphabet[64] = {
153 b64_huff_sym sa = huff_alphabet[a]; in enc_add2()
154 b64_huff_sym sb = huff_alphabet[b]; in enc_add2()
163 b64_huff_sym sa = huff_alphabet[a]; in enc_add1()