Home
last modified time | relevance | path

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

/third_party/iowow/src/json/
Diwbinn.h797 IW_INLINE BOOL binn_object_set_null(binn *obj, const char *key) { in binn_object_set_null() function
Diwjson.c262 if (!binn_object_set_null(bv, key)) { in jbl_set_null()
/third_party/iowow/src/json/tests/
Djbl_test_binn2.c352 CU_ASSERT(binn_object_set_null(obj, "null") == TRUE); in test_create_object_2()
1943 CU_ASSERT(binn_object_set_null(obj, "i") == TRUE); in test_binn_iter()