Lines Matching refs:ref2s
1398 upb_inttable *ref2s; /* Set of targets for outgoing ref2s. */
1404 #define UPB_REFCOUNT_INIT(vtbl, refs, ref2s) \
1405 {&static_refcount, NULL, vtbl, 0, true, refs, ref2s}
1407 #define UPB_REFCOUNT_INIT(vtbl, refs, ref2s) \
3718 #define UPB_DEF_INIT(name, type, vtbl, refs, ref2s) \
3719 { UPB_REFCOUNT_INIT(vtbl, refs, ref2s), name, NULL, type, false }
3763 index, defaultval, refs, ref2s) \
3765 UPB_DEF_INIT(name, UPB_DEF_FIELD, &upb_fielddef_vtbl, refs, ref2s), \
3798 map_entry, syntax, refs, ref2s) \
3800 UPB_DEF_INIT(name, UPB_DEF_MSG, &upb_fielddef_vtbl, refs, ref2s), \
3817 #define UPB_ENUMDEF_INIT(name, ntoi, iton, defaultval, refs, ref2s) \
3818 { UPB_DEF_INIT(name, UPB_DEF_ENUM, &upb_enumdef_vtbl, refs, ref2s), ntoi, \
3835 #define UPB_ONEOFDEF_INIT(name, ntof, itof, refs, ref2s) \
3836 { UPB_REFCOUNT_INIT(&upb_oneofdef_vtbl, refs, ref2s), name, ntof, itof }