Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dbin_encoder.cc31 struct b64_huff_sym { struct
35 static const b64_huff_sym huff_alphabet[64] = { argument
151 b64_huff_sym sa = huff_alphabet[a]; in enc_add2()
152 b64_huff_sym sb = huff_alphabet[b]; in enc_add2()
161 b64_huff_sym sa = huff_alphabet[a]; in enc_add1()