Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_client_test.go2118 type writeCountingConn struct { struct
2119 net.Conn
2122 numWrites int
2125 func (wcc *writeCountingConn) Write(data []byte) (int, error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dclient_test.go773 type writeCountingConn struct { struct
774 net.Conn
775 count *int
778 func (c *writeCountingConn) Write(p []byte) (int, error) {