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