Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h151 typedef bool upb_int64_handlerfunc(void *c, const void *hd, int64_t val); typedef
184 upb_int64_handlerfunc *func,
Dhandlers.c192 SETTER(int64, upb_int64_handlerfunc*, UPB_HANDLER_INT64) in SETTER()
523 if ((upb_int64_handlerfunc*)f == upb_msg_setint64) { in upb_msg_getscalarhandlerdata()
/external/protobuf/php/ext/google/protobuf/
Dupb.h4135 typedef bool upb_int64_handlerfunc(void *c, const void *hd, int64_t val); typedef
4168 upb_int64_handlerfunc *func,
Dupb.c3468 SETTER(int64, upb_int64_handlerfunc*, UPB_HANDLER_INT64) in SETTER()
3819 if ((upb_int64_handlerfunc*)f == upb_msg_setint64) { in upb_msg_getscalarhandlerdata()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4742 typedef bool upb_int64_handlerfunc(void *c, const void *hd, int64_t val);
4800 upb_int64_handlerfunc *func, upb_handlerattr *attr);
Dupb.c4265 SETTER(int64, upb_int64_handlerfunc*, UPB_HANDLER_INT64) in SETTER()
4684 if ((upb_int64_handlerfunc*)f == upb_msg_setint64) { in upb_msg_getscalarhandlerdata()