Searched refs:getRemoteFunctionId (Results 1 – 1 of 1) sorted by relevance
996 return getRemoteFunctionId<Func>(true, Retry).takeError();1014 if (auto FnIdOrErr = getRemoteFunctionId<Func>(LazyAutoNegotiation, false)) in appendCallAsync()1217 Expected<FunctionIdT> getRemoteFunctionId(bool NegotiateIfNotInMap, in getRemoteFunctionId() function