Searched refs:upb_handlers_getselector (Results 1 - 3 of 3) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | encode_decode.c | 1161 bool ok = upb_handlers_getselector(f, type, &ret); in getsel()
|
H A D | upb.c | 5452 ok = upb_handlers_getselector(f, type, &sel); in trygetsel() 5715 bool upb_handlers_getselector(const upb_fielddef *f, upb_handlertype_t type, in upb_handlers_getselector() function 6462 bool ok = upb_handlers_getselector(f, type, &selector); in getsel() 9350 bool ok = upb_handlers_getselector(p->top->f, type, &sel); in getsel_for_handlertype() 10980 ok = upb_handlers_getselector(mapfield, UPB_HANDLER_ENDSUBMSG, &sel); in end_member()
|
H A D | upb.h | 3780 bool upb_handlers_getselector(const upb_fielddef *f, upb_handlertype_t type,
|
Completed in 44 milliseconds