Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp457 …auto statisticEventTypeItor = statisticEventTypeMap.find(nativeHookStatisticData_.MemoryTypes()[ro… in ExportHookStatisticReadableText() local
458 if (statisticEventTypeItor != statisticEventTypeMap.end()) { in ExportHookStatisticReadableText()
459 eventType = statisticEventTypeItor->second; in ExportHookStatisticReadableText()