Searched refs:upb_byteshandler (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | message.c | 82 upb_byteshandler handler;
|
D | upb.h | 3199 UPB_DECLARE_TYPE(upb::BytesHandler, upb_byteshandler) 3928 struct upb_byteshandler { struct 3933 void upb_byteshandler_init(upb_byteshandler *h); argument 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_;
|
D | upb.c | 2624 void upb_byteshandler_init(upb_byteshandler* h) { in upb_byteshandler_init() 2629 void upb_byteshandler_uninit(upb_byteshandler* h) { in upb_byteshandler_uninit() 2633 bool upb_byteshandler_setstartstr(upb_byteshandler *h, in upb_byteshandler_setstartstr() 2640 bool upb_byteshandler_setstring(upb_byteshandler *h, in upb_byteshandler_setstring() 2647 bool upb_byteshandler_setendstr(upb_byteshandler *h, in upb_byteshandler_setendstr() 6579 const upb_byteshandler *upb_pbdecodermethod_inputhandler( in upb_pbdecodermethod_inputhandler() 7323 upb_byteshandler *h = &m->input_handler_; in set_bytecode_handlers() 9677 upb_byteshandler input_handler_;
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 3895 UPB_DECLARE_TYPE(upb::BytesHandler, upb_byteshandler) 4624 struct 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 …]
|
D | encode_decode.c | 787 upb_byteshandler handler;
|
D | upb.c | 2777 void upb_byteshandler_init(upb_byteshandler* h) { in upb_byteshandler_init() 2782 void upb_byteshandler_uninit(upb_byteshandler* h) { in upb_byteshandler_uninit() 2786 bool upb_byteshandler_setstartstr(upb_byteshandler *h, in upb_byteshandler_setstartstr() 2793 bool upb_byteshandler_setstring(upb_byteshandler *h, in upb_byteshandler_setstring() 2800 bool upb_byteshandler_setendstr(upb_byteshandler *h, in upb_byteshandler_setendstr() 7252 const upb_byteshandler *upb_pbdecodermethod_inputhandler( in upb_pbdecodermethod_inputhandler() 8002 upb_byteshandler *h = &m->input_handler_; in set_bytecode_handlers() 10391 upb_byteshandler input_handler_; 11998 const upb_byteshandler *upb_json_parsermethod_inputhandler( in upb_json_parsermethod_inputhandler()
|