Home | History | Annotate | Download | only in protobuf

Lines Matching refs:b64table

9763 static const signed char b64table[] = {
9801 int32_t b64lookup(unsigned char ch) { return b64table[ch]; }