Searched refs:firstMappedID (Results 1 – 1 of 1) sorted by relevance
700 static const std::uint32_t firstMappedID = 3019; // offset into ID space in mapNames() local708 localId(name.second, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapNames()719 static const std::uint32_t firstMappedID = 6203; // offset into ID space in mapFnBodies() local772 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies()833 localId(id, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies()1371 static const std::uint32_t firstMappedID = 8; // offset into ID space in mapTypeConst() local1381 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapTypeConst()