Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c3434 struct upb_fielddef { struct
3435 const upb_filedef *file;
3436 const upb_msgdef *msgdef;
3437 const char *full_name;
3438 const char *json_name;
3439 union {
3446 } defaultval;
3447 const upb_oneofdef *oneof;
3448 union {
3452 } sub;
[all …]
Dphp-upb.h3175 typedef struct upb_fielddef upb_fielddef; typedef
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c2989 struct upb_fielddef { struct
2990 const upb_filedef *file;
2991 const upb_msgdef *msgdef;
2992 const char *full_name;
2993 const char *json_name;
2994 union {
3001 } defaultval;
3002 const upb_oneofdef *oneof;
3003 union {
3007 } sub;
[all …]
Dupb.h3104 typedef struct upb_fielddef upb_fielddef; typedef