Lines Matching refs:ASSERT
26 #ifdef ASSERT
27 #undef ASSERT
29 #define ASSERT(cond) \ macro
40 ASSERT(cond); \
171 ASSERT(0); in makeServiceProces()
187 ASSERT(service != nullptr); in clientFx()
189 ASSERT(!service->isRemote()); in clientFx()
191 ASSERT(service->isRemote()); in clientFx()
232 ASSERT(sent >= 0); in clientFx()
250 ASSERT(0); in makeClientProcess()
378 ASSERT(recvd >= 0); in main()