Home
last modified time | relevance | path

Searched refs:endseq (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dsink.h135 func *endseq; in upb_sink_endseq() local
138 endseq = (func*)upb_handlers_gethandler(s.handlers, sel, &hd); in upb_sink_endseq()
140 if (!endseq) return true; in upb_sink_endseq()
141 return endseq(s.closure, hd); in upb_sink_endseq()
Dhandlers.c204 SETTER(endseq, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSEQ) in SETTER()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc320 bool endseq(int* depth, const uint32_t* num) { in endseq() function
352 ASSERT(h.SetEndSequenceHandler(f, UpbBind(endseq, new uint32_t(num)))); in doreg()
376 ASSERT(h.SetEndSequenceHandler(f, UpbBind(endseq, new uint32_t(num)))); in regseq()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dprinter.c415 static bool endseq(void *closure, const void *handler_data) { in endseq() function
1196 upb_handlers_setendseq(h, f, endseq, &empty_attr); in WRAPPER_SETHANDLERS()
1304 upb_handlers_setendseq(h, f, endseq, &empty_attr); in printer_sethandlers()
/external/elfutils/src/
Dreadelf.c8105 bool statement, endseq, block, prologue_end, epilogue_begin; in print_decoded_line_section() local
8113 dwarf_lineendsequence (line, &endseq); in print_decoded_line_section()
8127 (endseq ? '*' : ' '), in print_decoded_line_section()
8130 address - (endseq ? 1 : 0), address); in print_decoded_line_section()
8133 if (endseq) in print_decoded_line_section()
/external/protobuf/php/ext/google/protobuf/
Dupb.h5770 func *endseq;
5773 endseq = (func*)upb_handlers_gethandler(s.handlers, sel, &hd);
5775 if (!endseq) return true;
5776 return endseq(s.closure, hd);
Dupb.c3480 SETTER(endseq, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSEQ) in SETTER()
12641 static bool endseq(void *closure, const void *handler_data) { in endseq() function
13422 upb_handlers_setendseq(h, f, endseq, &empty_attr); in WRAPPER_SETHANDLERS()
13530 upb_handlers_setendseq(h, f, endseq, &empty_attr); in printer_sethandlers()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h6443 func *endseq;
6446 endseq = (func*)upb_handlers_gethandler(s->handlers, sel);
6448 if (!endseq) return true;
6450 return endseq(s->closure, hd);
Dupb.c4277 SETTER(endseq, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSEQ) in SETTER()
16499 static bool endseq(void *closure, const void *handler_data) { in endseq() function
17283 upb_handlers_setendseq(h, f, endseq, &empty_attr); in WRAPPER_SETHANDLERS()
17392 upb_handlers_setendseq(h, f, endseq, &empty_attr); in printer_sethandlers()