Home
last modified time | relevance | path

Searched defs:countingReader (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/testdata/cmd/gotraceeventstats/
Dmain.go127 type countingReader struct { struct
128 io.Reader
129 bytesRead int
132 func (r *countingReader) Read(b []byte) (int, error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/rand/
Dutil_test.go70 type countingReader struct { struct
71 r io.Reader member
72 n int
75 func (r *countingReader) Read(p []byte) (n int, err error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/trace/
Dmain.go358 type countingReader struct { struct
359 r io.Reader member
360 bytesRead atomic.Int64
363 func (c *countingReader) Read(buf []byte) (n int, err error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ecdh/
Decdh_test.go86 type countingReader struct { struct
87 r io.Reader member
88 n int
91 func (r *countingReader) Read(p []byte) (int, error) {