Lines Matching refs:quickbook_path
120 std::set<quickbook_path>& result, in include_search_glob()
121 quickbook_path const& location, in include_search_glob()
128 quickbook_path complete_path = location / glob_unescape(path); in include_search_glob()
143 quickbook_path new_location = location; in include_search_glob()
171 quickbook_path r = new_location / generic_path; in include_search_glob()
187 std::set<quickbook_path> include_search( in include_search()
192 std::set<quickbook_path> result; in include_search()
213 result, quickbook_path(dir, count, fs::path()), in include_search()
226 quickbook_path path2 = in include_search()
242 result.insert(quickbook_path(full, count, path)); in include_search()
249 result.insert(quickbook_path(path, 0, path)); in include_search()
274 void swap(quickbook_path& x, quickbook_path& y) in swap()
281 bool quickbook_path::operator<(quickbook_path const& other) const in operator <()
290 quickbook_path quickbook_path::operator/(quickbook::string_view x) const in operator /()
292 return quickbook_path(*this) /= x; in operator /()
295 quickbook_path& quickbook_path::operator/=(quickbook::string_view x) in operator /=()
303 quickbook_path quickbook_path::parent_path() const in parent_path()
305 return quickbook_path( in parent_path()
310 quickbook_path resolve_xinclude_path( in resolve_xinclude_path()
325 return quickbook_path(full_path, 0, path); in resolve_xinclude_path()