Searched refs:maybeCommand (Results 1 – 1 of 1) sorted by relevance
941 if (auto maybeCommand = maybeGetNextCommand(); maybeCommand.has_value()) { in cycle() local942 command = std::move(maybeCommand.value()); in cycle()1025 if (auto maybeCommand = maybeGetNextCommand(&actualSize); maybeCommand.has_value()) { in cycle() local1026 command = std::move(maybeCommand.value()); in cycle()