Searched defs:upb_byteshandler (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h3895 UPB_DECLARE_TYPE(upb::BytesHandler, upb_byteshandler)
4624 struct upb_byteshandler { struct in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler
4629 void upb_byteshandler_init(upb_byteshandler *h);
4635 bool upb_byteshandler_setstartstr(upb_byteshandler *h,
4637 bool upb_byteshandler_setstring(upb_byteshandler *h,
4639 bool upb_byteshandler_setendstr(upb_byteshandler *h,
5980 const upb_byteshandler *handler;
6017 UPB_INLINE void upb_bytessink_reset(upb_bytessink *s, const upb_byteshandler *h,
7552 const upb_byteshandler *upb_pbdecodermethod_inputhandler(
7812 upb_byteshandler input_handler
[all...]
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h3199 UPB_DECLARE_TYPE(upb::BytesHandler, upb_byteshandler)
3928 struct upb_byteshandler { struct in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler
3933 void upb_byteshandler_init(upb_byteshandler *h);
3939 bool upb_byteshandler_setstartstr(upb_byteshandler *h,
3941 bool upb_byteshandler_setstring(upb_byteshandler *h,
3943 bool upb_byteshandler_setendstr(upb_byteshandler *h,
5545 const upb_byteshandler *handler;
5582 UPB_INLINE void upb_bytessink_reset(upb_bytessink *s, const upb_byteshandler *h,
7249 const upb_byteshandler *upb_pbdecodermethod_inputhandler(
7509 upb_byteshandler input_handler
[all...]

Completed in 146 milliseconds