Searched refs:get_other_slot (Results 1 – 1 of 1) sorted by relevance
1296 static std::string get_other_slot(const std::string& current_slot, int count) { in get_other_slot() function1303 static std::string get_other_slot(const std::string& current_slot) { in get_other_slot() function1304 return get_other_slot(current_slot, get_slot_count()); in get_other_slot()1307 static std::string get_other_slot(int count) { in get_other_slot() function1308 return get_other_slot(get_current_slot(), count); in get_other_slot()1311 static std::string get_other_slot() { in get_other_slot() function1312 return get_other_slot(get_current_slot(), get_slot_count()); in get_other_slot()1334 std::string other = get_other_slot(count); in verify_slot()1831 fp_->secondary_slot = get_other_slot(fp_->slot_override); in DetermineSlot()1833 fp_->secondary_slot = get_other_slot(); in DetermineSlot()