Home
last modified time | relevance | path

Searched refs:upb_float_handlerfunc (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h3699 typedef bool upb_float_handlerfunc(void *c, const void *hd, float val); typedef
3738 upb_float_handlerfunc *func,
Dupb.c5623 SETTER(float, upb_float_handlerfunc*, UPB_HANDLER_FLOAT) in SETTER()
5962 } else if ((upb_float_handlerfunc*)f == upb_msg_setfloat) { in upb_msg_getscalarhandlerdata()