Searched refs:ResAndSeqOrErr (Results 1 – 1 of 1) sorted by relevance
438 auto ResAndSeqOrErr = appendCallAsyncWithSeq<Func>(C, Args...); in appendCallAsync() local439 if (ResAndSeqOrErr) in appendCallAsync()440 return std::move(ResAndSeqOrErr->first); in appendCallAsync()441 return ResAndSeqOrErr.getError(); in appendCallAsync()449 auto ResAndSeqOrErr = callAsyncWithSeq<Func>(C, Args...); in callAsync() local450 if (ResAndSeqOrErr) in callAsync()451 return std::move(ResAndSeqOrErr->first); in callAsync()452 return ResAndSeqOrErr.getError(); in callAsync()