Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:startseq

4273   /* Sets the startseq handler, which is defined as follows:
4275 * MySubClosure *startseq(MyClosure* c, const MyHandlerData* d) {
4282 * h->SetStartSequenceHandler(f, UpbBind(startseq, new MyHandlerData(...)));
6150 func *startseq;
6155 startseq = (func*)upb_handlers_gethandler(s->handlers, sel);
6157 if (!startseq) return true;
6159 sub->closure = startseq(s->closure, hd);