Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:context_closure_type

2257   const void **context_closure_type;
2282 context_closure_type = returntype(h, f, UPB_HANDLER_STARTSTR);
2286 context_closure_type = returntype(h, f, UPB_HANDLER_STARTSEQ);
2288 context_closure_type = &h->top_closure_type;
2291 if (closure_type && *context_closure_type &&
2292 closure_type != *context_closure_type) {
2306 *context_closure_type = closure_type;