Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c3465 struct upb_msgdef { struct
3466 const upb_msglayout *layout;
3467 const upb_filedef *file;
3468 const char *full_name;
3469 uint32_t selector_count;
3470 uint32_t submsg_field_count;
3473 upb_inttable itof;
3474 upb_strtable ntof;
3498 const upb_msgdef *parent; argument
Dphp-upb.h3179 typedef struct upb_msgdef upb_msgdef; typedef
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c3020 struct upb_msgdef { struct
3021 const upb_msglayout *layout;
3022 const upb_filedef *file;
3023 const char *full_name;
3024 uint32_t selector_count;
3025 uint32_t submsg_field_count;
3028 upb_inttable itof;
3029 upb_strtable ntof;
3053 const upb_msgdef *parent; argument
Dupb.h3108 typedef struct upb_msgdef upb_msgdef; typedef