Searched refs:path_parameter (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/tools/quickbook/src/ |
D | include_paths.cpp | 30 path_parameter check_path(value const& path, quickbook::state& state) in check_path() 39 return path_parameter(path_text, path_parameter::invalid); in check_path() 44 return path_parameter(path_text, path_parameter::glob); in check_path() 47 return path_parameter( in check_path() 48 glob_unescape(path_text), path_parameter::path); in check_path() 55 return path_parameter(path_text, path_parameter::invalid); in check_path() 73 return path_parameter(path_text, path_parameter::invalid); in check_path() 97 return path_parameter(path_text, path_parameter::path); in check_path() 101 path_parameter check_xinclude_path(value const& p, quickbook::state& state) in check_xinclude_path() 103 path_parameter parameter = check_path(p, state); in check_xinclude_path() [all …]
|
D | include_paths.hpp | 26 struct path_parameter struct 39 path_parameter(std::string const& value_, path_type type_) in path_parameter() argument 45 path_parameter check_path(value const& path, quickbook::state& state); 46 path_parameter check_xinclude_path(value const&, quickbook::state&); 76 path_parameter const&, quickbook::state& state, string_iterator pos);
|
D | doc_info_actions.cpp | 324 path_parameter x = check_xinclude_path(info.xmlbase, state); in pre() 326 if (x.type == path_parameter::path) { in pre()
|
D | actions.cpp | 1778 path_parameter x = check_xinclude_path(values.consume(), state); in xinclude_action() 1781 if (x.type == path_parameter::path) { in xinclude_action() 1893 path_parameter parameter = check_path(values.consume(), state); in include_action()
|