Searched defs:ninjaWriter (Results 1 – 1 of 1) sorted by relevance
32 type ninjaWriter struct { struct33 writer io.Writer35 justDidBlankLine bool // true if the last operation was a BlankLine44 func (n *ninjaWriter) Comment(comment string) error {94 func (n *ninjaWriter) Pool(name string) error {100 func (n *ninjaWriter) Rule(name string) error {106 func (n *ninjaWriter) Build(comment string, rule string, outputs, explicitDeps, implicitDeps,156 func (n *ninjaWriter) Assign(name, value string) error {162 func (n *ninjaWriter) ScopedAssign(name, value string) error {168 func (n *ninjaWriter) Default(targets ...string) error {[all …]