Home
last modified time | relevance | path

Searched refs:ylong_json_get_array_item (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_json/tests/
H A Dsdv_adapter_test.rs131 let item = ylong_json_get_array_item(ids, 0);
139 let item = ylong_json_get_array_item(ids, 1);
147 let item = ylong_json_get_array_item(ids, 2);
155 let item = ylong_json_get_array_item(ids, 3);
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dadapter.rs466 pub unsafe extern "C" fn ylong_json_get_array_item( in ylong_json_get_array_item() function
2023 assert!(ylong_json_get_array_item(array, 0).is_null()); in ut_ylong_json_get_array_item()
2032 let item0 = ylong_json_get_array_item(array, 0); in ut_ylong_json_get_array_item()
2035 let item1 = ylong_json_get_array_item(array, 1); in ut_ylong_json_get_array_item()
2044 let item2 = ylong_json_get_array_item(array, 2); in ut_ylong_json_get_array_item()
2053 let item3 = ylong_json_get_array_item(array, 3); in ut_ylong_json_get_array_item()
2063 assert!(ylong_json_get_array_item(array, 4).is_null()); in ut_ylong_json_get_array_item()
2068 assert!(ylong_json_get_array_item(null, 0).is_null()); in ut_ylong_json_get_array_item()