Searched refs:TryRead (Results 1 – 8 of 8) sorted by relevance
/third_party/protobuf/conformance/ |
D | conformance_test_runner.cc | 161 if (!TryRead(read_fd_, &len, sizeof(uint32_t))) { in RunTest() 316 bool ForkPipeRunner::TryRead(int fd, void *buf, size_t len) { in TryRead() function in google::protobuf::ForkPipeRunner 338 if (!TryRead(fd, buf, len)) { in CheckedRead()
|
D | conformance_test.h | 109 bool TryRead(int fd, void *buf, size_t len);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
D | sequence_lock_test.cc | 66 if (seq_lock.TryRead(local_buf.data(), protected_buf.data(), in TEST_P() 162 ASSERT_TRUE(seq_lock.TryRead(dst_buf.data(), protected_buf.data(), size)); in TEST_P()
|
D | flag.cc | 364 seq_lock_.TryRead(cloned, AtomicBufferValue(), Sizeof(op_)); in SaveState() 488 if (ABSL_PREDICT_TRUE(seq_lock_.TryRead(dst, AtomicBufferValue(), size))) { in ReadSequenceLockedData() 494 bool success = seq_lock_.TryRead(dst, AtomicBufferValue(), size); in ReadSequenceLockedData()
|
D | sequence_lock.h | 80 bool TryRead(void* dst, const std::atomic<uint64_t>* src, size_t size) const { in TryRead() function
|
D | flag.h | 387 return lock.TryRead(&dst, value_words, sizeof(T));
|
/third_party/grpc/src/csharp/Grpc.HealthCheck/ |
D | HealthServiceImpl.cs | 213 if (channel.Reader.TryRead(out HealthCheckResponse item)) in Watch()
|
/third_party/grpc/src/csharp/Grpc.HealthCheck.Tests/ |
D | HealthServiceImplTest.cs | 225 if (writer.WrittenMessagesReader.TryRead(out var response)) in Watch_ExceedMaximumCapacitySize_DiscardOldValues()
|