Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h150 typedef bool upb_int32_handlerfunc(void *c, const void *hd, int32_t val); typedef
181 upb_int32_handlerfunc *func,
Dhandlers.c191 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/
Dupb.h4134 typedef bool upb_int32_handlerfunc(void *c, const void *hd, int32_t val); typedef
4165 upb_int32_handlerfunc *func,
Dupb.c3467 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/
Dupb.h4741 typedef bool upb_int32_handlerfunc(void *c, const void *hd, int32_t val);
4798 upb_int32_handlerfunc *func, upb_handlerattr *attr);
Dupb.c4264 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()