Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.h3044 struct upb_fielddef { struct
3045 upb_def base;
3047 union {
3053 } defaultval;
3054 union {
3057 } msg;
3058 union {
3061 } sub; /* The msgdef or enumdef for this field, if upb_hassubdef(f). */
3062 bool subdef_is_symbolic;
3063 bool msg_is_symbolic;
[all …]