Home
last modified time | relevance | path

Searched refs:input_handler_ (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.int.h153 upb_byteshandler input_handler_; member
Dcompile_decoder.c33 upb_byteshandler_init(&ret->input_handler_); in newmethod()
49 return &m->input_handler_; in upb_pbdecodermethod_inputhandler()
812 upb_byteshandler *h = &m->input_handler_; in set_bytecode_handlers()
Ddecoder.c989 upb_bytessink_reset(&d->input_, &m->input_handler_, d); in upb_pbdecoder_create()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c297 upb_byteshandler input_handler_; member
3305 upb_byteshandler_init(&m->input_handler_); in parsermethod_new()
3306 upb_byteshandler_setstring(&m->input_handler_, parse, m); in parsermethod_new()
3307 upb_byteshandler_setendstr(&m->input_handler_, end, m); in parsermethod_new()
3352 upb_bytessink_reset(&p->input_, &method->input_handler_, p); in upb_json_parser_create()
3378 return &m->input_handler_; in upb_json_parsermethod_inputhandler()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl295 upb_byteshandler input_handler_;
2868 upb_byteshandler_init(&m->input_handler_);
2869 upb_byteshandler_setstring(&m->input_handler_, parse, m);
2870 upb_byteshandler_setendstr(&m->input_handler_, end, m);
2915 upb_bytessink_reset(&p->input_, &method->input_handler_, p);
2941 return &m->input_handler_;
/external/protobuf/php/ext/google/protobuf/
Dupb.c5830 upb_byteshandler_init(&ret->input_handler_); in newmethod()
5846 return &m->input_handler_; in upb_pbdecodermethod_inputhandler()
6609 upb_byteshandler *h = &m->input_handler_; in set_bytecode_handlers()
7740 upb_bytessink_reset(&d->input_, &m->input_handler_, d); in upb_pbdecoder_create()
9070 upb_byteshandler input_handler_; member
12087 upb_byteshandler_init(&m->input_handler_); in parsermethod_new()
12088 upb_byteshandler_setstring(&m->input_handler_, parse, m); in parsermethod_new()
12089 upb_byteshandler_setendstr(&m->input_handler_, end, m); in parsermethod_new()
12140 upb_bytessink_reset(&p->input_, &method->input_handler_, p); in upb_json_parser_create()
12170 return &m->input_handler_; in upb_json_parsermethod_inputhandler()
Dupb.h6589 upb_byteshandler input_handler_;
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9583 upb_byteshandler_init(&ret->input_handler_); in newmethod()
9609 return &m->input_handler_; in upb_pbdecodermethod_inputhandler()
10357 upb_byteshandler *h = &m->input_handler_; in set_bytecode_handlers()
11509 upb_bytessink_reset(&d->input_, &m->input_handler_, d); in upb_pbdecoder_create()
12894 upb_byteshandler input_handler_; member
16035 upb_bytessink_reset(&p->input_, &method->input_handler_, p); in upb_json_parser_create()
16075 upb_byteshandler_init(&ret->input_handler_); in upb_json_parsermethod_new()
16076 upb_byteshandler_setstring(&ret->input_handler_, parse, ret); in upb_json_parsermethod_new()
16077 upb_byteshandler_setendstr(&ret->input_handler_, end, ret); in upb_json_parsermethod_new()
16088 return &m->input_handler_; in upb_json_parsermethod_inputhandler()
Dupb.h9898 upb_byteshandler input_handler_;