Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c1233 static void visitmsg(const upb_refcounted *r, upb_refcounted_visit *visit, in visitmsg() function
1262 static const struct upb_refcounted_vtbl vtbl = {visitmsg, freemsg}; in upb_msgdef_new()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1382 static void visitmsg(const upb_refcounted *r, upb_refcounted_visit *visit, in visitmsg() function
1409 const struct upb_refcounted_vtbl upb_msgdef_vtbl = {visitmsg, freemsg};