Searched refs:ylong_json_create_double_number (Results 1 – 1 of 1) sorted by relevance
211 pub unsafe extern "C" fn ylong_json_create_double_number(number: c_double) -> *mut YlongJson { in ylong_json_create_double_number() function1499 let double = ylong_json_create_double_number(3.24); in ut_ylong_json_create_double_number()1545 let double = ylong_json_create_double_number(3.24); in ut_ylong_json_is_number()1574 let double = ylong_json_create_double_number(3.24); in ut_ylong_json_is_double_number()1603 let double = ylong_json_create_double_number(3.24); in ut_ylong_json_is_int_number()1641 let double = ylong_json_create_double_number(3.24); in ut_ylong_json_get_double_value_from_number()1688 let double = ylong_json_create_double_number(3.24); in ut_ylong_json_get_int_value_from_number()1722 let double = ylong_json_create_double_number(3.24); in ut_ylong_json_set_double_value_to_number()1770 let double = ylong_json_create_double_number(3.24); in ut_ylong_json_set_int_value_to_number()