Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c296 TRY(UPB_HANDLER_INT64) in assign_msg_indices()
2313 SETTER(int64, upb_int64_handlerfunc*, UPB_HANDLER_INT64) in SETTER()
2479 case UPB_TYPE_INT64: return UPB_HANDLER_INT64; in upb_handlers_getprimitivehandlertype()
2493 case UPB_HANDLER_INT64: in upb_handlers_getselector()
Dupb.h3217 UPB_HANDLER_INT64, enumerator
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c350 TRY(UPB_HANDLER_INT64) in assign_msg_indices()
2466 SETTER(int64, upb_int64_handlerfunc*, UPB_HANDLER_INT64) in SETTER()
2632 case UPB_TYPE_INT64: return UPB_HANDLER_INT64; in upb_handlers_getprimitivehandlertype()
2646 case UPB_HANDLER_INT64: in upb_handlers_getselector()
Dupb.h3913 UPB_HANDLER_INT64,