Home
last modified time | relevance | path

Searched refs:cJSON_IsString (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h189 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item);
H A DcJSON.c101 if (!cJSON_IsString(item)) in cJSON_GetStringValue()
2937 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item) in cJSON_IsString() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h187 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp750 if (!cJSON_IsString(operation)) in decode_patch_operation()
823 if (!cJSON_IsString(path)) in apply_patch()
H A DcJSON.cpp103 if (!cJSON_IsString(item)) in cJSON_GetStringValue()
2950 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item) in cJSON_IsString() function