Searched refs:idType (Results 1 – 2 of 2) sorted by relevance
193 for (auto&& idType : prop.supportedIdentifierTypes) { in isSupported()194 if (hasId(sel, getType(idType))) return true; in isSupported()
673 int idType; in parseProgramIdentifierList() local674 if (!parseArgInt(idStrPair[0], &idType)) { in parseProgramIdentifierList()681 ProgramIdentifier id = {getType(idType), idVal}; in parseProgramIdentifierList()