Searched refs:upb_refcounted_ref (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 1133 void upb_refcounted_ref(const upb_refcounted *r, const void *owner); 1144 upb_refcounted_ref(upcastfunc(v), owner); \ 1239 upb_refcounted_ref(this, owner); in Ref()
|
D | upb.c | 3434 upb_refcounted_ref(r, owner); in upb_refcounted_init() 3442 void upb_refcounted_ref(const upb_refcounted *r, const void *owner) { in upb_refcounted_ref() function 3480 upb_refcounted_ref(r, to); in upb_refcounted_donateref()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 1421 void upb_refcounted_ref(const upb_refcounted *r, const void *owner); 1432 upb_refcounted_ref(upcastfunc(v), owner); \ 1527 upb_refcounted_ref(this, owner);
|
D | upb.c | 3590 upb_refcounted_ref(r, owner); in upb_refcounted_init() 3598 void upb_refcounted_ref(const upb_refcounted *r, const void *owner) { in upb_refcounted_ref() function 3636 upb_refcounted_ref(r, to); in upb_refcounted_donateref()
|