Home
last modified time | relevance | path

Searched defs:upb_msgdef (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.c49 struct upb_msgdef { struct
50 const upb_msglayout *layout;
51 const upb_filedef *file;
52 const char *full_name;
53 uint32_t selector_count;
54 uint32_t submsg_field_count;
57 upb_inttable itof;
58 upb_strtable ntof;
82 const upb_msgdef *parent; argument
Ddef.h34 typedef struct upb_msgdef upb_msgdef; typedef