Home
last modified time | relevance | path

Searched defs:end_section (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/tools/quickbook/src/
Ddocument_state.cpp150 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
Dblock_element_grammar.cpp32 list, cell, preformatted, begin_section, end_section, xinclude, member
/third_party/skia/third_party/externals/freetype/src/psaux/
Dafmparse.c941 AFM_Token end_section ) in afm_parser_skip_section()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dafmparse.c834 AFM_Token end_section ) in afm_parser_skip_section()
/third_party/freetype/src/psaux/
Dafmparse.c833 AFM_Token end_section ) in afm_parser_skip_section()
/third_party/python/Lib/
Dargparse.py244 def end_section(self): member in HelpFormatter