Home
last modified time | relevance | path

Searched refs:ValueWithEscaper (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/
Dninja_writer.go141 output.ValueWithEscaper(wrapper, pkgNames, outputEscaper)
149 out.ValueWithEscaper(wrapper, pkgNames, outputEscaper)
159 dep.ValueWithEscaper(wrapper, pkgNames, inputEscaper)
167 dep.ValueWithEscaper(wrapper, pkgNames, inputEscaper)
176 dep.ValueWithEscaper(wrapper, pkgNames, inputEscaper)
185 dep.ValueWithEscaper(wrapper, pkgNames, inputEscaper)
253 target.ValueWithEscaper(wrapper, pkgNames, outputEscaper)
Dninja_strings.go40 ValueWithEscaper(w io.StringWriter, pkgNames map[*packageContext]string, escaper *strings.Replacer) methodSpec
292 n.ValueWithEscaper(str, pkgNames, defaultEscaper)
296 func (n varNinjaString) ValueWithEscaper(w io.StringWriter, pkgNames map[*packageContext]string, func
332 func (l literalNinjaString) ValueWithEscaper(w io.StringWriter, pkgNames map[*packageContext]string, func