Searched refs:binn_object_bool (Results 1 – 4 of 4) sorted by relevance
453 BOOL binn_object_bool(void *obj, const char *key);
2716 BOOL binn_object_bool(void *obj, const char *key) { in binn_object_bool() function
632 vint32 = binn_object_bool(objptr, "bool_true"); in test_binn_read()636 vint32 = binn_object_bool(objptr, "bool_false"); in test_binn_read()
1020 CU_ASSERT(binn_object_bool(obj, "bool") == TRUE); in _test2()