Home
last modified time | relevance | path

Searched refs:upb_byteshandler (Results 1 – 11 of 11) 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/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()