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