Home
last modified time | relevance | path

Searched refs:path_or_url (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dpath.hpp60 class path_or_url class
68 path_or_url();
70 path_or_url(path_or_url const&);
75 explicit path_or_url(command_line_string const&);
77 path_or_url& operator=(path_or_url const&);
79 path_or_url& operator=(command_line_string const&);
81 void swap(path_or_url&);
84 static path_or_url url(string_view);
87 static path_or_url path(boost::filesystem::path const&);
111 path_or_url operator/(string_view) const;
Dpath.cpp317 path_or_url::path_or_url() : type_(path_or_url_empty) {} in path_or_url() function in quickbook::detail::path_or_url
319 path_or_url::path_or_url(path_or_url const& x) in path_or_url() function in quickbook::detail::path_or_url
324 path_or_url::path_or_url(command_line_string const& x) in path_or_url() function in quickbook::detail::path_or_url
357 path_or_url& path_or_url::operator=(path_or_url const& x) in operator =()
365 path_or_url& path_or_url::operator=(command_line_string const& x) in operator =()
367 path_or_url tmp(x); in operator =()
372 void path_or_url::swap(path_or_url& x) in swap()
379 path_or_url path_or_url::url(string_view x) in url()
381 path_or_url r; in url()
387 path_or_url path_or_url::path(boost::filesystem::path const& x) in path()
[all …]
Dbb2html.hpp24 path_or_url boost_root_path;
25 path_or_url css_path;
26 path_or_url graphics_path;
Dbb2html.cpp89 std::string relative_path_or_url(html_gen&, path_or_url const&);
765 std::string relative_path_or_url(html_gen& gen, path_or_url const& x) in relative_path_or_url()