Home
last modified time | relevance | path

Searched refs:upb_byteshandler_setstartstr (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/third_party/upb/tests/pb/
Dtest_encoder.cc17 upb_byteshandler_setstartstr(handler, &FillStringHandler::StartString, in SetHandler()
/third_party/grpc/third_party/upb/upb/
Dhandlers.h681 bool upb_byteshandler_setstartstr(upb_byteshandler *h,
Dhandlers.c431 bool upb_byteshandler_setstartstr(upb_byteshandler *h, in upb_byteshandler_setstartstr() function
/third_party/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c816 upb_byteshandler_setstartstr(h, upb_pbdecoder_startbc, m->code_base.ptr); in set_bytecode_handlers()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c104 upb_byteshandler_setstartstr(&sink->handler, stringsink_start, NULL); in stringsink_init()
Dupb.c5860 bool upb_byteshandler_setstartstr(upb_byteshandler *h, in upb_byteshandler_setstartstr() function
6830 upb_byteshandler_setstartstr(h, upb_pbdecoder_startbc, m->code_base.ptr); in set_bytecode_handlers()
9104 upb_byteshandler_setstartstr(&sink->handler, stringsink_start, NULL); in upb_stringsink_init()
Dupb.h4226 bool upb_byteshandler_setstartstr(upb_byteshandler *h,
/third_party/grpc/third_party/upb/generated_for_cmake/upb/json/
Dparser.c147 upb_byteshandler_setstartstr(&sink->handler, stringsink_start, NULL); in upb_stringsink_init()
/third_party/grpc/third_party/upb/cmake/upb/json/
Dparser.c147 upb_byteshandler_setstartstr(&sink->handler, stringsink_start, NULL); in upb_stringsink_init()
/third_party/grpc/third_party/upb/upb/json/
Dparser.rl145 upb_byteshandler_setstartstr(&sink->handler, stringsink_start, NULL);