Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c298 TRY(UPB_HANDLER_UINT64) in assign_msg_indices()
2315 SETTER(uint64, upb_uint64_handlerfunc*, UPB_HANDLER_UINT64) in SETTER()
2481 case UPB_TYPE_UINT64: return UPB_HANDLER_UINT64; in upb_handlers_getprimitivehandlertype()
2495 case UPB_HANDLER_UINT64: in upb_handlers_getselector()
Dupb.h3219 UPB_HANDLER_UINT64, enumerator
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c352 TRY(UPB_HANDLER_UINT64) in assign_msg_indices()
2468 SETTER(uint64, upb_uint64_handlerfunc*, UPB_HANDLER_UINT64) in SETTER()
2634 case UPB_TYPE_UINT64: return UPB_HANDLER_UINT64; in upb_handlers_getprimitivehandlertype()
2648 case UPB_HANDLER_UINT64: in upb_handlers_getselector()
Dupb.h3915 UPB_HANDLER_UINT64,