Searched refs:NextValueId (Results 1 – 1 of 1) sorted by relevance
90 TableId NextValueId = 1; variable150 ValueToIdMap.insert(std::make_pair(V, NextValueId)); in getTableId()151 IdToValueMap.insert(std::make_pair(NextValueId, V)); in getTableId()152 ++NextValueId; in getTableId()153 assert(NextValueId != 0 && in getTableId()155 return NextValueId - 1; in getTableId()