Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c2093 static upb_selector_t handlers_getsel(upb_handlers *h, const upb_fielddef *f, in handlers_getsel() function
2102 return &h->table[handlers_getsel(h, f, type)].attr.return_closure_type_; in returntype()
2198 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSEQ)].func) { in effective_closure_type()
2203 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSTR)].func) { in effective_closure_type()
2226 upb_selector_t sel = handlers_getsel(h, f, type); in checkstart()
2425 h, handlers_getsel(h, f, UPB_HANDLER_STARTSUBMSG)) || in upb_handlers_freeze()
2427 h, handlers_getsel(h, f, UPB_HANDLER_ENDSUBMSG))) { in upb_handlers_freeze()
2433 h, handlers_getsel(h, f, UPB_HANDLER_STARTSEQ)) || in upb_handlers_freeze()
2435 h, handlers_getsel(h, f, UPB_HANDLER_ENDSEQ)))) { in upb_handlers_freeze()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.c2240 static upb_selector_t handlers_getsel(upb_handlers *h, const upb_fielddef *f, in handlers_getsel() function
2249 return &h->table[handlers_getsel(h, f, type)].attr.return_closure_type_; in returntype()
2345 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSEQ)].func) { in effective_closure_type()
2350 h->table[sel = handlers_getsel(h, f, UPB_HANDLER_STARTSTR)].func) { in effective_closure_type()
2373 upb_selector_t sel = handlers_getsel(h, f, type); in checkstart()
2578 h, handlers_getsel(h, f, UPB_HANDLER_STARTSUBMSG)) || in upb_handlers_freeze()
2580 h, handlers_getsel(h, f, UPB_HANDLER_ENDSUBMSG))) { in upb_handlers_freeze()
2586 h, handlers_getsel(h, f, UPB_HANDLER_STARTSEQ)) || in upb_handlers_freeze()
2588 h, handlers_getsel(h, f, UPB_HANDLER_ENDSEQ)))) { in upb_handlers_freeze()