Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.c54 static upb_selector_t handlers_getsel(upb_handlers *h, const upb_fielddef *f, in handlers_getsel() function
63 return &h->table[handlers_getsel(h, f, type)].attr.return_closure_type; in returntype()
137 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSEQ)].func) { in effective_closure_type()
142 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSTR)].func) { in effective_closure_type()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4039 static upb_selector_t handlers_getsel(upb_handlers *h, const upb_fielddef *f, in handlers_getsel() function
4048 return &h->table[handlers_getsel(h, f, type)].attr.return_closure_type_; in returntype()
4144 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSEQ)].func) { in effective_closure_type()
4149 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSTR)].func) { in effective_closure_type()
4172 upb_selector_t sel = handlers_getsel(h, f, type); in checkstart()
4383 h, handlers_getsel(h, f, UPB_HANDLER_STARTSUBMSG)) || in upb_handlers_freeze()
4385 h, handlers_getsel(h, f, UPB_HANDLER_ENDSUBMSG))) { in upb_handlers_freeze()
4391 h, handlers_getsel(h, f, UPB_HANDLER_STARTSEQ)) || in upb_handlers_freeze()
4393 h, handlers_getsel(h, f, UPB_HANDLER_ENDSEQ)))) { in upb_handlers_freeze()
/external/protobuf/php/ext/google/protobuf/
Dupb.c3309 static upb_selector_t handlers_getsel(upb_handlers *h, const upb_fielddef *f, in handlers_getsel() function
3318 return &h->table[handlers_getsel(h, f, type)].attr.return_closure_type; in returntype()
3392 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSEQ)].func) { in effective_closure_type()
3397 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSTR)].func) { in effective_closure_type()
3420 upb_selector_t sel = handlers_getsel(h, f, type); in checkstart()