Searched refs:upb_uint64_handlerfunc (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 3805 typedef bool upb_uint64_handlerfunc(void *c, const void *hd, uint64_t val); typedef 3864 upb_uint64_handlerfunc *func,
|
D | upb.c | 2315 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/ |
D | upb.h | 4501 typedef bool upb_uint64_handlerfunc(void *c, const void *hd, uint64_t val); 4560 upb_uint64_handlerfunc *func,
|
D | upb.c | 2468 SETTER(uint64, upb_uint64_handlerfunc*, UPB_HANDLER_UINT64) in SETTER() 3723 } else if ((upb_uint64_handlerfunc*)f == upb_shim_setuint64) { in upb_shim_getdata()
|