Home
last modified time | relevance | path

Searched refs:binn_object_bool (Results 1 – 4 of 4) sorted by relevance

/third_party/iowow/src/json/
Diwbinn.h453 BOOL binn_object_bool(void *obj, const char *key);
Diwbinn.c2716 BOOL binn_object_bool(void *obj, const char *key) { in binn_object_bool() function
/third_party/iowow/src/json/tests/
Djbl_test_binn2.c632 vint32 = binn_object_bool(objptr, "bool_true"); in test_binn_read()
636 vint32 = binn_object_bool(objptr, "bool_false"); in test_binn_read()
Djbl_test_binn1.c1020 CU_ASSERT(binn_object_bool(obj, "bool") == TRUE); in _test2()