Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.h5730 func *endseq;
5733 endseq = (func*)upb_handlers_gethandler(s->handlers, sel);
5735 if (!endseq) return true;
5737 return endseq(s->closure, hd);
Dupb.c2325 SETTER(endseq, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSEQ) in SETTER()
11548 static bool endseq(void *closure, const void *handler_data) { in endseq() function
11895 upb_handlers_setendseq(h, f, endseq, &empty_attr); in printer_sethandlers()
/external/elfutils/src/
Dreadelf.c7929 bool statement, endseq, block, prologue_end, epilogue_begin; in print_decoded_line_section() local
7937 dwarf_lineendsequence (line, &endseq); in print_decoded_line_section()
7951 (endseq ? '*' : ' '), in print_decoded_line_section()
7954 address - (endseq ? 1 : 0), address); in print_decoded_line_section()
7957 if (endseq) in print_decoded_line_section()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h6165 func *endseq;
6168 endseq = (func*)upb_handlers_gethandler(s->handlers, sel);
6170 if (!endseq) return true;
6172 return endseq(s->closure, hd);
Dupb.c2478 SETTER(endseq, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSEQ) in SETTER()
12365 static bool endseq(void *closure, const void *handler_data) { in endseq() function
12715 upb_handlers_setendseq(h, f, endseq, &empty_attr); in printer_sethandlers()