Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dwriter.go20 cw *countWriter
34 return &Writer{cw: &countWriter{w: bufio.NewWriter(w)}}
247 compCount: &countWriter{w: w.cw},
259 fw.rawCount = &countWriter{w: fw.comp}
356 rawCount *countWriter
358 compCount *countWriter
426 type countWriter struct { struct
431 func (w *countWriter) Write(p []byte) (int, error) { argument
Dandroid.go155 compCount: &countWriter{w: w.cw},