Searched refs:ResultAndSeqNoOrErr (Results 1 – 1 of 1) sorted by relevance
459 if (auto ResultAndSeqNoOrErr = callAsyncWithSeq<Func>(C, Args...)) { in callSTHandling() local460 auto &ResultAndSeqNo = *ResultAndSeqNoOrErr; in callSTHandling()465 return ResultAndSeqNoOrErr.takeError(); in callSTHandling()