Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c448 static const signed char b64table[] = { variable
486 int32_t b64lookup(unsigned char ch) { return b64table[ch]; } in b64lookup()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl446 static const signed char b64table[] = {
484 int32_t b64lookup(unsigned char ch) { return b64table[ch]; }
/external/protobuf/php/ext/google/protobuf/
Dupb.c9221 static const signed char b64table[] = { variable
9259 int32_t b64lookup(unsigned char ch) { return b64table[ch]; } in b64lookup()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c13040 static const signed char b64table[] = { variable
13078 int32_t b64lookup(unsigned char ch) { return b64table[ch]; } in b64lookup()