Searched refs:upb_byteshandler (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers.h | 664 } 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;
|
D | sink.h | 398 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()
|
D | handlers.c | 431 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/ |
D | test_encoder.cc | 16 static void SetHandler(upb_byteshandler* handler) { in SetHandler() 63 upb_byteshandler handler_;
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.h | 32 const upb_byteshandler* upb_json_parsermethod_inputhandler(
|
D | parser.rl | 105 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/ |
D | decoder.h | 49 const upb_byteshandler *upb_pbdecodermethod_inputhandler(
|
D | decoder.int.h | 153 upb_byteshandler input_handler_;
|
D | compile_decoder.c | 47 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/ |
D | test_json.cc | 183 upb_byteshandler byteshandler_;
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 107 upb_byteshandler handler; 297 upb_byteshandler input_handler_; 3376 const upb_byteshandler *upb_json_parsermethod_inputhandler( in upb_json_parsermethod_inputhandler()
|