Searched refs:cJSON_GetArraySize (Results 1 – 4 of 4) sorted by relevance
90 extern int cJSON_GetArraySize(cJSON *array);
2069 int count = cJSON_GetArraySize(instance_extensions); in loader_add_layer_properties()2094 int count = cJSON_GetArraySize(device_extensions); in loader_add_layer_properties()2115 entry_count = cJSON_GetArraySize(entrypoints); in loader_add_layer_properties()
1009 int cJSON_GetArraySize(cJSON *array) { in cJSON_GetArraySize() function
525 cJSON_GetArraySize(json_value) != count) in AsArray()567 int size = cJSON_GetArraySize(json_value); in AsValue()574 if (json_value->type != cJSON_Array || cJSON_GetArraySize(json_value) != 2) in AsValue()584 int size = cJSON_GetArraySize(json_value); in AsValue()