Searched refs:upb_uint64_handlerfunc (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers.h | 153 typedef bool upb_uint64_handlerfunc(void *c, const void *hd, uint64_t val); typedef 190 upb_uint64_handlerfunc *func,
|
D | handlers.c | 194 SETTER(uint64, upb_uint64_handlerfunc*, UPB_HANDLER_UINT64) in SETTER() 527 } else if ((upb_uint64_handlerfunc*)f == upb_msg_setuint64) { in upb_msg_getscalarhandlerdata()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 4137 typedef bool upb_uint64_handlerfunc(void *c, const void *hd, uint64_t val); typedef 4174 upb_uint64_handlerfunc *func,
|
D | upb.c | 3470 SETTER(uint64, upb_uint64_handlerfunc*, UPB_HANDLER_UINT64) in SETTER() 3823 } else if ((upb_uint64_handlerfunc*)f == upb_msg_setuint64) { in upb_msg_getscalarhandlerdata()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 4744 typedef bool upb_uint64_handlerfunc(void *c, const void *hd, uint64_t val); 4805 upb_uint64_handlerfunc *func,
|
D | upb.c | 4267 SETTER(uint64, upb_uint64_handlerfunc*, UPB_HANDLER_UINT64) in SETTER() 4688 } else if ((upb_uint64_handlerfunc*)f == upb_msg_setuint64) { in upb_msg_getscalarhandlerdata()
|