Home
last modified time | relevance | path

Searched refs:upb_oneofdef_vtbl (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c69 return def->vtbl == &upb_oneofdef_vtbl; in upb_isoneof()
1739 const struct upb_refcounted_vtbl upb_oneofdef_vtbl = {visitoneof, freeoneof}; variable
1751 if (!upb_refcounted_init(upb_oneofdef_upcast_mutable(o), &upb_oneofdef_vtbl, in upb_oneofdef_new()
Dupb.h3833 extern const struct upb_refcounted_vtbl upb_oneofdef_vtbl;
3836 { UPB_REFCOUNT_INIT(&upb_oneofdef_vtbl, refs, ref2s), name, ntof, itof }