Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h152 typedef bool upb_uint32_handlerfunc(void *c, const void *hd, uint32_t val); typedef
187 upb_uint32_handlerfunc *func,
Dhandlers.c193 SETTER(uint32, upb_uint32_handlerfunc*, UPB_HANDLER_UINT32) in SETTER()
529 } else if ((upb_uint32_handlerfunc*)f == upb_msg_setuint32) { in upb_msg_getscalarhandlerdata()
/external/protobuf/php/ext/google/protobuf/
Dupb.h4136 typedef bool upb_uint32_handlerfunc(void *c, const void *hd, uint32_t val); typedef
4171 upb_uint32_handlerfunc *func,
Dupb.c3469 SETTER(uint32, upb_uint32_handlerfunc*, UPB_HANDLER_UINT32) in SETTER()
3825 } else if ((upb_uint32_handlerfunc*)f == upb_msg_setuint32) { in upb_msg_getscalarhandlerdata()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4743 typedef bool upb_uint32_handlerfunc(void *c, const void *hd, uint32_t val);
4802 upb_uint32_handlerfunc *func,
Dupb.c4266 SETTER(uint32, upb_uint32_handlerfunc*, UPB_HANDLER_UINT32) in SETTER()
4690 } else if ((upb_uint32_handlerfunc*)f == upb_msg_setuint32) { in upb_msg_getscalarhandlerdata()