Searched refs:supportedIdentifierTypeSet (Results 1 – 1 of 1) sorted by relevance
68 unordered_set<IdentifierType> supportedIdentifierTypeSet; in getSupportedIdentifierTypes() local71 if (supportedIdentifierTypeSet.count(type)) { in getSupportedIdentifierTypes()74 supportedIdentifierTypeSet.insert(type); in getSupportedIdentifierTypes()76 vector<IdentifierType> supportedIdentifierTypes(supportedIdentifierTypeSet.begin(), in getSupportedIdentifierTypes()77 supportedIdentifierTypeSet.end()); in getSupportedIdentifierTypes()