Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/testing/
Dsub_test.go770 type funcWriter struct { struct
771 write func([]byte) (int, error)
774 func (fw *funcWriter) Write(b []byte) (int, error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dtransport_test.go5827 type funcWriter func([]byte) (int, error) type