Searched refs:end_section (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/tools/quickbook/src/ |
D | block_element_grammar.cpp | 32 list, cell, preformatted, begin_section, end_section, xinclude, member 66 …("endsect", element_info(element_info::section_block, &local.end_section, block_tags::end_section)) in init_block_elements() 76 local.end_section = in init_block_elements()
|
D | block_tags.hpp | 19 (begin_section)(end_section)
|
D | document_state.cpp | 150 void document_state::end_section() { return state->end_section(); } in end_section() function in quickbook::document_state 495 void document_state_impl::end_section() in end_section() function in quickbook::document_state_impl
|
D | document_state.hpp | 74 void end_section();
|
D | document_state_impl.hpp | 105 void end_section();
|
D | doc_info_actions.cpp | 589 state.document.end_section(); in post()
|
D | actions.cpp | 178 case block_tags::end_section: in operator ()() 1764 state.document.end_section(); in end_section_action()
|
/third_party/ffmpeg/doc/ |
D | t2h.init | 6 $end_section = \&FFmpeg_end_section;
|
/third_party/freetype/src/psaux/ |
D | afmparse.c | 833 AFM_Token end_section ) in afm_parser_skip_section() argument 851 if ( token == end_section || token == AFM_TOKEN_ENDFONTMETRICS ) in afm_parser_skip_section()
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | afmparse.c | 834 AFM_Token end_section ) in afm_parser_skip_section() argument 852 if ( token == end_section || token == AFM_TOKEN_ENDFONTMETRICS ) in afm_parser_skip_section()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | afmparse.c | 941 AFM_Token end_section ) in afm_parser_skip_section() argument 959 if ( token == end_section || token == AFM_TOKEN_ENDFONTMETRICS ) in afm_parser_skip_section()
|
/third_party/python/Lib/ |
D | argparse.py | 244 def end_section(self): member in HelpFormatter 2533 formatter.end_section()
|
/third_party/gettext/build-aux/ |
D | texi2html | 324 $end_section 1432 $end_section = \&T2H_DEFAULT_end_section; 1634 &$end_section ($fh, 1); 14059 &$Texi2HTML::Config::end_section($FH, 1); 14064 &$Texi2HTML::Config::end_section($FH, 1); 14068 &$Texi2HTML::Config::end_section($FH);
|