Home
last modified time | relevance | path

Searched refs:UPB_HANDLER_UINT32 (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c297 TRY(UPB_HANDLER_UINT32) in assign_msg_indices()
2314 SETTER(uint32, upb_uint32_handlerfunc*, UPB_HANDLER_UINT32) in SETTER()
2480 case UPB_TYPE_UINT32: return UPB_HANDLER_UINT32; in upb_handlers_getprimitivehandlertype()
2494 case UPB_HANDLER_UINT32: in upb_handlers_getselector()
Dupb.h3218 UPB_HANDLER_UINT32, enumerator
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c351 TRY(UPB_HANDLER_UINT32) in assign_msg_indices()
2467 SETTER(uint32, upb_uint32_handlerfunc*, UPB_HANDLER_UINT32) in SETTER()
2633 case UPB_TYPE_UINT32: return UPB_HANDLER_UINT32; in upb_handlers_getprimitivehandlertype()
2647 case UPB_HANDLER_UINT32: in upb_handlers_getselector()
Dupb.h3914 UPB_HANDLER_UINT32,