Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode_fast.c961 const upb_msglayout *subtablep = tablep->submsgs[submsg_idx]; in fastdecode_submsg() local
962 fastdecode_submsgdata submsg = {decode_totable(subtablep)}; in fastdecode_submsg()
965 if (subtablep->table_mask == (uint8_t)-1) { in fastdecode_submsg()
985 *dst = submsg.msg = decode_newmsg_ceil(d, subtablep, msg_ceil_bytes); in fastdecode_submsg()