Searched refs:endseq (Results 1 – 6 of 6) sorted by relevance
/third_party/grpc/third_party/upb/upb/ |
D | sink.h | 135 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()
|
D | handlers.c | 204 SETTER(endseq, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSEQ) in SETTER()
|
/third_party/grpc/third_party/upb/tests/pb/ |
D | test_decoder.cc | 320 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/ |
D | printer.c | 415 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/ |
D | upb.h | 5331 func *endseq; 5334 endseq = (func*)upb_handlers_gethandler(s.handlers, sel, &hd); 5336 if (!endseq) return true; 5337 return endseq(s.closure, hd);
|
D | upb.c | 5632 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()
|