Home
last modified time | relevance | path

Searched refs:cJSON_ArrayForEach (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/tests/
H A DcJSON.h282 #define cJSON_ArrayForEach(element, array) for (element = (array != NULL) ? (array)->child : NULL; … macro
H A DcJSON.c2346 cJSON_ArrayForEach(a_element, a) in cJSON_Compare()
2357 cJSON_ArrayForEach(b_element, b) in cJSON_Compare()