Searched refs:question2 (Results 1 – 1 of 1) sorted by relevance
161 static bool yes_no(Device* device, const char* question1, const char* question2) { in yes_no() argument162 std::vector<std::string> headers{ question1, question2 }; in yes_no()