Home
last modified time | relevance | path

Searched refs:cJSON_NULL (Results 1 - 9 of 9) sorted by relevance

/third_party/cJSON/tests/
H A Dparse_array.c100 assert_has_type(item->child, cJSON_NULL); in parse_array_should_parse_arrays_with_one_element()
122 cJSON_NULL, in parse_array_should_parse_arrays_with_multiple_elements()
H A Dparse_object.c103 assert_is_child(item->child, "null", cJSON_NULL); in parse_object_should_parse_objects_with_one_element()
121 cJSON_NULL, in parse_object_should_parse_objects_with_multiple_elements()
H A Dparse_value.c57 assert_parse_value("null", cJSON_NULL); in parse_value_should_parse_null()
H A Dcjson_add.c56 TEST_ASSERT_EQUAL_INT(null->type, cJSON_NULL); in cjson_add_null_should_add_null()
H A Dmisc_tests.c177 item->type = cJSON_NULL | cJSON_StringIsConst; in typecheck_functions_should_check_type()
/third_party/vulkan-loader/loader/
H A DcJSON.h35 #define cJSON_NULL 2 macro
H A DcJSON.c502 item->type = cJSON_NULL; in parse_value()
537 case cJSON_NULL: { in print_value()
567 case cJSON_NULL: in print_value()
/third_party/cJSON/
H A DcJSON.c1566 item->type = cJSON_NULL; in parse_value()
1621 case cJSON_NULL: in print_value()
2657 item->type = cJSON_NULL; in cJSON_CreateNull()
3244 return (item->type & 0xFF) == cJSON_NULL; in CJSON_PUBLIC()
3321 case cJSON_NULL: in CJSON_PUBLIC()
3344 case cJSON_NULL: in CJSON_PUBLIC()
H A DcJSON.h97 #define cJSON_NULL (1 << 2) macro

Completed in 10 milliseconds