Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/cjson/includes/
DcJSON.h96 extern cJSON *cJSON_GetObjectItem(cJSON *object, const char *string);
/external/vulkan-validation-layers/loader/
Dloader.c2145 var = cJSON_GetObjectItem(node, #var); \
2157 item = cJSON_GetObjectItem(node, #var); \
2270 { var = cJSON_GetObjectItem(node, #var); }
2273 item = cJSON_GetObjectItem(node, #var); \
2454 item = cJSON_GetObjectItem(json, "file_format_version");
2485 layers_node = cJSON_GetObjectItem(json, "layers");
2509 layer_node = cJSON_GetObjectItem(json, "layer");
2927 item = cJSON_GetObjectItem(json, "file_format_version");
2968 itemICD = cJSON_GetObjectItem(json, "ICD");
2970 item = cJSON_GetObjectItem(itemICD, "library_path");
[all …]
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc600 cJSON* json_value = cJSON_GetObjectItem(object, key); in ReadValue()
631 cJSON* json_value = cJSON_GetObjectItem(object_, key); in VisitArray()
/external/vulkan-validation-layers/libs/cjson/
DcJSON.c1025 cJSON *cJSON_GetObjectItem(cJSON *object, const char *string) { in cJSON_GetObjectItem() function