Searched refs:upb_int32_handlerfunc (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers.h | 150 typedef bool upb_int32_handlerfunc(void *c, const void *hd, int32_t val); typedef 181 upb_int32_handlerfunc *func,
|
D | handlers.c | 191 SETTER(int32, upb_int32_handlerfunc*, UPB_HANDLER_INT32) in SETTER() argument 525 } else if ((upb_int32_handlerfunc*)f == upb_msg_setint32) { in upb_msg_getscalarhandlerdata()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 4134 typedef bool upb_int32_handlerfunc(void *c, const void *hd, int32_t val); typedef 4165 upb_int32_handlerfunc *func,
|
D | upb.c | 3467 SETTER(int32, upb_int32_handlerfunc*, UPB_HANDLER_INT32) in SETTER() argument 3821 } else if ((upb_int32_handlerfunc*)f == upb_msg_setint32) { in upb_msg_getscalarhandlerdata()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 4741 typedef bool upb_int32_handlerfunc(void *c, const void *hd, int32_t val); 4798 upb_int32_handlerfunc *func, upb_handlerattr *attr);
|
D | upb.c | 4264 SETTER(int32, upb_int32_handlerfunc*, UPB_HANDLER_INT32) in SETTER() argument 4686 } else if ((upb_int32_handlerfunc*)f == upb_msg_setint32) { in upb_msg_getscalarhandlerdata()
|