Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/internal/pgo/
Dserialize.go37 func (d *Profile) WriteTo(w io.Writer) (int64, error) { func
/prebuilts/go/linux-x86/src/archive/tar/
Dreader.go35 WriteTo(io.Writer) (int64, error) methodSpec
690 func (fr *regFileReader) WriteTo(w io.Writer) (int64, error) { func
751 func (sr *sparseFileReader) WriteTo(w io.Writer) (n int64, err error) { func
/prebuilts/go/linux-x86/src/cmd/compile/internal/dwarfgen/
Dmarker.go71 func (m *ScopeMarker) WriteTo(fn *ir.Func) { func
/prebuilts/go/linux-x86/src/io/
Dmulti.go44 func (mr *multiReader) WriteTo(w Writer) (sum int64, err error) { func
Dio.go201 WriteTo(w Writer) (n int64, err error) methodSpec
701 func (c nopCloserWriterTo) WriteTo(w Writer) (n int64, err error) { func
Dio_test.go99 func (wt *writeToChecker) WriteTo(w Writer) (int64, error) { func
/prebuilts/go/linux-x86/src/bytes/
Dreader.go137 func (r *Reader) WriteTo(w io.Writer) (n int64, err error) { func
Dbuffer.go258 func (b *Buffer) WriteTo(w io.Writer) (n int64, err error) { func
/prebuilts/go/linux-x86/src/strings/
Dreader.go137 func (r *Reader) WriteTo(w io.Writer) (n int64, err error) { func
/prebuilts/go/linux-x86/src/net/http/
Dhttp.go116 func (noBody) WriteTo(io.Writer) (int64, error) { return 0, nil } func
/prebuilts/go/linux-x86/src/net/
Diprawsock.go170 func (c *IPConn) WriteTo(b []byte, addr Addr) (int, error) { func
Dnet.go331 WriteTo(p []byte, addr Addr) (n int, err error) methodSpec
771 func (noWriteTo) WriteTo(io.Writer) (int64, error) { func
841 func (v *Buffers) WriteTo(w io.Writer) (n int64, err error) { func
Dudpsock.go235 func (c *UDPConn) WriteTo(b []byte, addr Addr) (int, error) { func
Dunixsock.go163 func (c *UnixConn) WriteTo(b []byte, addr Addr) (int, error) { func
Dtcpsock.go173 func (c *TCPConn) WriteTo(w io.Writer) (int64, error) { func
/prebuilts/go/linux-x86/src/os/
Dfile.go245 func (f *File) WriteTo(w io.Writer) (n int64, err error) { func
262 func (noWriteTo) WriteTo(io.Writer) (int64, error) { func
/prebuilts/go/linux-x86/src/internal/poll/
Dfd_unix.go497 func (fd *FD) WriteTo(p []byte, sa syscall.Sockaddr) (int, error) { func
Dfd_windows.go818 func (fd *FD) WriteTo(buf []byte, sa syscall.Sockaddr) (int, error) { func
/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dscope.go225 func (s *Scope) WriteTo(w io.Writer, n int, recurse bool) { func
/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_test.go149 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) { func
/prebuilts/go/linux-x86/src/go/types/
Dscope.go228 func (s *Scope) WriteTo(w io.Writer, n int, recurse bool) { func
/prebuilts/go/linux-x86/src/bufio/
Dbufio.go514 func (b *Reader) WriteTo(w io.Writer) (n int64, err error) { func
/prebuilts/go/linux-x86/src/cmd/internal/src/
Dpos.go139 func (p Pos) WriteTo(w io.Writer, showCol, showOrig bool) { func
/prebuilts/go/linux-x86/src/runtime/pprof/
Dpprof.go369 func (p *Profile) WriteTo(w io.Writer, debug int) error { func