Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode.int.h67 UPB_INLINE intptr_t decode_totable(const upb_msglayout *tablep) { in decode_totable() argument
68 return ((intptr_t)tablep << 8) | tablep->table_mask; in decode_totable()
Ddecode_fast.c960 const upb_msglayout *tablep = decode_totablep(table); in fastdecode_submsg() local
961 const upb_msglayout *subtablep = tablep->submsgs[submsg_idx]; in fastdecode_submsg()