Searched refs:upb_uint32_handlerfunc (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers.h | 152 typedef bool upb_uint32_handlerfunc(void *c, const void *hd, uint32_t val); typedef 187 upb_uint32_handlerfunc *func,
|
D | handlers.c | 193 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/ |
D | upb.h | 4136 typedef bool upb_uint32_handlerfunc(void *c, const void *hd, uint32_t val); typedef 4171 upb_uint32_handlerfunc *func,
|
D | upb.c | 3469 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/ |
D | upb.h | 4743 typedef bool upb_uint32_handlerfunc(void *c, const void *hd, uint32_t val); 4802 upb_uint32_handlerfunc *func,
|
D | upb.c | 4266 SETTER(uint32, upb_uint32_handlerfunc*, UPB_HANDLER_UINT32) in SETTER() 4690 } else if ((upb_uint32_handlerfunc*)f == upb_msg_setuint32) { in upb_msg_getscalarhandlerdata()
|