Searched refs:parseArgIdentifierTypeArray (Results 1 – 3 of 3) sorted by relevance
180 bool parseArgIdentifierTypeArray(const std::string& s, std::vector<IdentifierType>* out);
517 bool parseArgIdentifierTypeArray(const string& s, vector<IdentifierType>* out) { in parseArgIdentifierTypeArray() function
735 !utils::parseArgIdentifierTypeArray(filterTypesStr, &filterTypeList)) { in cmdStartProgramListUpdates()