Lines Matching defs:null

1254             let null = ylong_json_create_null();  in ut_ylong_json_delete()  localVariable
1321 let null = ylong_json_create_null(); in ut_ylong_json_create_null() localVariable
1339 let null = null_mut(); in ut_ylong_json_is_null() localVariable
1343 let null = ylong_json_create_null(); in ut_ylong_json_is_null() localVariable
1407 let null = ylong_json_create_null(); in ut_ylong_json_is_bool() localVariable
1441 let null = ylong_json_create_null(); in ut_ylong_json_get_value_from_bool() localVariable
1482 let null = ylong_json_create_null(); in ut_ylong_json_set_value_to_bool() localVariable
1549 let null = ylong_json_create_null(); in ut_ylong_json_is_number() localVariable
1578 let null = ylong_json_create_null(); in ut_ylong_json_is_double_number() localVariable
1607 let null = ylong_json_create_null(); in ut_ylong_json_is_int_number() localVariable
1650 let null = ylong_json_create_null(); in ut_ylong_json_get_double_value_from_number() localVariable
1697 let null = ylong_json_create_null(); in ut_ylong_json_get_int_value_from_number() localVariable
1740 let null = ylong_json_create_null(); in ut_ylong_json_set_double_value_to_number() localVariable
1779 let null = ylong_json_create_null(); in ut_ylong_json_set_int_value_to_number() localVariable
1833 let null = ylong_json_create_null(); in ut_ylong_json_is_string() localVariable
1870 let null = ylong_json_create_null(); in ut_ylong_json_get_value_from_string() localVariable
1923 let null = ylong_json_create_null(); in ut_ylong_json_set_value_to_string() localVariable
1969 let null = ylong_json_create_null(); in ut_ylong_json_is_array() localVariable
2003 let null = ylong_json_create_null(); in ut_ylong_json_get_array_size() localVariable
2067 let null = ylong_json_create_null(); in ut_ylong_json_get_array_item() localVariable
2096 let null = ylong_json_create_null(); in ut_ylong_json_add_item_to_array() localVariable
2103 let null = ylong_json_create_null(); in ut_ylong_json_add_item_to_array() localVariable
2135 let null = ylong_json_create_null(); in ut_ylong_json_replace_item_in_array() localVariable
2147 let null = ylong_json_create_null(); in ut_ylong_json_replace_item_in_array() localVariable
2205 let null = ylong_json_create_null(); in ut_ylong_json_remove_array_item_by_index() localVariable
2255 let null = ylong_json_create_null(); in ut_ylong_json_delete_array_item_by_index() localVariable
2301 let null = ylong_json_create_null(); in ut_ylong_json_get_array_node() localVariable
2395 let null = ylong_json_create_null(); in ut_ylong_json_add_item_to_array_then_get_node() localVariable
2432 let null = ylong_json_create_null(); in ut_ylong_json_replace_item_of_array_node() localVariable
2439 let null = ylong_json_create_null(); in ut_ylong_json_replace_item_of_array_node() localVariable
2625 let null = ylong_json_create_null(); in ut_ylong_json_is_object() localVariable
2665 let null = ylong_json_create_null(); in ut_ylong_json_get_object_size() localVariable
2711 let null = ylong_json_create_null(); in ut_ylong_json_has_object_item() localVariable
2760 let null = ylong_json_create_null(); in ut_ylong_json_get_object_item() localVariable
2821 let null = ylong_json_create_null(); in ut_ylong_json_add_item_to_object() localVariable
2893 let null = ylong_json_create_null(); in ut_ylong_json_replace_object_item_by_index() localVariable
2943 let null = ylong_json_create_null(); in ut_ylong_json_remove_object_item_by_index() localVariable
2988 let null = ylong_json_create_null(); in ut_ylong_json_delete_object_by_index() localVariable
3098 let null = ylong_json_create_null(); in ut_ylong_json_get_all_object_items() localVariable
3149 let null = ylong_json_create_null(); in ut_ylong_json_for_each_object_item() localVariable
3195 let null = ylong_json_create_null(); in ut_ylong_json_get_object_node() localVariable
3285 let null = ylong_json_create_null(); in ut_ylong_json_add_item_to_object_then_get_node() localVariable