Home
last modified time | relevance | path

Searched defs:upb_oneofdef (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.h36 typedef struct upb_oneofdef upb_oneofdef; typedef
Ddef.c81 struct upb_oneofdef { struct
82 const upb_msgdef *parent;
83 const char *full_name;
84 int field_count;
85 bool synthetic;
86 const upb_fielddef **fields;
87 upb_strtable ntof;
88 upb_inttable itof;
/external/protobuf/php/ext/google/protobuf/
Dupb.c1176 struct upb_oneofdef { struct
1177 const upb_msgdef *parent;
1178 const char *full_name;
1179 uint32_t index;
1180 upb_strtable ntof;
1181 upb_inttable itof;
Dupb.h3135 typedef struct upb_oneofdef upb_oneofdef; typedef