Searched refs:current_child (Results 1 – 3 of 3) sorted by relevance
201 cJSON *current_child = 0; in cJSONUtils_FindPointerFromObjectTo() local215 …for (current_child = object->child; current_child != NULL; (void)(current_child = current_child->n… in cJSONUtils_FindPointerFromObjectTo()217 …d char *target_pointer = (unsigned char*)cJSONUtils_FindPointerFromObjectTo(current_child, target); in cJSONUtils_FindPointerFromObjectTo()242 …strlen((char*)target_pointer) + pointer_encoded_length((unsigned char*)current_child->string) + 2); in cJSONUtils_FindPointerFromObjectTo()244 encode_string_as_pointer(full_pointer + 1, (unsigned char*)current_child->string); in cJSONUtils_FindPointerFromObjectTo()
1858 cJSON *current_child = NULL; in get_array_item() local1865 current_child = array->child; in get_array_item()1866 while ((current_child != NULL) && (index > 0)) in get_array_item()1869 current_child = current_child->next; in get_array_item()1872 return current_child; in get_array_item()
528 V8_INLINE ProfileNode* current_child() { in current_child() function in v8::internal::Position550 callback->BeforeTraversingChild(current.node, current.current_child()); in TraverseDepthFirst()551 stack.emplace_back(current.current_child()); in TraverseDepthFirst()