Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.h5690 func *startmsg;
5693 startmsg = (func*)upb_handlers_gethandler(s->handlers, UPB_STARTMSG_SELECTOR);
5695 if (!startmsg) return true;
5697 return startmsg(s->closure, hd);
Dupb.c8854 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/
Dupb.h6125 func *startmsg;
6128 startmsg = (func*)upb_handlers_gethandler(s->handlers, UPB_STARTMSG_SELECTOR);
6130 if (!startmsg) return true;
6132 return startmsg(s->closure, hd);
Dupb.c9565 static bool startmsg(void *c, const void *hd) { in startmsg() function
9649 upb_handlers_setstartmsg(h, startmsg, NULL); in T()