Home
last modified time | relevance | path

Searched refs:hashValue (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1162 auto hashValue = hashFun(str); in GetStringIndex() local
1163 auto itor = dataDictInnerMap_.find(hashValue); in GetStringIndex()
1170 dataDictInnerMap_.emplace(hashValue, stringIdentity); in GetStringIndex()
1176 auto hashValue = hashFun(str); in GetStringIndexNoWrite() local
1177 auto itor = dataDictInnerMap_.find(hashValue); in GetStringIndexNoWrite()
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1169 auto hashValue = hashFun(str); in GetStringIndex() local
1170 auto itor = dataDictInnerMap_.find(hashValue); in GetStringIndex()
1177 dataDictInnerMap_.emplace(hashValue, stringIdentity); in GetStringIndex()
1183 auto hashValue = hashFun(str); in GetStringIndexNoWrite() local
1184 auto itor = dataDictInnerMap_.find(hashValue); in GetStringIndexNoWrite()