Searched defs:on_read (Results 26 – 35 of 35) sorted by relevance
12
501 void Epoll1EventHandle::NotifyOnRead(PosixEngineClosure* on_read) { in NotifyOnRead()
458 void PollEventHandle::NotifyOnRead(PosixEngineClosure* on_read) { in NotifyOnRead()
594 bool PosixEndpointImpl::Read(absl::AnyInvocable<void(absl::Status)> on_read, in Read()
507 void Epoll1EventHandle::NotifyOnRead(PosixEngineClosure* on_read) { in NotifyOnRead()
463 void PollEventHandle::NotifyOnRead(PosixEngineClosure* on_read) { in NotifyOnRead()
578 bool PosixEndpointImpl::Read(absl::AnyInvocable<void(absl::Status)> on_read, in Read()
350 static void on_read(void* arg, grpc_error_handle err) { in on_read() function
408 absl::AnyInvocable<void(absl::Status)> on_read, SliceBuffer* buffer, in Read()
371 static void on_read(void* arg, grpc_error_handle err) { in on_read() function
593 def on_read(self, _: Optional[device.Connection]) -> bytes: member in AseStateMachine