Home
last modified time | relevance | path

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

/third_party/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()
/third_party/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()
/third_party/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()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h5331 func *endseq;
5334 endseq = (func*)upb_handlers_gethandler(s.handlers, sel, &hd);
5336 if (!endseq) return true;
5337 return endseq(s.closure, hd);
Dupb.c5632 SETTER(endseq, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSEQ) in SETTER()
12806 static bool endseq(void *closure, const void *handler_data) { in endseq() function
13587 upb_handlers_setendseq(h, f, endseq, &empty_attr); in WRAPPER_SETHANDLERS()
13695 upb_handlers_setendseq(h, f, endseq, &empty_attr); in printer_sethandlers()