Home
last modified time | relevance | path

Searched defs:cJSON_ArrayForEach (Results 1 - 5 of 5) sorted by relevance

/third_party/cJSON/tests/
H A Dreadme_examples.c194 cJSON_ArrayForEach(resolution, resolutions) in supports_full_hd() function
H A Djson_patch_tests.c189 cJSON_ArrayForEach(test, tests) in cjson_utils_should_pass_json_patch_test_tests() function
206 cJSON_ArrayForEach(test, tests) in cjson_utils_should_pass_json_patch_test_spec_tests() function
223 cJSON_ArrayForEach(test, tests) in cjson_utils_should_pass_json_patch_test_cjson_utils_tests() function
H A Dmisc_tests.c52 cJSON_ArrayForEach(element_pointer, array) in cjson_array_foreach_should_loop_over_arrays() function
/third_party/cJSON/
H A DcJSON.h318 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; element != NULL; element = element->next) macro
H A DcJSON.c3417 cJSON_ArrayForEach(a_element, a) in CJSON_PUBLIC() function
3434 cJSON_ArrayForEach(b_element, b) in CJSON_PUBLIC() function

Completed in 6 milliseconds