Home
last modified time | relevance | path

Searched refs:UPB_DEF_INIT (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.h3038 #define UPB_DEF_INIT(name, type, refs, ref2s) \ macro
3083 UPB_DEF_INIT(name, UPB_DEF_FIELD, refs, ref2s), defaultval, {msgdef}, \
3118 UPB_DEF_INIT(name, UPB_DEF_MSG, refs, ref2s), selector_count, \
3135 { UPB_DEF_INIT(name, UPB_DEF_ENUM, refs, ref2s), ntoi, iton, defaultval }
3149 { UPB_DEF_INIT(name, UPB_DEF_ENUM, refs, ref2s), ntof, itof }
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h3718 #define UPB_DEF_INIT(name, type, vtbl, refs, ref2s) \
3765 UPB_DEF_INIT(name, UPB_DEF_FIELD, &upb_fielddef_vtbl, refs, ref2s), \
3800 UPB_DEF_INIT(name, UPB_DEF_MSG, &upb_fielddef_vtbl, refs, ref2s), \
3818 { UPB_DEF_INIT(name, UPB_DEF_ENUM, &upb_enumdef_vtbl, refs, ref2s), ntoi, \