Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dsink.h159 UPB_INLINE bool upb_sink_endstr(upb_sink s, upb_selector_t sel) { in upb_sink_endstr() function
348 return upb_sink_endstr(sink_, s); in EndString()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c1307 upb_sink_endstr(inner->sink, sel); in end_any_stringval()
1362 upb_sink_endstr(p->top->sink, sel); in end_stringval_nontop()
1832 upb_sink_endstr(p->top->sink, sel); in end_fieldmask_path()
1896 upb_sink_endstr(subsink, sel); in parse_mapentry_key()
2370 upb_sink_endstr(inner->sink, sel); in end_any_object()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl1305 upb_sink_endstr(inner->sink, sel);
1360 upb_sink_endstr(p->top->sink, sel);
1830 upb_sink_endstr(p->top->sink, sel);
1894 upb_sink_endstr(subsink, sel);
2368 upb_sink_endstr(inner->sink, sel);
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c1522 upb_sink_endstr(sink, getsel(f, UPB_HANDLER_ENDSTR)); in putstr()
1541 upb_sink_endstr(sink, getsel(f, UPB_HANDLER_ENDSTR)); in putrawstr()
Dupb.c7517 CHECK_SUSPEND(upb_sink_endstr(d->top->sink, arg)); in run_decoder_vm()
10070 upb_sink_endstr(inner->sink, sel); in end_any_stringval()
10125 upb_sink_endstr(p->top->sink, sel); in end_stringval_nontop()
10613 upb_sink_endstr(p->top->sink, sel); in end_fieldmask_path()
10677 upb_sink_endstr(subsink, sel); in parse_mapentry_key()
11152 upb_sink_endstr(inner->sink, sel); in end_any_object()
Dupb.h5794 UPB_INLINE bool upb_sink_endstr(upb_sink s, upb_selector_t sel) {
5982 return upb_sink_endstr(sink_, s);
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.c788 CHECK_SUSPEND(upb_sink_endstr(d->top->sink, arg)); in run_decoder_vm()
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c989 upb_sink_endstr(sink, getsel(f, UPB_HANDLER_ENDSTR)); in putstr()
Dupb.c11286 CHECK_SUSPEND(upb_sink_endstr(&d->top->sink, arg)); in run_decoder_vm()
13898 upb_sink_endstr(&inner->sink, sel); in end_any_stringval()
13955 upb_sink_endstr(&p->top->sink, sel); in end_stringval_nontop()
14454 upb_sink_endstr(&p->top->sink, sel); in end_fieldmask_path()
14520 upb_sink_endstr(&subsink, sel); in parse_mapentry_key()
15011 upb_sink_endstr(&inner->sink, sel); in end_any_object()
Dupb.h6469 UPB_INLINE bool upb_sink_endstr(upb_sink *s, upb_selector_t sel) {
6561 return upb_sink_endstr(this, sel);