/external/pigweed/pw_stream/ |
D | stream_test.cc | 35 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon811661bb0111::TestNonSeekableReader 40 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon811661bb0111::TestRelativeSeekableReader 46 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon811661bb0111::TestSeekableReader 69 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon811661bb0111::TestNonSeekableReaderWriter 75 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon811661bb0111::TestRelativeSeekableReaderWriter 82 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon811661bb0111::TestSeekableReaderWriter 213 StatusWithSize DoRead(ByteSpan dest) override { in DoRead() function in pw::stream::__anon811661bb0111::TestFragmentedReader
|
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 | 36 StatusWithSize StdFileReader::DoRead(ByteSpan dest) { in DoRead() function in pw::stream::StdFileReader
|
/external/pigweed/pw_stream/public/pw_stream/ |
D | null_stream.h | 40 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() function 57 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() function
|
D | sys_io_stream.h | 35 StatusWithSize DoRead(ByteSpan dest) override { in DoRead() function
|
/external/pigweed/pw_uart/public/pw_uart/ |
D | stream.h | 33 StatusWithSize DoRead(ByteSpan destination) override { in DoRead() function
|
/external/pigweed/pw_stream_uart_mcuxpresso/ |
D | stream.cc | 37 StatusWithSize UartStreamMcuxpresso::DoRead(ByteSpan data) { in DoRead() function in pw::stream::UartStreamMcuxpresso
|
/external/pigweed/pw_kvs/ |
D | flash_memory.cc | 52 StatusWithSize FlashPartition::Reader::DoRead(ByteSpan data) { in DoRead() function in pw::kvs::FlashPartition::Reader 73 StatusWithSize FlashPartition::Input::DoRead(span<byte> data) { in DoRead() function in pw::kvs::FlashPartition::Input
|
/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
|
/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_stream_shmem_mcuxpresso/ |
D | stream.cc | 45 StatusWithSize ShmemMcuxpressoStream::DoRead(ByteSpan data) { in DoRead() function in pw::stream::ShmemMcuxpressoStream
|
/external/pigweed/pw_multibuf/ |
D | stream.cc | 51 StatusWithSize Stream::DoRead(ByteSpan destination) { in DoRead() function in pw::multibuf::Stream
|
/external/pigweed/pw_tls_client/ |
D | test_server.cc | 56 StatusWithSize FixedSizeFIFOBuffer::DoRead(ByteSpan dest) { in DoRead() function in pw::tls_client::test::FixedSizeFIFOBuffer 273 StatusWithSize InMemoryTestServer::DoRead(ByteSpan dest) { in DoRead() function in pw::tls_client::test::InMemoryTestServer
|
/external/pigweed/pw_stream_uart_linux/ |
D | stream.cc | 156 StatusWithSize UartStreamLinux::DoRead(ByteSpan dest) { in DoRead() function in pw::stream::UartStreamLinux
|
/external/pigweed/pw_uart/ |
D | uart_non_blocking_test.cc | 36 Status DoRead(ByteSpan, in DoRead() function in pw::uart::__anond1f714ed0111::UartNonBlockingStub
|
/external/cronet/stable/net/socket/ |
D | read_buffering_stream_socket.cc | 82 int ReadBufferingStreamSocket::DoRead() { in DoRead() function in net::ReadBufferingStreamSocket
|
/external/cronet/tot/net/socket/ |
D | read_buffering_stream_socket.cc | 82 int ReadBufferingStreamSocket::DoRead() { in DoRead() function in net::ReadBufferingStreamSocket
|
/external/pigweed/pw_digital_io_linux/ |
D | mock_vfs.h | 68 virtual ssize_t DoRead(void* /* buf */, size_t /* count */) { in DoRead() function
|
/external/grpc-grpc/src/core/lib/http/ |
D | httpcli.h | 187 void DoRead() ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in DoRead() function
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/http/ |
D | httpcli.h | 190 void DoRead() ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in DoRead() function
|
/external/pigweed/pw_rpc_transport/ |
D | stream_rpc_dispatcher_test.cc | 90 StatusWithSize DoRead(ByteSpan out) final { in DoRead() function in pw::rpc::__anonde8846ca0111::TestStream
|
/external/pigweed/pw_tls_client_mbedtls/ |
D | tls_client_mbedtls.cc | 209 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() function in pw::tls_client::Session
|
/external/cronet/stable/net/disk_cache/blockfile/ |
D | file_posix.cc | 158 int File::DoRead(void* buffer, size_t buffer_len, size_t offset) { in DoRead() function in disk_cache::File
|