Searched refs:menu_choice (Results 1 – 1 of 1) sorted by relevance
116 int menu_choice = -1; in PrintMenuAndHandleChoice() local117 if (std::cin >> menu_choice || std::cin.eof()) { in PrintMenuAndHandleChoice()119 if (menu_choice >= 0 && in PrintMenuAndHandleChoice()120 menu_choice < static_cast<int>(discovered_receivers_.size())) { in PrintMenuAndHandleChoice()121 const ServiceInfo& choice = discovered_receivers_[menu_choice]; in PrintMenuAndHandleChoice()