Searched refs:UPB_REFCOUNT_INIT (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 1117 #define UPB_REFCOUNT_INIT(refs, ref2s) \ macro 1120 #define UPB_REFCOUNT_INIT(refs, ref2s) {&static_refcount, NULL, NULL, 0, true} macro 3039 { UPB_REFCOUNT_INIT(refs, ref2s), name, type, false } 3161 { UPB_REFCOUNT_INIT(refs, ref2s), symtab }
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 1404 #define UPB_REFCOUNT_INIT(vtbl, refs, ref2s) \ 1407 #define UPB_REFCOUNT_INIT(vtbl, refs, ref2s) \ 3719 { UPB_REFCOUNT_INIT(vtbl, refs, ref2s), name, NULL, type, false } 3836 { UPB_REFCOUNT_INIT(&upb_oneofdef_vtbl, refs, ref2s), name, ntof, itof }
|