Searched refs:upb_refcounted (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 68 static bool upb_isoneof(const upb_refcounted *def) { in upb_isoneof() 72 static bool upb_isfield(const upb_refcounted *def) { in upb_isfield() 76 static const upb_oneofdef *upb_trygetoneof(const upb_refcounted *def) { in upb_trygetoneof() 80 static const upb_fielddef *upb_trygetfield(const upb_refcounted *def) { in upb_trygetfield() 435 return upb_refcounted_freeze((upb_refcounted *const*)defs, n, s, maxdepth); in upb_def_freeze() 441 static void upb_enumdef_free(upb_refcounted *r) { in upb_enumdef_free() 610 static void visitfield(const upb_refcounted *r, upb_refcounted_visit *visit, in visitfield() 624 static void freefield(upb_refcounted *r) { in freefield() 1382 static void visitmsg(const upb_refcounted *r, upb_refcounted_visit *visit, in visitmsg() 1401 static void freemsg(upb_refcounted *r) { in freemsg() [all …]
|
D | upb.h | 1338 UPB_DECLARE_TYPE(upb::RefCounted, upb_refcounted) 1371 struct upb_refcounted { 1384 upb_refcounted *next; 1420 bool upb_refcounted_isfrozen(const upb_refcounted *r); 1421 void upb_refcounted_ref(const upb_refcounted *r, const void *owner); 1422 void upb_refcounted_unref(const upb_refcounted *r, const void *owner); 1424 const upb_refcounted *r, const void *from, const void *to); 1425 void upb_refcounted_checkref(const upb_refcounted *r, const void *owner); 1463 typedef void upb_refcounted_visit(const upb_refcounted *r, 1464 const upb_refcounted *subobj, [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 366 ret = upb_refcounted_freeze((upb_refcounted * const *)defs, n, s, maxdepth); in upb_def_freeze() 381 static void upb_enumdef_free(upb_refcounted *r) { in upb_enumdef_free() 528 static void visitfield(const upb_refcounted *r, upb_refcounted_visit *visit, in visitfield() 542 static void freefield(upb_refcounted *r) { in freefield() 1233 static void visitmsg(const upb_refcounted *r, upb_refcounted_visit *visit, in visitmsg() 1252 static void freemsg(upb_refcounted *r) { in freemsg() 1512 static void visitoneof(const upb_refcounted *r, upb_refcounted_visit *visit, in visitoneof() 1525 static void freeoneof(upb_refcounted *r) { in freeoneof() 1985 static void freehandlers(upb_refcounted *r) { in freehandlers() 2003 static void visithandlers(const upb_refcounted *r, upb_refcounted_visit *visit, in visithandlers() [all …]
|
D | upb.h | 1052 UPB_DECLARE_TYPE(upb::RefCounted, upb_refcounted) 1085 struct upb_refcounted { struct 1098 upb_refcounted *next; argument 1132 bool upb_refcounted_isfrozen(const upb_refcounted *r); argument 1133 void upb_refcounted_ref(const upb_refcounted *r, const void *owner); 1134 void upb_refcounted_unref(const upb_refcounted *r, const void *owner); 1136 const upb_refcounted *r, const void *from, const void *to); 1137 void upb_refcounted_checkref(const upb_refcounted *r, const void *owner); 1175 typedef void upb_refcounted_visit(const upb_refcounted *r, 1176 const upb_refcounted *subobj, [all …]
|