Home | History | Annotate | Download | only in test2json

Lines Matching defs:Write

113 			part: c.output.write,
124 // Write writes the test input to the converter.
125 func (c *converter) Write(b []byte) (int, error) {
126 c.input.write(b)
154 // It must write the line to c.output but may choose to do so
160 c.output.write(line)
207 c.output.write(origLine)
236 c.output.write(origLine)
244 c.output.write(origLine)
253 // For a pause, we want to write the pause notification before
256 c.output.write(origLine)
260 c.output.write(origLine)
316 c.w.Write([]byte(fmt.Sprintf("testjson internal error: %v\n", err)))
320 c.w.Write(js)
340 // write writes b to the buffer.
341 func (l *lineBuffer) write(b []byte) {