Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_json/tests/
H A Dsdv_adapter_test.rs234 let duplicate = ylong_json_duplicate(json, 1); in sdv_adapter_parse_memory_check()
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dadapter.rs106 pub unsafe extern "C" fn ylong_json_duplicate( in ylong_json_duplicate() function
1272 assert!(ylong_json_duplicate(json, 0).is_null()); in ut_ylong_json_duplicate()
1276 assert!(ylong_json_duplicate(json, 1).is_null()); in ut_ylong_json_duplicate()
1285 let duplicate = ylong_json_duplicate(json, 0); in ut_ylong_json_duplicate()
1294 let duplicate = ylong_json_duplicate(json, 1); in ut_ylong_json_duplicate()