Searched refs:cJSON_IsNumber (Results 1 – 3 of 3) sorted by relevance
181 if (cJSON_IsNumber(value)) in Json2Timestamp()191 if (cJSON_IsNumber(value)) in Json2Timestamp()235 if (cJSON_IsNumber(value)) in Json2SecurityPolicy()790 if (cJSON_IsNumber(value)) in JsonActiveDataset2Dataset()801 if (cJSON_IsNumber(value)) in JsonActiveDataset2Dataset()837 if (cJSON_IsNumber(value)) in JsonActiveDataset2Dataset()916 if (cJSON_IsNumber(value)) in JsonPendingDatasetString2Dataset()1075 if (cJSON_IsNumber(value)) in JsonJoinerInfo2JoinerInfo()
193 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON * const item);
118 if (!cJSON_IsNumber(item)) in cJSON_GetNumberValue()2902 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON * const item) in cJSON_IsNumber() function