Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/cjson/includes/
DcJSON.h42 #define cJSON_IsReference 256 macro
/external/vulkan-validation-layers/libs/cjson/
DcJSON.c80 if (!(c->type & cJSON_IsReference) && c->child) in cJSON_Delete()
82 if (!(c->type & cJSON_IsReference) && c->valuestring) in cJSON_Delete()
1044 ref->type |= cJSON_IsReference; in create_reference()
1284 newitem->type = item->type & (~cJSON_IsReference), in cJSON_Duplicate()