Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.h3805 typedef bool upb_uint64_handlerfunc(void *c, const void *hd, uint64_t val); typedef
3864 upb_uint64_handlerfunc *func,
Dupb.c2315 SETTER(uint64, upb_uint64_handlerfunc*, UPB_HANDLER_UINT64) in SETTER()
3566 } else if ((upb_uint64_handlerfunc*)f == upb_shim_setuint64) { in upb_shim_getdata()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4501 typedef bool upb_uint64_handlerfunc(void *c, const void *hd, uint64_t val);
4560 upb_uint64_handlerfunc *func,
Dupb.c2468 SETTER(uint64, upb_uint64_handlerfunc*, UPB_HANDLER_UINT64) in SETTER()
3723 } else if ((upb_uint64_handlerfunc*)f == upb_shim_setuint64) { in upb_shim_getdata()