Home
last modified time | relevance | path

Searched refs:cJSON_Invalid (Results 1 - 5 of 5) sorted by relevance

/third_party/cJSON/
H A DcJSON.h94 #define cJSON_Invalid (0) macro
310 /* If the object is not a boolean type this does nothing and returns cJSON_Invalid else it returns the new type*/
314 cJSON_Invalid\
H A DcJSON_Utils.c860 static const cJSON invalid = { NULL, NULL, NULL, cJSON_Invalid, NULL, 0, 0, NULL}; in apply_patch()
H A DcJSON.c2262 int new_type = cJSON_Invalid; in add_item_to_object()
3204 return (item->type & 0xFF) == cJSON_Invalid; in CJSON_PUBLIC()
/third_party/cJSON/tests/
H A Dcommon.h116 assert_has_type(item, cJSON_Invalid);\
H A Dmisc_tests.c156 invalid->type = cJSON_Invalid; in typecheck_functions_should_check_type()
690 TEST_ASSERT_TRUE((cJSON_SetBoolValue(refobj, 1) == cJSON_Invalid)); in cjson_set_bool_value_must_not_break_objects()

Completed in 8 milliseconds