Home
last modified time | relevance | path

Searched refs:UPB_HANDLER_ENDSTR (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.c200 SETTER(endstr, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSTR) in SETTER()
319 case UPB_HANDLER_ENDSTR: in upb_handlers_getselector()
Dhandlers.h59 UPB_HANDLER_ENDSTR, enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c532 upb_handlers_gethandler(h, getsel(f, UPB_HANDLER_ENDSTR), NULL); in haslazyhandlers()
622 maybeput(c, OP_ENDSTR, h, f, UPB_HANDLER_ENDSTR); in generate_delimfield()
638 maybeput(c, OP_ENDSTR, h, f, UPB_HANDLER_ENDSTR); in generate_delimfield()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c1306 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); in end_any_stringval()
1361 upb_selector_t sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); in end_stringval_nontop()
1831 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); in end_fieldmask_path()
1895 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); in parse_mapentry_key()
2369 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); in end_any_object()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl1304 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR);
1359 upb_selector_t sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR);
1829 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR);
1893 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR);
2367 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR);
/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.c1377 TRY(UPB_HANDLER_ENDSTR) in assign_msg_indices()
3476 SETTER(endstr, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSTR) in SETTER()
3595 case UPB_HANDLER_ENDSTR: in upb_handlers_getselector()
6327 upb_handlers_gethandler(h, getsel(f, UPB_HANDLER_ENDSTR), NULL); in haslazyhandlers()
6417 maybeput(c, OP_ENDSTR, h, f, UPB_HANDLER_ENDSTR); in generate_delimfield()
6433 maybeput(c, OP_ENDSTR, h, f, UPB_HANDLER_ENDSTR); in generate_delimfield()
10069 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); in end_any_stringval()
10124 upb_selector_t sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); in end_stringval_nontop()
10612 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); in end_fieldmask_path()
10676 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); in parse_mapentry_key()
[all …]
Dupb.h4045 UPB_HANDLER_ENDSTR, enumerator
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1434 TRY(UPB_HANDLER_ENDSTR) in assign_msg_indices()
4273 SETTER(endstr, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSTR) in SETTER()
4478 case UPB_HANDLER_ENDSTR: in upb_handlers_getselector()
10078 upb_handlers_gethandler(h, getsel(f, UPB_HANDLER_ENDSTR)); in haslazyhandlers()
10168 maybeput(c, OP_ENDSTR, h, f, UPB_HANDLER_ENDSTR); in generate_delimfield()
10184 maybeput(c, OP_ENDSTR, h, f, UPB_HANDLER_ENDSTR); in generate_delimfield()
13897 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); in end_any_stringval()
13954 upb_selector_t sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); in end_stringval_nontop()
14453 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); in end_fieldmask_path()
14519 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); in parse_mapentry_key()
[all …]
Dencode_decode.c989 upb_sink_endstr(sink, getsel(f, UPB_HANDLER_ENDSTR)); in putstr()
Dupb.h4161 UPB_HANDLER_ENDSTR,