Home
last modified time | relevance | path

Searched refs:endmsg (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.h5702 func *endmsg;
5705 endmsg = (func *)upb_handlers_gethandler(s->handlers, UPB_ENDMSG_SELECTOR);
5707 if (!endmsg) return true;
5709 return endmsg(s->closure, hd, status);
Dupb.c8863 static bool endmsg(void *c, const void *hd, upb_status *status) { in endmsg() function
8939 upb_handlers_setendmsg(h, endmsg, NULL); in T()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h6137 func *endmsg;
6140 endmsg = (func *)upb_handlers_gethandler(s->handlers, UPB_ENDMSG_SELECTOR);
6142 if (!endmsg) return true;
6144 return endmsg(s->closure, hd, status);
Dupb.c9574 static bool endmsg(void *c, const void *hd, upb_status *status) { in endmsg() function
9650 upb_handlers_setendmsg(h, endmsg, NULL); in T()