Searched refs:startseq (Results 1 – 6 of 6) sorted by relevance
/third_party/grpc/third_party/upb/upb/ |
D | sink.h | 121 func *startseq; in upb_sink_startseq() local 126 startseq = (func*)upb_handlers_gethandler(s.handlers, sel, &hd); in upb_sink_startseq() 128 if (!startseq) return true; in upb_sink_startseq() 129 sub->closure = startseq(s.closure, hd); in upb_sink_startseq()
|
D | handlers.c | 201 SETTER(startseq, upb_startfield_handlerfunc*, UPB_HANDLER_STARTSEQ) in SETTER()
|
/third_party/grpc/third_party/upb/tests/pb/ |
D | test_decoder.cc | 314 int* startseq(int* depth, const uint32_t* num) { in startseq() function 351 ASSERT(h.SetStartSequenceHandler(f, UpbBind(startseq, new uint32_t(num)))); in doreg() 375 ASSERT(h.SetStartSequenceHandler(f, UpbBind(startseq, new uint32_t(num)))); in regseq()
|
/third_party/grpc/third_party/upb/upb/json/ |
D | printer.c | 406 static void *startseq(void *closure, const void *handler_data) { in startseq() function 1303 upb_handlers_setstartseq(h, f, startseq, &name_attr); in printer_sethandlers()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 5317 func *startseq; 5322 startseq = (func*)upb_handlers_gethandler(s.handlers, sel, &hd); 5324 if (!startseq) return true; 5325 sub->closure = startseq(s.closure, hd);
|
D | upb.c | 5629 SETTER(startseq, upb_startfield_handlerfunc*, UPB_HANDLER_STARTSEQ) in SETTER() 12797 static void *startseq(void *closure, const void *handler_data) { in startseq() function 13694 upb_handlers_setstartseq(h, f, startseq, &name_attr); in printer_sethandlers()
|