Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1004 auto hashValue = hashFun(str); in GetStringIndex() local
1005 auto itor = dataDictInnerMap_.find(hashValue); in GetStringIndex()
1012 dataDictInnerMap_.emplace(hashValue, stringIdentity); in GetStringIndex()
1018 auto hashValue = hashFun(str); in GetStringIndexNoWrite() local
1019 auto itor = dataDictInnerMap_.find(hashValue); in GetStringIndexNoWrite()