Searched refs:upb_uint32_handlerfunc (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 3804 typedef bool upb_uint32_handlerfunc(void *c, const void *hd, uint32_t val); typedef 3861 upb_uint32_handlerfunc *func,
|
D | upb.c | 2314 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/ |
D | upb.h | 4500 typedef bool upb_uint32_handlerfunc(void *c, const void *hd, uint32_t val); 4557 upb_uint32_handlerfunc *func,
|
D | upb.c | 2467 SETTER(uint32, upb_uint32_handlerfunc*, UPB_HANDLER_UINT32) in SETTER() 3725 } else if ((upb_uint32_handlerfunc*)f == upb_shim_setuint32) { in upb_shim_getdata()
|