Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h153 typedef bool upb_uint64_handlerfunc(void *c, const void *hd, uint64_t val); typedef
190 upb_uint64_handlerfunc *func,
Dhandlers.c194 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/
Dupb.h4137 typedef bool upb_uint64_handlerfunc(void *c, const void *hd, uint64_t val); typedef
4174 upb_uint64_handlerfunc *func,
Dupb.c3470 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/
Dupb.h4744 typedef bool upb_uint64_handlerfunc(void *c, const void *hd, uint64_t val);
4805 upb_uint64_handlerfunc *func,
Dupb.c4267 SETTER(uint64, upb_uint64_handlerfunc*, UPB_HANDLER_UINT64) in SETTER()
4688 } else if ((upb_uint64_handlerfunc*)f == upb_msg_setuint64) { in upb_msg_getscalarhandlerdata()