Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.h3804 typedef bool upb_uint32_handlerfunc(void *c, const void *hd, uint32_t val); typedef
3861 upb_uint32_handlerfunc *func,
Dupb.c2314 SETTER(uint32, upb_uint32_handlerfunc*, UPB_HANDLER_UINT32) in SETTER()
3568 } else if ((upb_uint32_handlerfunc*)f == upb_shim_setuint32) { in upb_shim_getdata()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4500 typedef bool upb_uint32_handlerfunc(void *c, const void *hd, uint32_t val);
4557 upb_uint32_handlerfunc *func,
Dupb.c2467 SETTER(uint32, upb_uint32_handlerfunc*, UPB_HANDLER_UINT32) in SETTER()
3725 } else if ((upb_uint32_handlerfunc*)f == upb_shim_setuint32) { in upb_shim_getdata()