Home
last modified time | relevance | path

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

/third_party/iowow/src/json/
Diwbinn.h719 IW_INLINE BOOL binn_map_set_bool(binn *map, int id, BOOL value) { in binn_map_set_bool() function
/third_party/iowow/src/json/tests/
Djbl_test_binn2.c1954 CU_ASSERT(binn_map_set_bool(map, 55070, TRUE) == TRUE); in test_binn_iter()
1955 CU_ASSERT(binn_map_set_bool(map, 55080, FALSE) == TRUE); in test_binn_iter()
Djbl_test_binn1.c697 CU_ASSERT(binn_map_set_bool(map, 1003, TRUE) == TRUE); in _test2()