Searched refs:upb_bool_handlerfunc (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.h3808 typedef bool upb_bool_handlerfunc(void *c, const void *hd, bool val); typedef in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers
3872 upb_bool_handlerfunc *func,
H A Dupb.c2318 SETTER(bool, upb_bool_handlerfunc*, UPB_HANDLER_BOOL)
3574 } else if ((upb_bool_handlerfunc*)f == upb_shim_setbool) {
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h4504 typedef bool upb_bool_handlerfunc(void *c, const void *hd, bool val); typedef in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers
4568 upb_bool_handlerfunc *func,
H A Dupb.c2471 SETTER(bool, upb_bool_handlerfunc*, UPB_HANDLER_BOOL)
3731 } else if ((upb_bool_handlerfunc*)f == upb_shim_setbool) {

Completed in 189 milliseconds