Home
last modified time | relevance | path

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

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