Searched refs:cJSON_GetArrayItem (Results 1 – 9 of 9) sorted by relevance
/third_party/vulkan-loader/loader/ |
D | cJSON.h | 89 cJSON *cJSON_GetArrayItem(cJSON *array, int item);
|
D | loader.c | 2101 cJSON *comp_layer = cJSON_GetArrayItem(component_layers, i); in loader_read_layer_json() 2150 cJSON *black_layer = cJSON_GetArrayItem(blacklisted_layers, i); in loader_read_layer_json() 2187 cJSON *override_path = cJSON_GetArrayItem(override_paths, i); in loader_read_layer_json() 2326 ext_item = cJSON_GetArrayItem(instance_extensions, i); in loader_read_layer_json() 2355 ext_item = cJSON_GetArrayItem(device_extensions, i); in loader_read_layer_json() 2379 ext_item = cJSON_GetArrayItem(entrypoints, j); in loader_read_layer_json() 2486 cJSON *app_key_path = cJSON_GetArrayItem(app_keys, i); in loader_read_layer_json() 2590 layer_node = cJSON_GetArrayItem(layers_node, curLayer); in loader_add_layer_properties()
|
D | cJSON.c | 922 cJSON *cJSON_GetArrayItem(cJSON *array, int item) { in cJSON_GetArrayItem() function
|
/third_party/cJSON/tests/ |
D | old_utils_tests.c | 104 num6 = cJSON_GetArrayItem(nums, 6); in misc_tests()
|
D | misc_tests.c | 380 TEST_ASSERT_NULL(cJSON_GetArrayItem(NULL, 0)); in cjson_functions_should_not_crash_with_null_pointers()
|
/third_party/cJSON/ |
D | cJSON.h | 170 CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index);
|
D | README.md | 238 To get the size of an array, use `cJSON_GetArraySize`. Use `cJSON_GetArrayItem` to get an element a…
|
D | cJSON.c | 1871 CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index) in cJSON_GetArrayItem() function
|
/third_party/musl/Benchmark/musl/ |
D | benchmark_framework.cpp | 302 cJSON *arrayItem = cJSON_GetArrayItem(item, i); // Extract array subscript object in RegisterJsonBenchmarks()
|