Home | History | Annotate | Download | only in gn

Lines Matching defs:PathOutput

12 PathOutput::PathOutput(const SourceDir& current_dir, EscapingMode escaping)
16 "the source root. There needs to be some tweaks to PathOutput to make "
23 PathOutput::~PathOutput() {
26 void PathOutput::WriteFile(std::ostream& out, const SourceFile& file) const {
30 void PathOutput::WriteDir(std::ostream& out,
73 void PathOutput::WriteFile(std::ostream& out, const OutputFile& file) const {
78 void PathOutput::WriteFiles(std::ostream& out,
86 void PathOutput::WriteDir(std::ostream& out,
112 void PathOutput::WriteFile(std::ostream& out,
118 void PathOutput::WriteSourceRelativeString(
141 void PathOutput::WritePathStr(std::ostream& out,