Searched refs:static_refcount (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 1118 {&static_refcount, NULL, NULL, 0, true, refs, ref2s} 1120 #define UPB_REFCOUNT_INIT(refs, ref2s) {&static_refcount, NULL, NULL, 0, true} 1228 extern uint32_t static_refcount;
|
D | upb.c | 2707 uint32_t static_refcount = -1; variable 2714 if (group != &static_refcount) in refgroup() 2719 if (group == &static_refcount) { in unrefgroup()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 1405 {&static_refcount, NULL, vtbl, 0, true, refs, ref2s} 1408 {&static_refcount, NULL, vtbl, 0, true} 1516 extern uint32_t static_refcount;
|
D | upb.c | 2859 uint32_t static_refcount = -1; variable 2866 if (group != &static_refcount) in refgroup() 2871 if (group == &static_refcount) { in unrefgroup()
|