Searched refs:cJSON_GetErrorPtr (Results 1 – 3 of 3) sorted by relevance
100 extern const char *cJSON_GetErrorPtr(void);
40 const char *cJSON_GetErrorPtr(void) { return ep; } in cJSON_GetErrorPtr() function
674 errors->assign(cJSON_GetErrorPtr()); in VkTypeFromJson()