Home
last modified time | relevance | path

Searched refs:upb_int32_handlerfunc (Results 1 – 2 of 2) 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()