Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.h3802 typedef bool upb_int32_handlerfunc(void *c, const void *hd, int32_t val); typedef
3857 upb_int32_handlerfunc *func, upb_handlerattr *attr);
Dupb.c2312 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/
Dupb.h4498 typedef bool upb_int32_handlerfunc(void *c, const void *hd, int32_t val);
4553 upb_int32_handlerfunc *func, upb_handlerattr *attr);
Dupb.c2465 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()