Home | History | Annotate | Download | only in gn

Lines Matching refs:out_

34       out_(out),
77 out_ << std::endl;
83 out_ << "rule " << rule_prefix << Toolchain::ToolTypeToName(type)
101 out_ << kIndent << "deps = gcc" << std::endl;
105 out_ << kIndent << "deps = msvc" << std::endl;
111 out_ << kIndent << "pool = link_pool\n";
114 out_ << kIndent << "restat = 1" << std::endl;
122 out_ << kIndent << name << " = ";
123 SubstitutionWriter::WriteWithNinjaVariables(pattern, options, out_);
124 out_ << std::endl;
132 out_ << "subninja ";
133 path_output_.WriteFile(out_, ninja_file);
134 out_ << std::endl;
136 out_ << std::endl;