Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1340 struct upb_refcounted_vtbl;
1387 const struct upb_refcounted_vtbl *vtbl;
1467 struct upb_refcounted_vtbl {
1479 const struct upb_refcounted_vtbl *vtbl,
3759 extern const struct upb_refcounted_vtbl upb_fielddef_vtbl;
3793 extern const struct upb_refcounted_vtbl upb_msgdef_vtbl;
3815 extern const struct upb_refcounted_vtbl upb_enumdef_vtbl;
3833 extern const struct upb_refcounted_vtbl upb_oneofdef_vtbl;
3858 extern const struct upb_refcounted_vtbl upb_filedef_vtbl;
Dupb.c140 const struct upb_refcounted_vtbl *vtbl, in upb_def_init()
455 const struct upb_refcounted_vtbl upb_enumdef_vtbl = {NULL, &upb_enumdef_free};
686 const struct upb_refcounted_vtbl upb_fielddef_vtbl = {visitfield, freefield};
1409 const struct upb_refcounted_vtbl upb_msgdef_vtbl = {visitmsg, freemsg};
1739 const struct upb_refcounted_vtbl upb_oneofdef_vtbl = {visitoneof, freeoneof};
1952 const struct upb_refcounted_vtbl upb_filedef_vtbl = {visitfiledef, freefiledef};
2165 static const struct upb_refcounted_vtbl vtbl = {visithandlers, freehandlers};
3568 const struct upb_refcounted_vtbl *vtbl, in upb_refcounted_init()
3756 static const struct upb_refcounted_vtbl vtbl = {NULL, &upb_symtab_free}; in upb_symtab_new()
7195 static const struct upb_refcounted_vtbl vtbl = {visitgroup, freegroup}; in newgroup()
[all …]
/external/protobuf/php/ext/google/protobuf/
Dupb.c98 const struct upb_refcounted_vtbl *vtbl, in upb_def_init()
396 static const struct upb_refcounted_vtbl vtbl = {NULL, &upb_enumdef_free}; in upb_enumdef_new()
605 static const struct upb_refcounted_vtbl vtbl = {visitfield, freefield}; in upb_fielddef_new()
1262 static const struct upb_refcounted_vtbl vtbl = {visitmsg, freemsg}; in upb_msgdef_new()
1534 static const struct upb_refcounted_vtbl vtbl = {visitoneof, freeoneof}; in upb_oneofdef_new()
2018 static const struct upb_refcounted_vtbl vtbl = {visithandlers, freehandlers};
3409 const struct upb_refcounted_vtbl *vtbl, in upb_refcounted_init()
3601 static const struct upb_refcounted_vtbl vtbl = {NULL, &upb_symtab_free}; in upb_symtab_new()
6522 static const struct upb_refcounted_vtbl vtbl = {visitgroup, freegroup}; in newgroup()
6552 static const struct upb_refcounted_vtbl vtbl = {visitmethod, freemethod}; in newmethod()
Dupb.h1054 struct upb_refcounted_vtbl;
1101 const struct upb_refcounted_vtbl *vtbl;
1179 struct upb_refcounted_vtbl { struct
1191 const struct upb_refcounted_vtbl *vtbl, argument