Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/io/
Dio_test.go94 type writeToChecker struct { struct
95 bytes.Buffer
96 writeToCalled bool
99 func (wt *writeToChecker) WriteTo(w Writer) (int64, error) {