HomeSort by relevance Sort by last modified time
    Searched refs:cJSON_GetArrayItem (Results 1 - 4 of 4) sorted by null

  /external/vulkan-validation-layers/loader/
cJSON.h 93 extern cJSON *cJSON_GetArrayItem(cJSON *array, int item);
cJSON.c 1016 cJSON *cJSON_GetArrayItem(cJSON *array, int item) {
    [all...]
loader.c     [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 528 if (!AsValue(cJSON_GetArrayItem(json_value, i), values + i))
576 return AsValue(cJSON_GetArrayItem(json_value, 0), &value->first) &&
577 AsValue(cJSON_GetArrayItem(json_value, 1), &value->second);
587 if (!AsValue(cJSON_GetArrayItem(json_value, i), &elem))

Completed in 404 milliseconds