Searched refs:ValueWithEscaper (Results 1 – 2 of 2) sorted by relevance
/build/blueprint/ |
D | ninja_writer.go | 147 output.ValueWithEscaper(wrapper, nameTracker, outputEscaper) 159 out.ValueWithEscaper(wrapper, nameTracker, outputEscaper) 173 dep.ValueWithEscaper(wrapper, nameTracker, inputEscaper) 185 dep.ValueWithEscaper(wrapper, nameTracker, inputEscaper) 198 dep.ValueWithEscaper(wrapper, nameTracker, inputEscaper) 211 dep.ValueWithEscaper(wrapper, nameTracker, inputEscaper) 283 target.ValueWithEscaper(wrapper, nameTracker, outputEscaper)
|
D | ninja_strings.go | 333 n.ValueWithEscaper(str, nameTracker, defaultEscaper) 337 func (n *ninjaString) ValueWithEscaper(w io.StringWriter, nameTracker *nameTracker, escaper *string… func
|