Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c1985 static void freehandlers(upb_refcounted *r) { in freehandlers() function
2018 static const struct upb_refcounted_vtbl vtbl = {visithandlers, freehandlers};
2266 freehandlers(upb_handlers_upcast_mutable(h)); in upb_handlers_new()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c2132 static void freehandlers(upb_refcounted *r) { in freehandlers() function
2165 static const struct upb_refcounted_vtbl vtbl = {visithandlers, freehandlers};
2419 freehandlers(upb_handlers_upcast_mutable(h)); in upb_handlers_new()