Home
last modified time | relevance | path

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

/third_party/grpc/third_party/upb/upb/
Ddef.c18 struct upb_fielddef { struct
19 const upb_filedef *file;
20 const upb_msgdef *msgdef;
21 const char *full_name;
22 const char *json_name;
23 union {
30 } defaultval;
31 const upb_oneofdef *oneof;
32 union {
36 } sub;
[all …]
Ddef.h30 typedef struct upb_fielddef upb_fielddef; typedef
/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