Home
last modified time | relevance | path

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

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