Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c1512 static void visitoneof(const upb_refcounted *r, upb_refcounted_visit *visit, in visitoneof() function
1534 static const struct upb_refcounted_vtbl vtbl = {visitoneof, freeoneof}; in upb_oneofdef_new()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1718 static void visitoneof(const upb_refcounted *r, upb_refcounted_visit *visit, in visitoneof() function
1739 const struct upb_refcounted_vtbl upb_oneofdef_vtbl = {visitoneof, freeoneof};