Home
last modified time | relevance | path

Searched refs:endseq (Results 1 – 5 of 5) 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.c8275 bool statement, endseq, block, prologue_end, epilogue_begin; in print_decoded_line_section() local
8283 dwarf_lineendsequence (line, &endseq); in print_decoded_line_section()
8297 (endseq ? '*' : ' '), in print_decoded_line_section()
8300 address - (endseq ? 1 : 0), address); in print_decoded_line_section()
8303 if (endseq) in print_decoded_line_section()