Searched refs:RequestCommand (Results 1 – 1 of 1) sorted by relevance
120 struct RequestCommand { struct234 std::optional<RequestCommand> ReadRequest(bool blocking);336 std::optional<RequestCommand> IncrementalServer::ReadRequest(bool blocking) { in ReadRequest()337 uint8_t commandBuf[sizeof(RequestCommand)]; in ReadRequest()342 if (size < sizeof(RequestCommand)) { in ReadRequest()345 RequestCommand request; in ReadRequest()