Home
last modified time | relevance | path

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

/third_party/iowow/src/json/tests/
Djbl_test_binn2.c2285 CU_ASSERT(binn_type(copy) == binn_type(list)); in test_binn_iter()
2296 CU_ASSERT(binn_type(copy) == binn_type(list)); in test_binn_iter()
2303 CU_ASSERT(binn_type(copy) == binn_type(map)); in test_binn_iter()
2315 CU_ASSERT(binn_type(copy) == binn_type(map)); in test_binn_iter()
2322 CU_ASSERT(binn_type(copy) == binn_type(obj)); in test_binn_iter()
2334 CU_ASSERT(binn_type(copy) == binn_type(obj)); in test_binn_iter()
2345 CU_ASSERT(binn_type(copy) == binn_type(list)); in test_binn_iter()
2356 CU_ASSERT(binn_type(copy) == binn_type(list)); in test_binn_iter()
2364 CU_ASSERT(binn_type(copy) == binn_type(map)); in test_binn_iter()
2376 CU_ASSERT(binn_type(copy) == binn_type(map)); in test_binn_iter()
[all …]
Djbl_test_binn1.c728 CU_ASSERT(binn_type(list) == BINN_LIST); in _test2()
729 CU_ASSERT(binn_type(map) == BINN_MAP); in _test2()
730 CU_ASSERT(binn_type(obj) == BINN_OBJECT); in _test2()
/third_party/iowow/src/json/
Diwbinn.c1098 int binn_type(void *ptr) { in binn_type() function
2259 BOOL binn_add_value(binn *item, int binn_type, int id, char *name, int type, void *pvalue, int size… in binn_add_value() argument
2260 switch (binn_type) { in binn_add_value()
Diwbinn.h374 int binn_type(void *ptr);