Searched refs:startmsg (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 5690 func *startmsg; 5693 startmsg = (func*)upb_handlers_gethandler(s->handlers, UPB_STARTMSG_SELECTOR); 5695 if (!startmsg) return true; 5697 return startmsg(s->closure, hd);
|
D | upb.c | 8854 static bool startmsg(void *c, const void *hd) { in startmsg() function 8938 upb_handlers_setstartmsg(h, startmsg, NULL); in T()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 6125 func *startmsg; 6128 startmsg = (func*)upb_handlers_gethandler(s->handlers, UPB_STARTMSG_SELECTOR); 6130 if (!startmsg) return true; 6132 return startmsg(s->closure, hd);
|
D | upb.c | 9565 static bool startmsg(void *c, const void *hd) { in startmsg() function 9649 upb_handlers_setstartmsg(h, startmsg, NULL); in T()
|