Lines Matching refs:EC
91 auto EC = expect<VoidBool>(C2, [&](bool &B) {
95 EXPECT_FALSE(EC) << "Simple expect over queue failed";
100 auto EC = waitForResult(C1, ResOrErr->second, handleNone);
101 EXPECT_FALSE(EC) << "Could not read result.";
120 auto EC = expect<IntInt>(C2, [&](int32_t I) -> Expected<int32_t> {
124 EXPECT_FALSE(EC) << "Simple expect over queue failed";
129 auto EC = waitForResult(C1, ResOrErr->second, handleNone);
130 EXPECT_FALSE(EC) << "Could not read result.";
153 auto EC = expect<AllTheTypes>(
172 EXPECT_FALSE(EC) << "Big (serialization test) call over queue failed";
177 auto EC = waitForResult(C1, ResOrErr->second, handleNone);
178 EXPECT_FALSE(EC) << "Could not read result.";