Searched refs:hashValue (Results 1 – 2 of 2) sorted by relevance
1162 auto hashValue = hashFun(str); in GetStringIndex() local1163 auto itor = dataDictInnerMap_.find(hashValue); in GetStringIndex()1170 dataDictInnerMap_.emplace(hashValue, stringIdentity); in GetStringIndex()1176 auto hashValue = hashFun(str); in GetStringIndexNoWrite() local1177 auto itor = dataDictInnerMap_.find(hashValue); in GetStringIndexNoWrite()
1169 auto hashValue = hashFun(str); in GetStringIndex() local1170 auto itor = dataDictInnerMap_.find(hashValue); in GetStringIndex()1177 dataDictInnerMap_.emplace(hashValue, stringIdentity); in GetStringIndex()1183 auto hashValue = hashFun(str); in GetStringIndexNoWrite() local1184 auto itor = dataDictInnerMap_.find(hashValue); in GetStringIndexNoWrite()