Searched refs:parseArgBool (Results 1 – 3 of 3) sorted by relevance
200 bool parseArgBool(const std::string& s, bool* out);
899 if (!utils::parseArgBool(skipSubChannelIn, &skipSubChannel)) { in cmdSeek()993 if (!utils::parseArgBool(includeCategoriesStr, &includeCategories)) { in cmdStartProgramListUpdates()1002 if (!utils::parseArgBool(excludeModificationsStr, &excludeModifications)) { in cmdStartProgramListUpdates()
634 bool parseArgBool(const std::string& s, bool* out) { in parseArgBool() function