HomeSort by relevance Sort by last modified time
    Searched full:noopconn (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go 76 type noopConn struct{}
78 func (noopConn) LocalAddr() net.Addr { return dummyAddr("local-addr") }
79 func (noopConn) RemoteAddr() net.Addr { return dummyAddr("remote-addr") }
80 func (noopConn) SetDeadline(t time.Time) error { return nil }
81 func (noopConn) SetReadDeadline(t time.Time) error { return nil }
82 func (noopConn) SetWriteDeadline(t time.Time) error { return nil }
87 noopConn
109 noopConn
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go 76 type noopConn struct{}
78 func (noopConn) LocalAddr() net.Addr { return dummyAddr("local-addr") }
79 func (noopConn) RemoteAddr() net.Addr { return dummyAddr("remote-addr") }
80 func (noopConn) SetDeadline(t time.Time) error { return nil }
81 func (noopConn) SetReadDeadline(t time.Time) error { return nil }
82 func (noopConn) SetWriteDeadline(t time.Time) error { return nil }
87 noopConn
109 noopConn
    [all...]

Completed in 225 milliseconds