Home
last modified time | relevance | path

Searched refs:PW_DCHECK_NOTNULL (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dcall.h62 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()
/external/pigweed/pw_assert/public/pw_assert/
Dshort.h60 #define DCHECK_NOTNULL PW_DCHECK_NOTNULL
/external/pigweed/pw_router/
Dstatic_router_test.cc46 PW_DCHECK_NOTNULL(packet_); in GetDestinationAddress()
/external/pigweed/pw_thread_threadx/
Dthread.cc117 PW_DCHECK_NOTNULL(options.context(), "The Context is not optional"); in Thread()
/external/pigweed/pw_thread_freertos/
Dthread.cc88 PW_DCHECK_NOTNULL(context.task_handle(), "We shall not delete ourselves!"); in TerminateThread()
/external/pigweed/pw_assert/public/pw_assert/internal/
Dcheck_impl.h110 #define PW_DCHECK_NOTNULL(...) if (!(PW_ASSERT_ENABLE_DEBUG)) {} else PW_CHECK_NOTNULL(__VA_ARGS__) macro
/external/pigweed/pw_assert/
Ddocs.rst170 .. cpp:function:: PW_DCHECK_NOTNULL(ptr)
171 .. cpp:function:: PW_DCHECK_NOTNULL(ptr, format, ...)