Home
last modified time | relevance | path

Searched defs:countWriter (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/test2json/
Dmain.go158 type countWriter struct { struct
159 n int64
160 w io.Writer
163 func (w *countWriter) Write(b []byte) (int, error) {
/aosp_15_r20/build/soong/third_party/zip/
H A Dwriter.go426 type countWriter struct { struct
427 w io.Writer
428 count int64
431 func (w *countWriter) Write(p []byte) (int, error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/
Dwriter.go635 type countWriter struct { struct
636 w io.Writer
637 count int64
640 func (w *countWriter) Write(p []byte) (int, error) {