Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c528 static void visitfield(const upb_refcounted *r, upb_refcounted_visit *visit, in visitfield() function
605 static const struct upb_refcounted_vtbl vtbl = {visitfield, freefield}; in upb_fielddef_new()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c610 static void visitfield(const upb_refcounted *r, upb_refcounted_visit *visit, in visitfield() function
686 const struct upb_refcounted_vtbl upb_fielddef_vtbl = {visitfield, freefield};