Searched refs:upb_int32_handlerfunc (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 3802 typedef bool upb_int32_handlerfunc(void *c, const void *hd, int32_t val); typedef 3857 upb_int32_handlerfunc *func, upb_handlerattr *attr);
|
D | upb.c | 2312 SETTER(int32, upb_int32_handlerfunc*, UPB_HANDLER_INT32) in SETTER() argument 3564 } else if ((upb_int32_handlerfunc*)f == upb_shim_setint32) { in upb_shim_getdata()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 4498 typedef bool upb_int32_handlerfunc(void *c, const void *hd, int32_t val); 4553 upb_int32_handlerfunc *func, upb_handlerattr *attr);
|
D | upb.c | 2465 SETTER(int32, upb_int32_handlerfunc*, UPB_HANDLER_INT32) in SETTER() argument 3721 } else if ((upb_int32_handlerfunc*)f == upb_shim_setint32) { in upb_shim_getdata()
|