Home
last modified time | relevance | path

Searched refs:binn_object_null (Results 1 – 3 of 3) sorted by relevance

/third_party/iowow/src/json/tests/
Djbl_test_binn2.c561 CU_ASSERT(binn_object_null(objptr, "null") == TRUE); in test_binn_read()
563 CU_ASSERT(binn_object_null(objptr, "bool_true") == FALSE); in test_binn_read()
641 CU_ASSERT(binn_object_null(objptr, "null") == TRUE); in test_binn_read()
642 CU_ASSERT(binn_object_null(objptr, "nonull") == FALSE); in test_binn_read()
/third_party/iowow/src/json/
Diwbinn.h454 BOOL binn_object_null(void *obj, const char *key);
Diwbinn.c2722 BOOL binn_object_null(void *obj, const char *key) { in binn_object_null() function