Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/cjson/includes/
DcJSON.h43 #define cJSON_StringIsConst 512 macro
/external/vulkan-validation-layers/libs/cjson/
DcJSON.c84 if (!(c->type & cJSON_StringIsConst) && c->string) in cJSON_Delete()
1073 if (!(item->type & cJSON_StringIsConst) && item->string) in cJSON_AddItemToObjectCS()
1076 item->type |= cJSON_StringIsConst; in cJSON_AddItemToObjectCS()