Home
last modified time | relevance | path

Searched refs:upb_refcounted_ref (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.h1133 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()
Dupb.c3434 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/
Dupb.h1421 void upb_refcounted_ref(const upb_refcounted *r, const void *owner);
1432 upb_refcounted_ref(upcastfunc(v), owner); \
1527 upb_refcounted_ref(this, owner);
Dupb.c3590 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()