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