Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.h184 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON *const item);
H A DcJSON.c108 if (!cJSON_IsNumber(item)) return (double)NAN; in cJSON_GetNumberValue()
2250 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON *const item) in cJSON_IsNumber() function