Searched refs:firstMappedID (Results 1 – 1 of 1) sorted by relevance
703 static const std::uint32_t firstMappedID = 3019; // offset into ID space in mapNames() local711 localId(name.second, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapNames()722 static const std::uint32_t firstMappedID = 6203; // offset into ID space in mapFnBodies() local775 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies()844 localId(id, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies()1382 static const std::uint32_t firstMappedID = 8; // offset into ID space in mapTypeConst() local1392 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapTypeConst()