Home
last modified time | relevance | path

Searched refs:upb_byteshandler (Results 1 – 17 of 17) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h664 } upb_byteshandler; typedef
671 UPB_INLINE void upb_byteshandler_init(upb_byteshandler *handler) { in upb_byteshandler_init()
672 upb_byteshandler init = UPB_BYTESHANDLER_INIT; in upb_byteshandler_init()
681 bool upb_byteshandler_setstartstr(upb_byteshandler *h,
683 bool upb_byteshandler_setstring(upb_byteshandler *h,
685 bool upb_byteshandler_setendstr(upb_byteshandler *h,
692 typedef upb_byteshandler BytesHandler;
Dsink.h398 const upb_byteshandler *handler;
402 UPB_INLINE void upb_bytessink_reset(upb_bytessink* s, const upb_byteshandler *h, in upb_bytessink_reset()
468 template <class T> BytesSink(const upb_byteshandler* handler, T* closure) { in BytesSink()
473 template <class T> void Reset(const upb_byteshandler* handler, T* closure) { in Reset()
Dhandlers.c431 bool upb_byteshandler_setstartstr(upb_byteshandler *h, in upb_byteshandler_setstartstr()
438 bool upb_byteshandler_setstring(upb_byteshandler *h, in upb_byteshandler_setstring()
445 bool upb_byteshandler_setendstr(upb_byteshandler *h, in upb_byteshandler_setendstr()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_encoder.cc16 static void SetHandler(upb_byteshandler* handler) { in SetHandler()
63 upb_byteshandler handler_;
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.h32 const upb_byteshandler* upb_json_parsermethod_inputhandler(
Dparser.rl105 upb_byteshandler handler;
295 upb_byteshandler input_handler_;
2939 const upb_byteshandler *upb_json_parsermethod_inputhandler(
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.h49 const upb_byteshandler *upb_pbdecodermethod_inputhandler(
Ddecoder.int.h153 upb_byteshandler input_handler_;
Dcompile_decoder.c47 const upb_byteshandler *upb_pbdecodermethod_inputhandler( in upb_pbdecodermethod_inputhandler()
812 upb_byteshandler *h = &m->input_handler_; in set_bytecode_handlers()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/json/
Dtest_json.cc183 upb_byteshandler byteshandler_;
/external/protobuf/php/ext/google/protobuf/
Dupb.h4652 } upb_byteshandler; typedef
4659 UPB_INLINE void upb_byteshandler_init(upb_byteshandler *handler) { in upb_byteshandler_init()
4660 upb_byteshandler init = UPB_BYTESHANDLER_INIT; in upb_byteshandler_init()
4669 bool upb_byteshandler_setstartstr(upb_byteshandler *h,
4671 bool upb_byteshandler_setstring(upb_byteshandler *h,
4673 bool upb_byteshandler_setendstr(upb_byteshandler *h,
4680 typedef upb_byteshandler BytesHandler;
6032 const upb_byteshandler *handler;
6036 UPB_INLINE void upb_bytessink_reset(upb_bytessink* s, const upb_byteshandler *h,
6102 template <class T> BytesSink(const upb_byteshandler* handler, T* closure) {
[all …]
Dupb.c3727 bool upb_byteshandler_setstartstr(upb_byteshandler *h, in upb_byteshandler_setstartstr()
3734 bool upb_byteshandler_setstring(upb_byteshandler *h, in upb_byteshandler_setstring()
3741 bool upb_byteshandler_setendstr(upb_byteshandler *h, in upb_byteshandler_setendstr()
5844 const upb_byteshandler *upb_pbdecodermethod_inputhandler( in upb_pbdecodermethod_inputhandler()
6609 upb_byteshandler *h = &m->input_handler_; in set_bytecode_handlers()
8880 upb_byteshandler handler;
9070 upb_byteshandler input_handler_;
12168 const upb_byteshandler *upb_json_parsermethod_inputhandler( in upb_json_parsermethod_inputhandler()
Dprotobuf.h1461 upb_byteshandler handler;
/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h543 upb_byteshandler handler;
Dupb.h4135 UPB_DECLARE_TYPE(upb::BytesHandler, upb_byteshandler)
4869 struct upb_byteshandler {
4874 void upb_byteshandler_init(upb_byteshandler *h);
4880 bool upb_byteshandler_setstartstr(upb_byteshandler *h,
4882 bool upb_byteshandler_setstring(upb_byteshandler *h,
4884 bool upb_byteshandler_setendstr(upb_byteshandler *h,
6255 const upb_byteshandler *handler;
6299 UPB_INLINE void upb_bytessink_reset(upb_bytessink *s, const upb_byteshandler *h,
9644 const upb_byteshandler *upb_pbdecodermethod_inputhandler(
9898 upb_byteshandler input_handler_;
[all …]
Dupb.c4582 void upb_byteshandler_init(upb_byteshandler* h) { in upb_byteshandler_init()
4587 void upb_byteshandler_uninit(upb_byteshandler* h) { in upb_byteshandler_uninit()
4591 bool upb_byteshandler_setstartstr(upb_byteshandler *h, in upb_byteshandler_setstartstr()
4598 bool upb_byteshandler_setstring(upb_byteshandler *h, in upb_byteshandler_setstring()
4605 bool upb_byteshandler_setendstr(upb_byteshandler *h, in upb_byteshandler_setendstr()
6362 upb_byteshandler handler;
9607 const upb_byteshandler *upb_pbdecodermethod_inputhandler( in upb_pbdecodermethod_inputhandler()
10357 upb_byteshandler *h = &m->input_handler_; in set_bytecode_handlers()
12707 upb_byteshandler handler;
12894 upb_byteshandler input_handler_;
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c107 upb_byteshandler handler;
297 upb_byteshandler input_handler_;
3376 const upb_byteshandler *upb_json_parsermethod_inputhandler( in upb_json_parsermethod_inputhandler()