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

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c2093 static upb_selector_t handlers_getsel(upb_handlers *h, const upb_fielddef *f, function
2102 return &h->table[handlers_getsel(h, f, type)].attr.return_closure_type_;
2198 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSEQ)].func) {
2203 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSTR)].func) {
2209 * h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSUBMSG)].func) {
2226 upb_selector_t sel = handlers_getsel(h, f, type);
2425 h, handlers_getsel(h, f, UPB_HANDLER_STARTSUBMSG)) ||
2427 h, handlers_getsel(h, f, UPB_HANDLER_ENDSUBMSG))) {
2433 h, handlers_getsel(h, f, UPB_HANDLER_STARTSEQ)) ||
2435 h, handlers_getsel(
[all...]
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c2240 static upb_selector_t handlers_getsel(upb_handlers *h, const upb_fielddef *f, function
2249 return &h->table[handlers_getsel(h, f, type)].attr.return_closure_type_;
2345 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSEQ)].func) {
2350 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSTR)].func) {
2356 * h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSUBMSG)].func) {
2373 upb_selector_t sel = handlers_getsel(h, f, type);
2578 h, handlers_getsel(h, f, UPB_HANDLER_STARTSUBMSG)) ||
2580 h, handlers_getsel(h, f, UPB_HANDLER_ENDSUBMSG))) {
2586 h, handlers_getsel(h, f, UPB_HANDLER_STARTSEQ)) ||
2588 h, handlers_getsel(
[all...]

Completed in 226 milliseconds