Searched refs:endseq (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/src/ |
D | readelf.c | 6423 bool statement, endseq, block, prologue_end, epilogue_begin; in print_decoded_line_section() local 6431 dwarf_lineendsequence (line, &endseq); in print_decoded_line_section() 6440 address - (endseq ? 1 : 0), address); in print_decoded_line_section() 6447 (endseq ? '*' : ' '), in print_decoded_line_section() 6451 if (endseq) in print_decoded_line_section()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 5730 func *endseq; 5733 endseq = (func*)upb_handlers_gethandler(s->handlers, sel); 5735 if (!endseq) return true; 5737 return endseq(s->closure, hd);
|
D | upb.c | 2325 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/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 6165 func *endseq; 6168 endseq = (func*)upb_handlers_gethandler(s->handlers, sel); 6170 if (!endseq) return true; 6172 return endseq(s->closure, hd);
|
D | upb.c | 2478 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()
|