Home
last modified time | relevance | path

Searched refs:cJSON_False (Results 1 - 10 of 10) sorted by relevance

/third_party/cJSON/
H A DcJSON.h95 #define cJSON_False (1 << 0) macro
312 (object != NULL && ((object)->type & (cJSON_False|cJSON_True))) ? \
313 (object)->type=((object)->type &(~(cJSON_False|cJSON_True)))|((boolValue)?cJSON_True:cJSON_False) : \
H A DcJSON.c1573 item->type = cJSON_False; in parse_value()
1630 case cJSON_False: in print_value()
2679 item->type = cJSON_False; in cJSON_CreateFalse()
2690 item->type = boolean ? cJSON_True : cJSON_False; in cJSON_CreateBool()
3214 return (item->type & 0xFF) == cJSON_False; in CJSON_PUBLIC()
3235 return (item->type & (cJSON_True | cJSON_False)) != 0; in CJSON_PUBLIC()
3319 case cJSON_False: in CJSON_PUBLIC()
3342 case cJSON_False: in CJSON_PUBLIC()
/third_party/cJSON/tests/
H A Dparse_value.c69 assert_parse_value("false", cJSON_False); in parse_value_should_parse_false()
H A Dcjson_add.c172 TEST_ASSERT_EQUAL_INT(false_item->type, cJSON_False); in cjson_add_false_should_add_false()
214 TEST_ASSERT_EQUAL_INT(false_item->type, cJSON_False); in cjson_add_bool_should_add_bool()
H A Dparse_array.c124 cJSON_False, in parse_array_should_parse_arrays_with_multiple_elements()
H A Dparse_object.c123 cJSON_False, in parse_object_should_parse_objects_with_multiple_elements()
H A Dmisc_int64_tests.c142 item->type = cJSON_False; in typecheck_functions_should_check_type_with_int64()
H A Dmisc_tests.c158 item->type = cJSON_False; in typecheck_functions_should_check_type()
165 item->type = cJSON_False | cJSON_StringIsConst; in typecheck_functions_should_check_type()
698 TEST_ASSERT_TRUE((cJSON_SetBoolValue(bobj, 0) == cJSON_False)); in cjson_set_bool_value_must_not_break_objects()
/third_party/vulkan-loader/loader/
H A DcJSON.h33 #define cJSON_False 0 macro
H A DcJSON.c506 item->type = cJSON_False; in parse_value()
542 case cJSON_False: { in print_value()
570 case cJSON_False: in print_value()

Completed in 10 milliseconds