Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.h185 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON *const item);
H A DcJSON.c101 if (!cJSON_IsString(item)) return NULL; in cJSON_GetStringValue()
2257 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON *const item) in cJSON_IsString() function