Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.h3803 typedef bool upb_int64_handlerfunc(void *c, const void *hd, int64_t val); typedef
3859 upb_int64_handlerfunc *func, upb_handlerattr *attr);
Dupb.c2313 SETTER(int64, upb_int64_handlerfunc*, UPB_HANDLER_INT64) in SETTER()
3562 if ((upb_int64_handlerfunc*)f == upb_shim_setint64) { in upb_shim_getdata()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4499 typedef bool upb_int64_handlerfunc(void *c, const void *hd, int64_t val);
4555 upb_int64_handlerfunc *func, upb_handlerattr *attr);
Dupb.c2466 SETTER(int64, upb_int64_handlerfunc*, UPB_HANDLER_INT64) in SETTER()
3719 if ((upb_int64_handlerfunc*)f == upb_shim_setint64) { in upb_shim_getdata()