Searched refs:active_slot_ (Results 1 – 2 of 2) sorted by relevance
61 void set_active_slot(const std::string& active_slot) { active_slot_ = active_slot; } in set_active_slot()72 std::string active_slot_; variable
68 active_slot_("") {98 if (!active_slot_.empty()) { in GetCurrentSlot()99 return active_slot_; in GetCurrentSlot()