/aosp_15_r20/prebuilts/go/linux-x86/src/archive/tar/ |
D | writer.go | 43 ReadFrom(io.Reader) (int64, error) methodSpec 552 func (fw *regFileWriter) ReadFrom(r io.Reader) (int64, error) { func 613 func (sw *sparseFileWriter) ReadFrom(r io.Reader) (n int64, err error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/ |
D | file.go | 155 func (f *File) ReadFrom(r io.Reader) (n int64, err error) { func 172 func (noReadFrom) ReadFrom(io.Reader) (int64, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/io/ |
D | io.go | 190 ReadFrom(r Reader) (n int64, err error) methodSpec 662 func (discard) ReadFrom(r Reader) (n int64, err error) { func
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | dependent-type-member-pointer.cpp | 16 void ReadFrom( ) in ReadFrom() function
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf/ |
H A D | sample_id.cc | 53 bool SampleId::ReadFrom(const PerfEventAttr& attr, Reader& reader) { in ReadFrom() function in perfetto::trace_processor::perf_importer::SampleId
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | transfer_test.go | 104 func (w *mockTransferWriter) ReadFrom(r io.Reader) (int64, error) { func
|
D | transport.go | 1898 func (w persistConnWriter) ReadFrom(r io.Reader) (n int64, err error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | net.go | 325 ReadFrom(p []byte) (n int, addr Addr, err error) methodSpec 746 func (noReadFrom) ReadFrom(io.Reader) (int64, error) { func
|
D | iprawsock.go | 125 func (c *IPConn) ReadFrom(b []byte) (int, Addr, error) { func
|
D | udpsock.go | 157 func (c *UDPConn) ReadFrom(b []byte) (int, Addr, error) { func
|
D | unixsock.go | 118 func (c *UnixConn) ReadFrom(b []byte) (int, Addr, error) { func
|
D | tcpsock.go | 161 func (c *TCPConn) ReadFrom(r io.Reader) (int64, error) { func
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | mle_types.cpp | 163 Error RxChallenge::ReadFrom(const Message &aMessage, const OffsetRange &aOffsetRange) in ReadFrom() function in ot::Mle::RxChallenge
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | dns_types.cpp | 1014 Error ResourceRecord::ReadFrom(const Message &aMessage, uint16_t aOffset) in ReadFrom() function in ot::Dns::ResourceRecord 1241 Error LeaseOption::ReadFrom(const Message &aMessage, uint16_t aOffset, uint16_t aLength) in ReadFrom() function in ot::Dns::LeaseOption
|
H A D | ip6_mpl.cpp | 456 void Mpl::Metadata::ReadFrom(const Message &aMessage) in ReadFrom() function in ot::Ip6::Mpl::Metadata
|
H A D | sntp_client.hpp | 249 void ReadFrom(const Message &aMessage) in ReadFrom() function in ot::Sntp::Client::QueryMetadata
|
H A D | dns_client.hpp | 814 void ReadFrom(const Query &aQuery) { IgnoreError(aQuery.Read(0, *this)); } in ReadFrom() function
|
H A D | dnssd_server.cpp | 1137 void Server::ProxyQueryInfo::ReadFrom(const ProxyQuery &aQuery) in ReadFrom() function in ot::Dns::ServiceDiscovery::Server::ProxyQueryInfo
|
/aosp_15_r20/external/openthread/src/core/meshcop/ |
H A D | joiner_router.cpp | 349 void JoinerRouter::JoinerEntrustMetadata::ReadFrom(const Message &aMessage) in ReadFrom() function in ot::MeshCoP::JoinerRouter::JoinerEntrustMetadata
|
/aosp_15_r20/prebuilts/go/linux-x86/src/bufio/ |
D | bufio_test.go | 1427 func (w *readFromWriter) ReadFrom(r io.Reader) (int64, error) { func 1792 func (w writerWithReadFromError) ReadFrom(r io.Reader) (int64, error) { func
|
D | bufio.go | 781 func (b *Writer) ReadFrom(r io.Reader) (n int64, err error) { func
|
/aosp_15_r20/external/openthread/src/core/coap/ |
H A D | coap.cpp | 1463 void CoapBase::Metadata::ReadFrom(const Message &aMessage) in ReadFrom() function in ot::Coap::CoapBase::Metadata 1610 void ResponsesQueue::ResponseMetadata::ReadFrom(const Message &aMessage) in ReadFrom() function in ot::Coap::ResponsesQueue::ResponseMetadata
|
/aosp_15_r20/prebuilts/go/linux-x86/src/bytes/ |
D | buffer.go | 206 func (b *Buffer) ReadFrom(r io.Reader) (n int64, err error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/ |
D | fd_unix.go | 205 func (fd *FD) ReadFrom(p []byte) (int, syscall.Sockaddr, error) { func
|
D | fd_windows.go | 568 func (fd *FD) ReadFrom(buf []byte) (int, syscall.Sockaddr, error) { func
|