Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dadapter.rs1348 let bool = ylong_json_create_bool(0xffff); in ut_ylong_json_is_null()
1366 let bool = ylong_json_create_bool(0xffff); in ut_ylong_json_create_bool()
1373 let bool = ylong_json_create_bool(0); in ut_ylong_json_create_bool()
1397 let bool = ylong_json_create_bool(0xffff); in ut_ylong_json_is_bool()
1402 let bool = ylong_json_create_bool(0); in ut_ylong_json_is_bool()
1432 let bool = ylong_json_create_bool(0xffff); in ut_ylong_json_get_value_from_bool()
1466 let bool = ylong_json_create_bool(0xffff); in ut_ylong_json_set_value_to_bool()
2140 let replace = ylong_json_create_bool(1); in ut_ylong_json_replace_item_in_array()
2445 let bool = ylong_json_create_bool(1); in ut_ylong_json_replace_item_of_array_node()
2882 let item = ylong_json_create_bool(1); in ut_ylong_json_replace_object_item_by_index()
[all …]