Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dsink.h94 UPB_INLINE bool upb_sink_startmsg(upb_sink s) { in upb_sink_startmsg() function
294 bool StartMessage() { return upb_sink_startmsg(sink_); } in StartMessage()
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c1142 upb_sink_startmsg(&entry_sink); in putmap()
1172 upb_sink_startmsg(sink); in putjsonany()
1257 upb_sink_startmsg(sink); in putjsonlistvalue()
1291 upb_sink_startmsg(sink); in putmsg()
Dupb.c11236 CHECK_SUSPEND(upb_sink_startmsg(&d->top->sink)); in run_decoder_vm()
14571 upb_sink_startmsg(&p->top->sink); in handle_mapentry()
14886 upb_sink_startmsg(&p->top->sink); in start_object()
Dupb.h6401 UPB_INLINE bool upb_sink_startmsg(upb_sink *s) {
6526 return upb_sink_startmsg(this);
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c1201 upb_sink_startmsg(entry_sink); in putmap()
1240 upb_sink_startmsg(sink); in putjsonany()
1330 upb_sink_startmsg(sink); in putjsonlistvalue()
1359 upb_sink_startmsg(sink); in putjsonstruct()
1401 upb_sink_startmsg(sink); in putrawmsg()
Dupb.c7467 CHECK_SUSPEND(upb_sink_startmsg(d->top->sink)); in run_decoder_vm()
10727 upb_sink_startmsg(p->top->sink); in handle_mapentry()
11035 upb_sink_startmsg(p->top->sink); in start_object()
Dupb.h5729 UPB_INLINE bool upb_sink_startmsg(upb_sink s) {
5928 bool StartMessage() { return upb_sink_startmsg(sink_); }
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.c737 CHECK_SUSPEND(upb_sink_startmsg(d->top->sink)); in run_decoder_vm()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c1946 upb_sink_startmsg(p->top->sink); in handle_mapentry()
2253 upb_sink_startmsg(p->top->sink); in start_object()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl1944 upb_sink_startmsg(p->top->sink);
2251 upb_sink_startmsg(p->top->sink);