HomeSort by relevance Sort by last modified time
    Searched refs:cJSON_StringIsConst (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/libs/cjson/includes/
cJSON.h 43 #define cJSON_StringIsConst 512
  /external/vulkan-validation-layers/libs/cjson/
cJSON.c 80 if (!(c->type & cJSON_StringIsConst) && c->string) cJSON_free(c->string);
962 if (!(item->type & cJSON_StringIsConst) && item->string) cJSON_free(item->string);
964 item->type |= cJSON_StringIsConst;
    [all...]

Completed in 113 milliseconds