Home
last modified time | relevance | path

Searched refs:input_handler_ (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c6045 upb_byteshandler_init(&ret->input_handler_); in newmethod()
6061 return &m->input_handler_; in upb_pbdecodermethod_inputhandler()
6826 upb_byteshandler *h = &m->input_handler_; in set_bytecode_handlers()
7922 upb_bytessink_reset(&d->input_, &m->input_handler_, d); in upb_pbdecoder_create()
9254 upb_byteshandler input_handler_; member
12258 upb_byteshandler_init(&m->input_handler_); in parsermethod_new()
12259 upb_byteshandler_setstring(&m->input_handler_, parse, m); in parsermethod_new()
12260 upb_byteshandler_setendstr(&m->input_handler_, end, m); in parsermethod_new()
12309 upb_bytessink_reset(&p->input_, &method->input_handler_, p); in upb_json_parser_create()
12339 return &m->input_handler_; in upb_json_parsermethod_inputhandler()
[all...]
H A Dupb.h6098 upb_byteshandler input_handler_; member

Completed in 35 milliseconds