Searched refs:PW_DCHECK_NOTNULL (Results 1 – 7 of 7) sorted by relevance
62 PW_DCHECK_NOTNULL(server_); in server()67 PW_DCHECK_NOTNULL(channel_); in channel()72 PW_DCHECK_NOTNULL(service_); in service()77 PW_DCHECK_NOTNULL(method_); in method()
60 #define DCHECK_NOTNULL PW_DCHECK_NOTNULL
46 PW_DCHECK_NOTNULL(packet_); in GetDestinationAddress()
117 PW_DCHECK_NOTNULL(options.context(), "The Context is not optional"); in Thread()
88 PW_DCHECK_NOTNULL(context.task_handle(), "We shall not delete ourselves!"); in TerminateThread()
110 #define PW_DCHECK_NOTNULL(...) if (!(PW_ASSERT_ENABLE_DEBUG)) {} else PW_CHECK_NOTNULL(__VA_ARGS__) macro
170 .. cpp:function:: PW_DCHECK_NOTNULL(ptr)171 .. cpp:function:: PW_DCHECK_NOTNULL(ptr, format, ...)