Home
last modified time | relevance | path

Searched defs:upb_msgdef (Results 1 – 4 of 4) 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
/external/protobuf/php/ext/google/protobuf/
Dupb.c1146 struct upb_msgdef { struct
1147 const upb_filedef *file;
1148 const char *full_name;
1149 uint32_t selector_count;
1150 uint32_t submsg_field_count;
1153 upb_inttable itof;
1177 const upb_msgdef *parent; argument
Dupb.h3133 typedef struct upb_msgdef upb_msgdef; typedef