Searched refs:subsink (Results 1 – 6 of 6) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 1167 upb_sink subsink; in putstr() local 1182 &subsink); in putstr() 1183 upb_sink_putstring(subsink, getsel(f, UPB_HANDLER_STRING), RSTRING_PTR(str), in putstr() 1190 upb_sink subsink; in putsubmsg() local 1199 upb_sink_startsubmsg(sink, getsel(f, UPB_HANDLER_STARTSUBMSG), &subsink); in putsubmsg() 1200 putmsg(submsg, subdesc, subsink, depth + 1, emit_defaults, is_json, true); in putsubmsg() 1201 upb_sink_endsubmsg(sink, subsink, getsel(f, UPB_HANDLER_ENDSUBMSG)); in putsubmsg() 1206 upb_sink subsink; in putary() local 1219 upb_sink_startseq(sink, getsel(f, UPB_HANDLER_STARTSEQ), &subsink); in putary() 1230 upb_sink_put##upbtype(subsink, sel, *((ctype*)memory)); \ in putary() [all …]
|
D | upb.c | 7684 upb_sink subsink = (d->top + 1)->sink; in run_decoder_vm() 7685 CHECK_SUSPEND(upb_sink_endsubmsg(d->top->sink, subsink, arg)); in run_decoder_vm() 10843 upb_sink subsink; in parse_mapentry_key() local 10845 upb_sink_startstr(p->top->sink, sel, len, &subsink); in parse_mapentry_key() 10847 upb_sink_putstring(subsink, sel, buf, len, NULL); in parse_mapentry_key() 10849 upb_sink_endstr(subsink, sel); in parse_mapentry_key()
|
/third_party/grpc/third_party/upb/upb/pb/ |
D | decoder.c | 754 upb_sink subsink = (d->top + 1)->sink; in run_decoder_vm() 755 CHECK_SUSPEND(upb_sink_endsubmsg(d->top->sink, subsink, arg)); in run_decoder_vm()
|
/third_party/grpc/third_party/upb/generated_for_cmake/upb/json/ |
D | parser.c | 1890 upb_sink subsink; in parse_mapentry_key() local 1892 upb_sink_startstr(p->top->sink, sel, len, &subsink); in parse_mapentry_key() 1894 upb_sink_putstring(subsink, sel, buf, len, NULL); in parse_mapentry_key() 1896 upb_sink_endstr(subsink, sel); in parse_mapentry_key()
|
/third_party/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 1890 upb_sink subsink; in parse_mapentry_key() local 1892 upb_sink_startstr(p->top->sink, sel, len, &subsink); in parse_mapentry_key() 1894 upb_sink_putstring(subsink, sel, buf, len, NULL); in parse_mapentry_key() 1896 upb_sink_endstr(subsink, sel); in parse_mapentry_key()
|
/third_party/grpc/third_party/upb/upb/json/ |
D | parser.rl | 1888 upb_sink subsink; 1890 upb_sink_startstr(p->top->sink, sel, len, &subsink); 1892 upb_sink_putstring(subsink, sel, buf, len, NULL); 1894 upb_sink_endstr(subsink, sel);
|