Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/src/base/
Ddouble_map.h36 auto hookId = (*streamIdHookidMap).second.find(t2); in Insert() local
37 if (hookId == (*streamIdHookidMap).second.end()) { in Insert()
53 auto hookId = (*streamIdHookidMap).second.find(t2); in Find() local
54 if (hookId == (*streamIdHookidMap).second.end()) { in Find()
57 return hookId->second; in Find()
82 auto hookId = (*streamIdHookidMap).second.find(t2); in Erase() local
83 if (hookId != (*streamIdHookidMap).second.end()) { in Erase()
84 (*streamIdHookidMap).second.erase(hookId); in Erase()