Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
DcJSON.h81 extern char *cJSON_PrintUnformatted(cJSON *item);
DcJSON.c516 char *cJSON_PrintUnformatted(cJSON *item) { return print_value(item, 0, 0, 0); } in cJSON_PrintUnformatted() function
Dloader.c1868 char *file_vers = cJSON_PrintUnformatted(item); in loader_add_layer_properties()