Searched refs:LocalFunctionIds (Results 1 – 1 of 1) sorted by relevance
1135 auto IdItr = LocalFunctionIds.find(Func::getPrototype()); in removeHandler()1136 assert(IdItr != LocalFunctionIds.end() && in removeHandler()1166 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addHandlerImpl()1181 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addAsyncHandlerImpl()1219 auto I = LocalFunctionIds.find(Name); in handleNegotiate()1220 if (I == LocalFunctionIds.end()) in handleNegotiate()1341 std::map<std::string, FunctionIdT> LocalFunctionIds; variable