Lines Matching refs:child
249 for (cJSON *ability = abilities->child; ability; ability = ability->next) {
306 for (cJSON *skill = skills->child; skill; skill = skill->next) {
322 for (cJSON *action = actions->child; action; action = action->next) {
340 cJSON *arrayItem = node->child;
348 cJSON *child = node->child;
349 while (child) {
350 if (!ParseRefImpl(node, child->string, child)) {
353 child = child->next;
368 for (cJSON *item = node->child; item; item = item->next) {