Searched refs:filein_ (Results 1 – 3 of 3) sorted by relevance
33 fs::path const& filein_, in state() argument60 , current_path(filein_, 0, filein_.filename()) in state()
154 fs::path const& filein_, parse_document_options const& options_) in parse_document() argument163 filein_, options_.xinclude_base, buffer, output); in parse_document()168 state.dependencies.add_dependency(filein_); in parse_document()169 state.current_file = load(filein_); // Throws load_error in parse_document()192 detail::outerr(filein_) << e.what() << std::endl; in parse_document()
32 fs::path const& filein_,