Home
last modified time | relevance | path

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