Searched refs:get_other_slot (Results 1 – 1 of 1) sorted by relevance
1164 static std::string get_other_slot(const std::string& current_slot, int count) { in get_other_slot() function1171 static std::string get_other_slot(const std::string& current_slot) { in get_other_slot() function1172 return get_other_slot(current_slot, get_slot_count()); in get_other_slot()1175 static std::string get_other_slot(int count) { in get_other_slot() function1176 return get_other_slot(get_current_slot(), count); in get_other_slot()1179 static std::string get_other_slot() { in get_other_slot() function1180 return get_other_slot(get_current_slot(), get_slot_count()); in get_other_slot()1202 std::string other = get_other_slot( count); in verify_slot()1512 secondary_slot_ = get_other_slot(slot_override_); in DetermineSecondarySlot()1514 secondary_slot_ = get_other_slot(); in DetermineSecondarySlot()