Home
last modified time | relevance | path

Searched defs:DoRead (Results 1 – 25 of 53) sorted by relevance

123

/external/pigweed/pw_stream/
Dstream_test.cc35 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
Dmemory_stream.cc45 StatusWithSize MemoryReader::DoRead(ByteSpan dest) { in DoRead() function in pw::stream::MemoryReader
Dinterval_reader.cc21 StatusWithSize IntervalReader::DoRead(ByteSpan destination) { in DoRead() function in pw::stream::IntervalReader
Dstd_file_stream.cc36 StatusWithSize StdFileReader::DoRead(ByteSpan dest) { in DoRead() function in pw::stream::StdFileReader
/external/pigweed/pw_stream/public/pw_stream/
Dnull_stream.h40 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() function
57 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() function
Dsys_io_stream.h35 StatusWithSize DoRead(ByteSpan dest) override { in DoRead() function
/external/pigweed/pw_uart/public/pw_uart/
Dstream.h33 StatusWithSize DoRead(ByteSpan destination) override { in DoRead() function
/external/pigweed/pw_stream_uart_mcuxpresso/
Dstream.cc37 StatusWithSize UartStreamMcuxpresso::DoRead(ByteSpan data) { in DoRead() function in pw::stream::UartStreamMcuxpresso
/external/pigweed/pw_kvs/
Dflash_memory.cc52 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/
Ddng_file_stream.cpp87 void dng_file_stream::DoRead (void *data, in DoRead() function in dng_file_stream
Ddng_memory_stream.cpp78 void dng_memory_stream::DoRead (void *data, in DoRead() function in dng_memory_stream
/external/pigweed/pw_tls_client_boringssl/
Dtls_client_boringssl.cc50 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() function in pw::tls_client::Session
/external/pigweed/pw_stream_shmem_mcuxpresso/
Dstream.cc45 StatusWithSize ShmemMcuxpressoStream::DoRead(ByteSpan data) { in DoRead() function in pw::stream::ShmemMcuxpressoStream
/external/pigweed/pw_multibuf/
Dstream.cc51 StatusWithSize Stream::DoRead(ByteSpan destination) { in DoRead() function in pw::multibuf::Stream
/external/pigweed/pw_tls_client/
Dtest_server.cc56 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/
Dstream.cc156 StatusWithSize UartStreamLinux::DoRead(ByteSpan dest) { in DoRead() function in pw::stream::UartStreamLinux
/external/pigweed/pw_uart/
Duart_non_blocking_test.cc36 Status DoRead(ByteSpan, in DoRead() function in pw::uart::__anond1f714ed0111::UartNonBlockingStub
/external/cronet/stable/net/socket/
Dread_buffering_stream_socket.cc82 int ReadBufferingStreamSocket::DoRead() { in DoRead() function in net::ReadBufferingStreamSocket
/external/cronet/tot/net/socket/
Dread_buffering_stream_socket.cc82 int ReadBufferingStreamSocket::DoRead() { in DoRead() function in net::ReadBufferingStreamSocket
/external/pigweed/pw_digital_io_linux/
Dmock_vfs.h68 virtual ssize_t DoRead(void* /* buf */, size_t /* count */) { in DoRead() function
/external/grpc-grpc/src/core/lib/http/
Dhttpcli.h187 void DoRead() ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in DoRead() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/http/
Dhttpcli.h190 void DoRead() ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in DoRead() function
/external/pigweed/pw_rpc_transport/
Dstream_rpc_dispatcher_test.cc90 StatusWithSize DoRead(ByteSpan out) final { in DoRead() function in pw::rpc::__anonde8846ca0111::TestStream
/external/pigweed/pw_tls_client_mbedtls/
Dtls_client_mbedtls.cc209 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() function in pw::tls_client::Session
/external/cronet/stable/net/disk_cache/blockfile/
Dfile_posix.cc158 int File::DoRead(void* buffer, size_t buffer_len, size_t offset) { in DoRead() function in disk_cache::File

123