Searched defs:ninjaWriter (Results 1 – 3 of 3) sorted by relevance
36 type ninjaWriter struct { struct37 writer io.StringWriter39 justDidBlankLine bool // true if the last operation was a BlankLine298 *ninjaWriter anonMember
115 func (p *poolDef) WriteTo(nw *ninjaWriter, name string) error {232 func (r *ruleDef) WriteTo(nw *ninjaWriter, name string,391 func (b *buildDef) WriteTo(nw *ninjaWriter, pkgNames map[*packageContext]string) error {447 func writeVariables(nw *ninjaWriter, variables map[string]ninjaString,
3673 func (c *Context) writeBuildFileHeader(nw *ninjaWriter) error {3712 func (c *Context) writeNinjaRequiredVersion(nw *ninjaWriter) error {3724 func (c *Context) writeSubninjas(nw *ninjaWriter) error {3734 func (c *Context) writeBuildDir(nw *ninjaWriter) error {3772 func (c *Context) writeGlobalVariables(nw *ninjaWriter) error {3823 func (c *Context) writeGlobalPools(nw *ninjaWriter) error {3849 func (c *Context) writeGlobalRules(nw *ninjaWriter) error {3927 func (c *Context) writeAllModuleActions(nw *ninjaWriter) error {3996 func (c *Context) writeAllSingletonActions(nw *ninjaWriter) error {4050 func (c *Context) writeLocalBuildActions(nw *ninjaWriter,