Searched refs:upb_sink_endseq (Results 1 – 8 of 8) sorted by relevance
/third_party/grpc/third_party/upb/upb/ |
D | sink.h | 133 UPB_INLINE bool upb_sink_endseq(upb_sink s, upb_selector_t sel) { in upb_sink_endseq() function 381 return upb_sink_endseq(sink_, s); in EndSequence()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 1256 upb_sink_endseq(sink, getsel(f, UPB_HANDLER_ENDSEQ)); in putary() 1349 upb_sink_endseq(sink, getsel(f, UPB_HANDLER_ENDSEQ)); in putmap() 1457 upb_sink_endseq(sink, getsel(f, UPB_HANDLER_ENDSEQ)); in putjsonlistvalue()
|
D | upb.h | 5329 UPB_INLINE bool upb_sink_endseq(upb_sink s, upb_selector_t sel) { 5577 return upb_sink_endseq(sink_, s);
|
D | upb.c | 7677 CHECK_SUSPEND(upb_sink_endseq(d->top->sink, arg)); in run_decoder_vm() 11089 upb_sink_endseq(p->top->sink, sel); in end_subobject() 11187 upb_sink_endseq(p->top->sink, sel); in end_array()
|
/third_party/grpc/third_party/upb/upb/pb/ |
D | decoder.c | 747 CHECK_SUSPEND(upb_sink_endseq(d->top->sink, arg)); in run_decoder_vm()
|
/third_party/grpc/third_party/upb/generated_for_cmake/upb/json/ |
D | parser.c | 2136 upb_sink_endseq(p->top->sink, sel); in end_subobject() 2234 upb_sink_endseq(p->top->sink, sel); in end_array()
|
/third_party/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 2136 upb_sink_endseq(p->top->sink, sel); in end_subobject() 2234 upb_sink_endseq(p->top->sink, sel); in end_array()
|
/third_party/grpc/third_party/upb/upb/json/ |
D | parser.rl | 2134 upb_sink_endseq(p->top->sink, sel); 2232 upb_sink_endseq(p->top->sink, sel);
|