Searched refs:input_buf (Results 1 – 3 of 3) sorted by relevance
52 std::array<uint8_t, protocol::kMaxMessageSize> input_buf; in RunOnce() local56 os_->ReceiveDatagram(sock_fd_, input_buf.data(), input_buf.size()); in RunOnce()67 command_processor_->ProcessCommand(input_buf.data(), datagram_len, in RunOnce()
55 virtual bool ProcessCommand(NONNULL const void* input_buf,
34 bool(const void* input_buf, size_t n_bytes_read, int fd));