Searched refs:endmsg (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 5702 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);
|
D | upb.c | 8863 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/ |
D | upb.h | 6137 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);
|
D | upb.c | 9574 static bool endmsg(void *c, const void *hd, upb_status *status) { in endmsg() function 9650 upb_handlers_setendmsg(h, endmsg, NULL); in T()
|