Searched refs:upb_int64_handlerfunc (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 3803 typedef bool upb_int64_handlerfunc(void *c, const void *hd, int64_t val); typedef 3859 upb_int64_handlerfunc *func, upb_handlerattr *attr);
|
D | upb.c | 2313 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/ |
D | upb.h | 4499 typedef bool upb_int64_handlerfunc(void *c, const void *hd, int64_t val); 4555 upb_int64_handlerfunc *func, upb_handlerattr *attr);
|
D | upb.c | 2466 SETTER(int64, upb_int64_handlerfunc*, UPB_HANDLER_INT64) in SETTER() 3719 if ((upb_int64_handlerfunc*)f == upb_shim_setint64) { in upb_shim_getdata()
|