Searched refs:upb_bool_handlerfunc (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 3808 typedef bool upb_bool_handlerfunc(void *c, const void *hd, bool val); typedef 3872 upb_bool_handlerfunc *func,
|
D | upb.c | 2318 SETTER(bool, upb_bool_handlerfunc*, UPB_HANDLER_BOOL) in SETTER() 3574 } else if ((upb_bool_handlerfunc*)f == upb_shim_setbool) { in upb_shim_getdata()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 4504 typedef bool upb_bool_handlerfunc(void *c, const void *hd, bool val); 4568 upb_bool_handlerfunc *func,
|
D | upb.c | 2471 SETTER(bool, upb_bool_handlerfunc*, UPB_HANDLER_BOOL) in SETTER() 3731 } else if ((upb_bool_handlerfunc*)f == upb_shim_setbool) { in upb_shim_getdata()
|