Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5460 static upb_selector_t handlers_getsel(upb_handlers *h, const upb_fielddef *f, in handlers_getsel() function
5469 return &h->table[handlers_getsel(h, f, type)].attr.return_closure_type; in returntype()
5543 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSEQ)].func) { in effective_closure_type()
5548 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSTR)].func) { in effective_closure_type()
5571 upb_selector_t sel = handlers_getsel(h, f, type); in checkstart()