Searched refs:hookId (Results 1 – 1 of 1) sorted by relevance
36 auto hookId = (*streamIdHookidMap).second.find(t2); in Insert() local37 if (hookId == (*streamIdHookidMap).second.end()) { in Insert()53 auto hookId = (*streamIdHookidMap).second.find(t2); in Find() local54 if (hookId == (*streamIdHookidMap).second.end()) { in Find()57 return hookId->second; in Find()82 auto hookId = (*streamIdHookidMap).second.find(t2); in Erase() local83 if (hookId != (*streamIdHookidMap).second.end()) { in Erase()84 (*streamIdHookidMap).second.erase(hookId); in Erase()