Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c9763 static const signed char b64table[] = { variable
9801 int32_t b64lookup(unsigned char ch) { return b64table[ch]; } in b64lookup()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c10459 static const signed char b64table[] = { variable
10497 int32_t b64lookup(unsigned char ch) { return b64table[ch]; } in b64lookup()