Searched refs:callAsyncWithSeq (Results 1 – 2 of 2) sorted by relevance
86 auto ResOrErr = callAsyncWithSeq<VoidBool>(C1, true); in TEST_F()115 auto ResOrErr = callAsyncWithSeq<IntInt>(C1, 21); in TEST_F()146 auto ResOrErr = callAsyncWithSeq<AllTheTypes>( in TEST_F()
421 callAsyncWithSeq(ChannelT &C, const ArgTs &... Args) { in callAsyncWithSeq() function449 auto ResAndSeqOrErr = callAsyncWithSeq<Func>(C, Args...); in callAsync()459 if (auto ResultAndSeqNoOrErr = callAsyncWithSeq<Func>(C, Args...)) { in callSTHandling()