Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.c203 SETTER(endsubmsg, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSUBMSG) in SETTER()
342 case UPB_HANDLER_ENDSUBMSG: in upb_handlers_getselector()
Dhandlers.h61 UPB_HANDLER_ENDSUBMSG, enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c580 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield()
598 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield()
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c1005 upb_sink_endsubmsg(sink, getsel(f, UPB_HANDLER_ENDSUBMSG)); in putsubmsg()
1150 upb_sink_endsubmsg(&subsink, getsel(f, UPB_HANDLER_ENDSUBMSG)); in putmap()
Dupb.c1436 TRY(UPB_HANDLER_ENDSUBMSG) in assign_msg_indices()
4276 SETTER(endsubmsg, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSUBMSG) in SETTER()
4385 h, handlers_getsel(h, f, UPB_HANDLER_ENDSUBMSG))) { in upb_handlers_freeze()
4501 case UPB_HANDLER_ENDSUBMSG: in upb_handlers_getselector()
10126 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield()
10144 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield()
14655 ok = upb_handlers_getselector(mapfield, UPB_HANDLER_ENDSUBMSG, &sel); in end_member()
14774 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSUBMSG); in end_subobject()
Dupb.h4163 UPB_HANDLER_ENDSUBMSG,
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c1215 upb_sink_endsubmsg(subsink, getsel(f, UPB_HANDLER_ENDSUBMSG)); in putmap()
1561 upb_sink_endsubmsg(sink, getsel(f, UPB_HANDLER_ENDSUBMSG)); in putrawsubmsg()
Dupb.c1379 TRY(UPB_HANDLER_ENDSUBMSG) in assign_msg_indices()
3479 SETTER(endsubmsg, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSUBMSG) in SETTER()
3618 case UPB_HANDLER_ENDSUBMSG: in upb_handlers_getselector()
6375 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield()
6393 maybeput(c, OP_ENDSUBMSG, h, f, UPB_HANDLER_ENDSUBMSG); in generate_msgfield()
10808 ok = upb_handlers_getselector(mapfield, UPB_HANDLER_ENDSUBMSG, &sel); in end_member()
10924 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSUBMSG); in end_subobject()
Dupb.h4047 UPB_HANDLER_ENDSUBMSG, enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c2027 ok = upb_handlers_getselector(mapfield, UPB_HANDLER_ENDSUBMSG, &sel); in end_member()
2142 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSUBMSG); in end_subobject()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl2025 ok = upb_handlers_getselector(mapfield, UPB_HANDLER_ENDSUBMSG, &sel);
2140 sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSUBMSG);