Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.h3806 typedef bool upb_float_handlerfunc(void *c, const void *hd, float val); typedef
3867 upb_float_handlerfunc *func, upb_handlerattr *attr);
Dupb.c2316 SETTER(float, upb_float_handlerfunc*, UPB_HANDLER_FLOAT) in SETTER()
3572 } else if ((upb_float_handlerfunc*)f == upb_shim_setfloat) { in upb_shim_getdata()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4502 typedef bool upb_float_handlerfunc(void *c, const void *hd, float val);
4563 upb_float_handlerfunc *func, upb_handlerattr *attr);
Dupb.c2469 SETTER(float, upb_float_handlerfunc*, UPB_HANDLER_FLOAT) in SETTER()
3729 } else if ((upb_float_handlerfunc*)f == upb_shim_setfloat) { in upb_shim_getdata()