Searched refs:upb_handlers_getselector (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 854 bool ok = upb_handlers_getselector(f, type, &ret); in getsel()
|
D | upb.c | 333 if (upb_handlers_getselector(f, type, &sel)) upb_inttable_insert(&t, sel, v); in assign_msg_indices() 2230 if (!upb_handlers_getselector(f, type, &sel)) { in trygetsel() 2642 bool upb_handlers_getselector(const upb_fielddef *f, upb_handlertype_t type, in upb_handlers_getselector() function 7641 bool ok = upb_handlers_getselector(f, type, &selector); in getsel() 10409 bool ok = upb_handlers_getselector(p->top->f, type, &sel); in getsel_for_handlertype() 11288 ok = upb_handlers_getselector(mapfield, UPB_HANDLER_ENDSUBMSG, &sel); in end_member()
|
D | upb.h | 4645 bool upb_handlers_getselector(const upb_fielddef *f, upb_handlertype_t type, 5762 return upb_handlers_getselector(f, type, s);
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 279 if (upb_handlers_getselector(f, type, &sel)) upb_inttable_insert(&t, sel, v); in assign_msg_indices() 2083 if (!upb_handlers_getselector(f, type, &sel)) { in trygetsel() 2489 bool upb_handlers_getselector(const upb_fielddef *f, upb_handlertype_t type, in upb_handlers_getselector() function 6967 bool ok = upb_handlers_getselector(f, type, &selector); in getsel() 9720 bool ok = upb_handlers_getselector(p->top->f, type, &sel); in getsel_for_handlertype() 10590 ok = upb_handlers_getselector(mapfield, UPB_HANDLER_ENDSUBMSG, &sel); in end_member()
|
D | upb.h | 3949 bool upb_handlers_getselector(const upb_fielddef *f, upb_handlertype_t type, 5066 return upb_handlers_getselector(f, type, s);
|