Searched refs:PW_CRASH (Results 1 – 11 of 11) sorted by relevance
70 PW_CRASH(FAIL_IF_HIDDEN); in AssertBackendCompileTestsInC()71 PW_CRASH(FAIL_IF_HIDDEN_ARGS, z); in AssertBackendCompileTestsInC()
71 PW_CRASH(FAIL_IF_HIDDEN); in TEST()72 PW_CRASH(FAIL_IF_HIDDEN_ARGS, z); in TEST()
51 PW_CRASH("Goodbye"); in TEST_F()55 PW_CRASH("Goodbye cruel %s", "world"); in TEST_F()
23 - **PW_CRASH(format, ...)** - Trigger a crash with a message.108 .. cpp:function:: PW_CRASH(format, ...)115 PW_CRASH("Unexpected: frobnitz in state: %s", frobnitz_state);117 Note: ``PW_CRASH`` is the equivalent of ``LOG_FATAL`` in other systems, where121 use this macro (``PW_CRASH``).489 The facade macros (``PW_CRASH`` and related) are expected to behave like they
22 #define CRASH PW_CRASH
99 PW_CRASH("Bad decoder state"); in Process()
147 PW_CRASH( in Thread()
301 PW_CRASH("Unhandled PacketType"); in SendAndReleaseBuffer()
300 PW_CRASH("Unhandled PacketType"); in SendAndReleaseBuffer()
27 #define PW_CRASH PW_HANDLE_CRASH macro
54 PW_CRASH("Invalid method ID %u", static_cast<unsigned>(id)); in method()