Searched refs:binn_object_next (Results 1 – 4 of 4) sorted by relevance
/third_party/iowow/src/json/tests/ |
D | jbl_test_binn2.c | 2071 CU_ASSERT(binn_object_next(&iter, key, &value) == TRUE); in test_binn_iter() 2081 CU_ASSERT(binn_object_next(&iter, key, &value) == TRUE); in test_binn_iter() 2088 CU_ASSERT(binn_object_next(&iter, key, &value) == TRUE); in test_binn_iter() 2097 CU_ASSERT(binn_object_next(&iter, key, &value) == TRUE); in test_binn_iter() 2104 CU_ASSERT(binn_object_next(&iter, key, &value) == TRUE); in test_binn_iter() 2111 CU_ASSERT(binn_object_next(&iter, key, &value) == TRUE); in test_binn_iter() 2118 CU_ASSERT(binn_object_next(&iter, key, &value) == TRUE); in test_binn_iter() 2125 CU_ASSERT(binn_object_next(&iter, key, &value) == TRUE); in test_binn_iter() 2132 CU_ASSERT(binn_object_next(&iter, key, &value) == TRUE); in test_binn_iter() 2138 CU_ASSERT(binn_object_next(&iter, key, &value) == TRUE); in test_binn_iter() [all …]
|
/third_party/iowow/src/json/ |
D | iwbinn.h | 527 BOOL binn_object_next( 587 while (binn_object_next(&iter, key, &value))
|
D | iwbinn.c | 1777 BOOL binn_object_next(binn_iter *iter, char *pkey, binn *value) { in binn_object_next() function 1810 if (binn_object_next(iter, pkey, value) == FALSE) { in binn_object_next_value() 1857 if (binn_object_next(iter, pkey, &value) == FALSE) { in binn_object_read_next()
|
D | iwjson.c | 694 for (int i = 0; binn_object_next(&iter, key, &bv); ++i) { in _jbl_as_json() 1176 while (!vctx->terminate && binn_object_next(iter, key, &bv)) { in _jbl_visit()
|