/external/pigweed/pw_stream/ |
D | stream_test.cc | 31 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon83a123f10111::TestNonSeekableReader 36 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon83a123f10111::TestRelativeSeekableReader 42 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon83a123f10111::TestSeekableReader 65 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon83a123f10111::TestNonSeekableReaderWriter 71 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon83a123f10111::TestRelativeSeekableReaderWriter 78 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon83a123f10111::TestSeekableReaderWriter
|
D | memory_stream.cc | 45 StatusWithSize MemoryReader::DoRead(ByteSpan dest) { in DoRead() function in pw::stream::MemoryReader
|
D | interval_reader.cc | 21 StatusWithSize IntervalReader::DoRead(ByteSpan destination) { in DoRead() function in pw::stream::IntervalReader
|
D | std_file_stream.cc | 33 StatusWithSize StdFileReader::DoRead(ByteSpan dest) { in DoRead() function in pw::stream::StdFileReader
|
D | socket_stream.cc | 127 StatusWithSize SocketStream::DoRead(ByteSpan dest) { in DoRead() function in pw::stream::SocketStream
|
/external/pigweed/pw_stream/public/pw_stream/ |
D | sys_io_stream.h | 35 StatusWithSize DoRead(ByteSpan dest) override { in DoRead() function
|
D | null_stream.h | 40 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() function
|
D | stream.h | 375 StatusWithSize DoRead(ByteSpan) final { in DoRead() function
|
/external/pigweed/pw_kvs/ |
D | flash_memory.cc | 54 StatusWithSize FlashPartition::Reader::DoRead(ByteSpan data) { in DoRead() function in pw::kvs::FlashPartition::Reader 78 StatusWithSize FlashPartition::Input::DoRead(std::span<byte> data) { in DoRead() function in pw::kvs::FlashPartition::Input
|
D | alignment_test.cc | 285 StatusWithSize DoRead(std::span<byte> data) override { in DoRead() function in pw::kvs::__anonc9a34e0c0111::InputWithErrorInjection
|
/external/dng_sdk/source/ |
D | dng_file_stream.cpp | 87 void dng_file_stream::DoRead (void *data, in DoRead() function in dng_file_stream
|
D | dng_memory_stream.cpp | 78 void dng_memory_stream::DoRead (void *data, in DoRead() function in dng_memory_stream
|
D | dng_fingerprint.h | 347 virtual void DoRead (void * /* data */, in DoRead() function
|
D | dng_stream.cpp | 94 void dng_stream::DoRead (void * /* data */, in DoRead() function in dng_stream
|
/external/pigweed/pw_tls_client_boringssl/ |
D | tls_client_boringssl.cc | 50 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() function in pw::tls_client::Session
|
/external/pigweed/pw_tls_client/ |
D | test_server.cc | 60 StatusWithSize FixedSizeFIFOBuffer::DoRead(ByteSpan dest) { in DoRead() function in pw::tls_client::test::FixedSizeFIFOBuffer 277 StatusWithSize InMemoryTestServer::DoRead(ByteSpan dest) { in DoRead() function in pw::tls_client::test::InMemoryTestServer
|
/external/pigweed/pw_tls_client_mbedtls/ |
D | tls_client_mbedtls.cc | 210 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() function in pw::tls_client::Session
|
/external/pigweed/pw_protobuf/ |
D | stream_decoder.cc | 70 StatusWithSize StreamDecoder::BytesReader::DoRead(ByteSpan destination) { in DoRead() function in pw::protobuf::StreamDecoder::BytesReader
|
D | stream_decoder_test.cc | 38 virtual StatusWithSize DoRead(ByteSpan destination) override { in DoRead() function in pw::protobuf::__anon9dc6e2cb0111::NonSeekableMemoryReader
|
/external/pigweed/pw_blob_store/ |
D | blob_store.cc | 726 StatusWithSize BlobStore::BlobReader::DoRead(ByteSpan dest) { in DoRead() function in pw::blob_store::BlobStore::BlobReader
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 175 static int DoRead(SSL *ssl, uint8_t *out, size_t max_out) { in DoRead() function
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 179 static int DoRead(SSL *ssl, uint8_t *out, size_t max_out) { in DoRead() function
|
/external/skia/src/codec/ |
D | SkRawCodec.cpp | 416 void DoRead(void* data, uint32 count, uint64 offset) override { in DoRead() function in SkDngStream
|
/external/pigweed/pw_transfer/ |
D | transfer_test.cc | 54 StatusWithSize DoRead(ByteSpan dest) final { in DoRead() function in pw::transfer::test::__anon215251c30111::TestMemoryReader
|
D | client_test.cc | 1026 StatusWithSize DoRead(ByteSpan out) final { in DoRead() function in pw::transfer::test::__anon689fba7d0111::FakeNonSeekableReader
|