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