Home
last modified time | relevance | path

Searched defs:ASSERT_NOT_NULL (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/algos/util/
Dnano_assert.h47 #define ASSERT_NOT_NULL(ptr) ASSERT((ptr) != nullptr) macro
49 #define ASSERT_NOT_NULL(ptr) ASSERT((ptr) != NULL) macro