Searched refs:handleNone (Results 1 – 2 of 2) sorted by relevance
100 auto EC = waitForResult(C1, ResOrErr->second, handleNone); in TEST_F()129 auto EC = waitForResult(C1, ResOrErr->second, handleNone); in TEST_F()177 auto EC = waitForResult(C1, ResOrErr->second, handleNone); in TEST_F()
471 return callSTHandling<Func>(C, handleNone, Args...); in callST()576 HandleOtherFtor &HandleOther = handleNone) {597 static Error handleNone(ChannelT &, FunctionIdT) { in handleNone() function