Searched refs:temp (Results 1 – 2 of 2) sorted by relevance
203 std::vector<Range> temp = std::move(ranges_); in Insert() local204 std::copy(rs.begin(), rs.end(), std::back_inserter(temp)); in Insert()205 std::sort(temp.begin(), temp.end()); in Insert()209 Range to_insert = temp.front(); in Insert()210 for (auto it = temp.cbegin() + 1; it != temp.cend(); it++) { in Insert()
992 Device::BuiltinAction temp = prompt_and_wait(device, status); in start_recovery() local993 if (temp != Device::NO_ACTION) { in start_recovery()994 next_action = temp; in start_recovery()