D | upb.h | 1112 upb_inttable *ref2s; /* Set of targets for outgoing ref2s. */ member 1117 #define UPB_REFCOUNT_INIT(refs, ref2s) \ argument 1118 {&static_refcount, NULL, NULL, 0, true, refs, ref2s} 1120 #define UPB_REFCOUNT_INIT(refs, ref2s) {&static_refcount, NULL, NULL, 0, true} argument 3038 #define UPB_DEF_INIT(name, type, refs, ref2s) \ argument 3039 { UPB_REFCOUNT_INIT(refs, ref2s), name, type, false } 3081 index, defaultval, refs, ref2s) \ argument 3083 UPB_DEF_INIT(name, UPB_DEF_FIELD, refs, ref2s), defaultval, {msgdef}, \ 3116 refs, ref2s) \ argument 3118 UPB_DEF_INIT(name, UPB_DEF_MSG, refs, ref2s), selector_count, \ [all …]
|