Home
last modified time | relevance | path

Searched refs:TryRead (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/conformance/
Dconformance_test_runner.cc162 if (!TryRead(read_fd_, &len, sizeof(uint32_t))) { in RunTest()
311 bool ForkPipeRunner::TryRead(int fd, void *buf, size_t len) { in TryRead() function in google::protobuf::ForkPipeRunner
335 if (!TryRead(fd, buf, len)) { in CheckedRead()
Dconformance_test.h104 bool TryRead(int fd, void *buf, size_t len);
/external/rust/crates/mio/
DCHANGELOG.md470 * [IMPROVEMENT] Rename TryRead & TryWrite function names to avoid conflict with std.