Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
DcJSON.c68 static cJSON *cJSON_New_Item(void) { in cJSON_New_Item() function
484 cJSON *c = cJSON_New_Item(); in cJSON_ParseWithOpts()
639 item->child = child = cJSON_New_Item(); in parse_array()
649 if (!(new_item = cJSON_New_Item())) in parse_array()
789 item->child = child = cJSON_New_Item(); in parse_object()
808 if (!(new_item = cJSON_New_Item())) in parse_object()
1036 cJSON *ref = cJSON_New_Item(); in create_reference()
1163 cJSON *item = cJSON_New_Item(); in cJSON_CreateNull()
1169 cJSON *item = cJSON_New_Item(); in cJSON_CreateTrue()
1175 cJSON *item = cJSON_New_Item(); in cJSON_CreateFalse()
[all …]